Skip to content

Commit

Permalink
Update devDependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 13, 2023
1 parent 0b7d89e commit 63e25f0
Show file tree
Hide file tree
Showing 9 changed files with 220 additions and 116 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
"@changesets/cli": "^2.26.1",
"@octokit/core": "^4.2.1",
"@types/libsodium-wrappers": "^0.7.10",
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@types/node": "^18.16.18",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vercel/ncc": "^0.36.1",
"axios": "^1.4.0",
"comment-json": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/mocha": "^10.0.1",
"chai": "^4.3.7",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"hardhat": "^2.15.0",
"jest": "^29.5.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.16",
"@types/node": "^18.16.18",
"@types/yargs": "^17.0.24",
"jest": "^29.5.0",
"rimraf": "^5.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@aws-sdk/util-stream-node": "^3.344.0",
"@aws-sdk/util-stream-node": "^3.350.0",
"@google-cloud/functions-framework": "^3.2.0",
"@types/adm-zip": "^0.5.0",
"@types/aws-lambda": "^8.10.115",
"@types/aws-lambda": "^8.10.117",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.16",
"@types/node": "^18.16.18",
"@types/yargs": "^17.0.24",
"aws-sdk-client-mock": "^2.1.1",
"aws-sdk-client-mock-jest": "^2.1.1",
Expand All @@ -62,8 +62,8 @@
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4",
"webpack-ignore-dynamic-require": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.16",
"@types/node": "^18.16.18",
"@types/prompts": "^2.4.4",
"chalk": "^4.1.2",
"dotenv": "^16.1.3",
"dotenv": "^16.1.4",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"hardhat": "^2.15.0",
"jest": "^29.5.0",
"prompts": "^2.4.2",
"ts-jest": "^29.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.16",
"@types/node": "^18.16.18",
"@types/yargs": "^17.0.24",
"aws-sdk-client-mock": "^2.1.1",
"aws-sdk-client-mock-jest": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"chai": "^4.3.7",
"copyfiles": "^2.4.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"hardhat": "^2.15.0",
"hardhat-deploy": "^0.11.30",
"hardhat-gas-reporter": "^1.0.9",
"rimraf": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.16",
"hardhat": "^2.14.1",
"@types/node": "^18.16.18",
"hardhat": "^2.15.0",
"jest": "^29.5.0",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit 63e25f0

Please sign in to comment.