Skip to content

Commit

Permalink
Update devDependencies (non-major) (#1762)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 10, 2023
1 parent a11b7db commit 25c216a
Show file tree
Hide file tree
Showing 8 changed files with 279 additions and 218 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,19 @@
"@changesets/cli": "^2.26.1",
"@octokit/core": "^4.2.0",
"@types/libsodium-wrappers": "^0.7.10",
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@types/node": "^18.16.6",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vercel/ncc": "^0.36.1",
"axios": "^1.4.0",
"comment-json": "^4.2.3",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"fast-glob": "^3.2.12",
"husky": "^8.0.3",
"lerna": "^6.6.1",
"lerna": "^6.6.2",
"libsodium-wrappers": "^0.7.11",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
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.194",
"@types/node": "^18.16.3",
"@types/node": "^18.16.6",
"@types/yargs": "^17.0.24",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
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.20.6"
},
"devDependencies": {
"@aws-sdk/util-stream-node": "^3.321.1",
"@aws-sdk/util-stream-node": "^3.329.0",
"@google-cloud/functions-framework": "^3.2.0",
"@types/adm-zip": "^0.5.0",
"@types/aws-lambda": "^8.10.114",
"@types/aws-lambda": "^8.10.115",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.3",
"@types/node": "^18.16.6",
"@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.0.4",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
"webpack": "^5.82.0",
"webpack-cli": "^5.1.1",
"webpack-ignore-dynamic-require": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"@types/node": "^18.16.6",
"@types/prompts": "^2.4.4",
"chalk": "^4.1.2",
"dotenv": "^16.0.3",
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.1",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.3",
"@types/node": "^18.16.6",
"@types/yargs": "^17.0.24",
"aws-sdk-client-mock": "^2.1.1",
"aws-sdk-client-mock-jest": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@typechain/ethers-v5": "^10.2.0",
"@typechain/ethers-v5": "^10.2.1",
"chai": "^4.3.7",
"copyfiles": "^2.4.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.0",
"hardhat-deploy": "^0.11.26",
"hardhat-deploy": "^0.11.28",
"hardhat-gas-reporter": "^1.0.9",
"replace-in-file": "^6.3.5",
"rimraf": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"@types/node": "^18.16.6",
"hardhat": "^2.14.0",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
Expand Down
Loading

0 comments on commit 25c216a

Please sign in to comment.