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 May 26, 2023
1 parent 05cb4b4 commit 290edc8
Show file tree
Hide file tree
Showing 12 changed files with 231 additions and 175 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@
"@api3/promise-utils": "^0.4.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@octokit/core": "^4.2.0",
"@octokit/core": "^4.2.1",
"@types/libsodium-wrappers": "^0.7.10",
"@types/node": "^18.16.6",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@types/node": "^18.16.15",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vercel/ncc": "^0.36.1",
"axios": "^1.4.0",
"comment-json": "^4.2.3",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
Expand All @@ -127,7 +127,7 @@
"libsodium-wrappers": "^0.7.11",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"solhint": "^3.4.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
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,9 +21,9 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/lodash": "^4.14.195",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"typescript": "^5.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/chai": "^4.3.5",
"@types/lodash": "^4.14.194",
"@types/lodash": "^4.14.195",
"@types/mocha": "^10.0.1",
"chai": "^4.3.7",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.0",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
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,11 +34,11 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.6",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.15",
"@types/yargs": "^17.0.24",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
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,23 +46,23 @@
"zod": "^3.20.6"
},
"devDependencies": {
"@aws-sdk/util-stream-node": "^3.329.0",
"@aws-sdk/util-stream-node": "^3.338.0",
"@google-cloud/functions-framework": "^3.2.0",
"@types/adm-zip": "^0.5.0",
"@types/aws-lambda": "^8.10.115",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.6",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.15",
"@types/yargs": "^17.0.24",
"aws-sdk-client-mock": "^2.1.1",
"aws-sdk-client-mock-jest": "^2.1.1",
"copyfiles": "^2.4.1",
"esbuild-loader": "^3.0.1",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"webpack": "^5.82.0",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-ignore-dynamic-require": "^1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.6",
"@types/node": "^18.16.15",
"@types/prompts": "^2.4.4",
"chalk": "^4.1.2",
"dotenv": "^16.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/airnode-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"@api3/airnode-operation": "^0.11.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.6",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.15",
"@types/yargs": "^17.0.24",
"aws-sdk-client-mock": "^2.1.1",
"aws-sdk-client-mock-jest": "^2.1.1",
"copyfiles": "^2.4.1",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-operation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.4",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"typescript": "^5.0.4"
}
}
8 changes: 4 additions & 4 deletions packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"@api3/chains": "^2.1.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@typechain/ethers-v5": "^11.0.0",
"chai": "^4.3.7",
"copyfiles": "^2.4.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.0",
"hardhat-deploy": "^0.11.28",
"hardhat-deploy": "^0.11.29",
"hardhat-gas-reporter": "^1.0.9",
"replace-in-file": "^6.3.5",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"solidity-coverage": "^0.8.2",
"typechain": "^8.1.1",
"typechain": "^8.2.0",
"typescript": "^5.0.4"
},
"dependencies": {
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,10 +26,10 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.6",
"@types/node": "^18.16.15",
"hardhat": "^2.14.0",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
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 @@ -34,7 +34,7 @@
"devDependencies": {
"@types/yargs": "^17.0.24",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
Expand Down
Loading

0 comments on commit 290edc8

Please sign in to comment.