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 Jun 26, 2023
1 parent 2107659 commit a0d2439
Show file tree
Hide file tree
Showing 7 changed files with 240 additions and 157 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,18 @@
"@api3/promise-utils": "^0.4.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@octokit/core": "^4.2.1",
"@octokit/core": "^4.2.4",
"@types/libsodium-wrappers": "^0.7.10",
"@types/node": "^18.16.18",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vercel/ncc": "^0.36.1",
"axios": "^1.4.0",
"comment-json": "^4.2.3",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.2",
"fast-glob": "^3.2.12",
"husky": "^8.0.3",
"lerna": "^6.6.2",
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.16.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.350.0",
"@google-cloud/functions-framework": "^3.2.0",
"@aws-sdk/util-stream-node": "^3.357.0",
"@google-cloud/functions-framework": "^3.2.1",
"@types/adm-zip": "^0.5.0",
"@types/aws-lambda": "^8.10.117",
"@types/aws-lambda": "^8.10.119",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.18",
"@types/yargs": "^17.0.24",
Expand All @@ -62,7 +62,7 @@
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"webpack": "^5.86.0",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4",
"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 @@ -48,9 +48,9 @@
"@types/node": "^18.16.18",
"@types/prompts": "^2.4.4",
"chalk": "^4.1.2",
"dotenv": "^16.1.4",
"dotenv": "^16.3.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"hardhat": "^2.16.0",
"jest": "^29.5.0",
"prompts": "^2.4.2",
"ts-jest": "^29.1.0",
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 @@ -37,11 +37,11 @@
"chai": "^4.3.7",
"copyfiles": "^2.4.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"hardhat-deploy": "^0.11.30",
"hardhat": "^2.16.0",
"hardhat-deploy": "^0.11.34",
"hardhat-gas-reporter": "^1.0.9",
"rimraf": "^5.0.1",
"solidity-coverage": "^0.8.2",
"solidity-coverage": "^0.8.3",
"typechain": "^8.2.0",
"typescript": "^5.1.3"
},
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.18",
"hardhat": "^2.14.1",
"hardhat": "^2.16.0",
"jest": "^29.5.0",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit a0d2439

Please sign in to comment.