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 8, 2023
1 parent 0b7d89e commit 16eba94
Show file tree
Hide file tree
Showing 7 changed files with 196 additions and 92 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
"@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",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@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
8 changes: 4 additions & 4 deletions packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@aws-sdk/util-stream-node": "^3.344.0",
"@aws-sdk/util-stream-node": "^3.348.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.116",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.16",
"@types/yargs": "^17.0.24",
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"
}
}
4 changes: 2 additions & 2 deletions packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"@types/node": "^18.16.16",
"@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-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
2 changes: 1 addition & 1 deletion packages/airnode-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.16",
"hardhat": "^2.14.1",
"hardhat": "^2.15.0",
"jest": "^29.5.0",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit 16eba94

Please sign in to comment.