Skip to content

Commit

Permalink
Fix install issues after using local dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Oct 9, 2023
1 parent 06f8cf0 commit a7b0b64
Show file tree
Hide file tree
Showing 5 changed files with 1,419 additions and 2,298 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"@api3/commons": "^0.2.0",
"@api3/commons": "^0.1.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"nodemon": "^3.0.1"
},
"dependencies": {
"@api3/commons": "^0.2.0",
"@api3/commons": "^0.1.0",
"@api3/promise-utils": "^0.4.0",
"@aws-sdk/client-s3": "^3.421.0",
"dotenv": "^16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@api3/commons": "^0.2.0",
"@api3/commons": "^0.1.0",
"@api3/promise-utils": "^0.4.0",
"axios": "^1.5.1",
"ethers": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/pusher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@api3/airnode-adapter": "^0.12.0",
"@api3/airnode-node": "^0.12.0",
"@api3/airnode-validator": "^0.12.0",
"@api3/commons": "^0.2.0",
"@api3/commons": "^0.1.0",
"@api3/ois": "^2.2.0",
"@api3/promise-utils": "^0.4.0",
"axios": "^1.5.1",
Expand Down
Loading

0 comments on commit a7b0b64

Please sign in to comment.