Skip to content

Commit

Permalink
Update commons and ois version
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Nov 27, 2023
1 parent 662f48d commit 3e6d889
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 114 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.3.0",
"@api3/commons": "^0.5.0",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
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.3.0",
"@api3/commons": "^0.5.0",
"@api3/promise-utils": "^0.4.0",
"@aws-sdk/client-s3": "^3.430.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.3.0",
"@api3/commons": "^0.5.0",
"@api3/promise-utils": "^0.4.0",
"axios": "^1.6.0",
"ethers": "^5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/pusher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@api3/airnode-adapter": "^0.12.0",
"@api3/airnode-node": "^0.12.0",
"@api3/airnode-validator": "^0.12.0",
"@api3/commons": "file:../../../commons",
"@api3/ois": "^2.2.1",
"@api3/commons": "^0.5.0",
"@api3/ois": "^2.3.0",
"@api3/promise-utils": "^0.4.0",
"axios": "^1.6.0",
"dotenv": "^16.3.1",
Expand Down
Loading

0 comments on commit 3e6d889

Please sign in to comment.