lock axios to 1.4

This commit is contained in:
Kyle Fang
2023-08-31 12:01:09 +08:00
parent b2c3dc899c
commit 462b5b3f2a
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
"clarity-codegen": "./lib/generate/cli.js"
},
"scripts": {
"prepare": "yarn build",
"prepare": "pnpm run build",
"build": "rm -rf lib && tsc -p tsconfig.json"
},
"devDependencies": {
@@ -24,7 +24,7 @@
},
"dependencies": {
"@stacks/stacks-blockchain-api-types": "^7.1.10",
"axios": "^1.4.0",
"axios": "1.4.0",
"lodash": "^4.17.21",
"yargs": "^17.7.2",
"yqueue": "^1.0.1"

2
pnpm-lock.yaml generated
View File

@@ -9,7 +9,7 @@ dependencies:
specifier: ^7.1.10
version: 7.1.10
axios:
specifier: ^1.4.0
specifier: 1.4.0
version: 1.4.0
lodash:
specifier: ^4.17.21