Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2023
1 parent c59f68e commit 0c137f5
Show file tree
Hide file tree
Showing 11 changed files with 490 additions and 376 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,24 +109,24 @@
"@changesets/cli": "^2.26.2",
"@octokit/core": "^5.0.0",
"@types/libsodium-wrappers": "^0.7.10",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@types/node": "^18.17.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.36.1",
"axios": "^1.4.0",
"comment-json": "^4.2.3",
"eslint": "^8.44.0",
"eslint": "^8.47.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"fast-glob": "^3.3.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"fast-glob": "^3.3.1",
"husky": "^8.0.3",
"lerna": "^7.1.1",
"lerna": "^7.1.5",
"libsodium-wrappers": "^0.7.11",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"rimraf": "^5.0.1",
"solhint": "^3.4.1",
"solhint": "^3.6.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"yargs": "^17.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-abi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"jest": "^29.6.0",
"@types/lodash": "^4.14.197",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/chai": "^4.3.5",
"@types/lodash": "^4.14.195",
"@types/lodash": "^4.14.197",
"@types/mocha": "^10.0.1",
"chai": "^4.3.7",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"jest": "^29.6.0",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/airnode-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.19",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.6",
"@types/yargs": "^17.0.24",
"jest": "^29.6.0",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@aws-sdk/util-stream-node": "^3.360.0",
"@aws-sdk/util-stream-node": "^3.370.0",
"@google-cloud/functions-framework": "^3.3.0",
"@types/adm-zip": "^0.5.0",
"@types/aws-lambda": "^8.10.119",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.19",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.6",
"@types/yargs": "^17.0.24",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0",
"copyfiles": "^2.4.1",
"esbuild-loader": "^3.0.1",
"jest": "^29.6.0",
"esbuild-loader": "^3.2.0",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-ignore-dynamic-require": "^1.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.19",
"@types/jest": "^29.5.3",
"@types/node": "^18.17.6",
"@types/prompts": "^2.4.4",
"chalk": "^4.1.2",
"dotenv": "^16.3.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"jest": "^29.6.0",
"jest": "^29.6.3",
"prompts": "^2.4.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/airnode-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"devDependencies": {
"@api3/airnode-operation": "^0.12.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.19",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.6",
"@types/yargs": "^17.0.24",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0",
"copyfiles": "^2.4.1",
"jest": "^29.6.0",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@typechain/ethers-v5": "^11.0.0",
"@typechain/ethers-v5": "^11.1.1",
"chai": "^4.3.7",
"copyfiles": "^2.4.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"hardhat-deploy": "^0.11.34",
"hardhat-deploy": "^0.11.36",
"hardhat-gas-reporter": "^1.0.9",
"rimraf": "^5.0.1",
"solidity-coverage": "^0.8.4",
"typechain": "^8.2.0",
"typechain": "^8.3.1",
"typescript": "^5.1.6"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/airnode-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.19",
"@types/jest": "^29.5.3",
"@types/node": "^18.17.6",
"hardhat": "^2.14.1",
"jest": "^29.6.0",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/yargs": "^17.0.24",
"jest": "^29.6.0",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit 0c137f5

Please sign in to comment.