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 Sep 26, 2022
1 parent 6327dd7 commit 260e0c4
Show file tree
Hide file tree
Showing 12 changed files with 670 additions and 812 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,22 @@
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.4",
"@types/node": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"axios": "^0.27.2",
"comment-json": "^4.2.3",
"eslint": "^8.23.0",
"eslint-plugin-functional": "^4.2.2",
"eslint": "^8.24.0",
"eslint-plugin-functional": "^4.4.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.1",
"fast-glob": "^3.2.11",
"eslint-plugin-jest": "^27.0.4",
"fast-glob": "^3.2.12",
"husky": "^8.0.1",
"lerna": "^5.5.0",
"lerna": "^5.5.2",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-dev.23",
"solhint": "^3.3.7",
"ts-node": "^10.9.1",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"yargs": "^17.5.1"
}
}
6 changes: 3 additions & 3 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.184",
"jest": "^29.0.2",
"@types/lodash": "^4.14.185",
"jest": "^29.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
}
}
8 changes: 4 additions & 4 deletions packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/lodash": "^4.14.184",
"@types/lodash": "^4.14.185",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"hardhat": "2.9.9",
"jest": "^29.0.2",
"jest": "^29.0.3",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.0",
"typescript": "^4.8.2"
"ts-jest": "^29.0.2",
"typescript": "^4.8.3"
}
}
10 changes: 5 additions & 5 deletions packages/airnode-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/lodash": "^4.14.184",
"@types/lodash": "^4.14.185",
"@types/node": "^17.0.18",
"@types/yargs": "^17.0.12",
"jest": "^29.0.2",
"@types/yargs": "^17.0.13",
"jest": "^29.0.3",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.0",
"ts-jest": "^29.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
}
}
12 changes: 6 additions & 6 deletions packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
},
"devDependencies": {
"@google-cloud/functions-framework": "^3.1.2",
"@types/aws-lambda": "^8.10.102",
"@types/lodash": "^4.14.184",
"@types/aws-lambda": "^8.10.106",
"@types/lodash": "^4.14.185",
"@types/node": "^17.0.18",
"@types/yargs": "^17.0.12",
"@types/yargs": "^17.0.13",
"copyfiles": "^2.4.1",
"esbuild-loader": "^2.20.0",
"jest": "^29.0.2",
"jest": "^29.0.3",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.0",
"ts-jest": "^29.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-ignore-dynamic-require": "^1.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/jest": "^29.0.0",
"@types/jest": "^29.0.3",
"@types/node": "^17.0.18",
"@types/prompts": "^2.0.14",
"chalk": "^4.1.2",
"dotenv": "^16.0.2",
"ethereum-waffle": "^3.4.4",
"hardhat": "2.9.9",
"jest": "^29.0.2",
"jest": "^29.0.3",
"prompts": "^2.4.2",
"ts-jest": "^29.0.0",
"ts-jest": "^29.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
}
}
14 changes: 7 additions & 7 deletions packages/airnode-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
},
"devDependencies": {
"@api3/airnode-operation": "^0.8.0",
"@types/express": "^4.17.13",
"@types/jest": "^29.0.0",
"@types/lodash": "^4.14.184",
"@types/express": "^4.17.14",
"@types/jest": "^29.0.3",
"@types/lodash": "^4.14.185",
"@types/node": "^17.0.18",
"@types/yargs": "^17.0.12",
"@types/yargs": "^17.0.13",
"copyfiles": "^2.4.1",
"jest": "^29.0.2",
"jest": "^29.0.3",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.0",
"ts-jest": "^29.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
}
}
4 changes: 2 additions & 2 deletions packages/airnode-operation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@types/express": "^4.17.13",
"@types/express": "^4.17.14",
"@types/morgan": "^1.9.3",
"rimraf": "^3.0.2",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
}
}
8 changes: 4 additions & 4 deletions packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"copyfiles": "^2.4.1",
"ethereum-waffle": "^3.4.4",
"hardhat": "2.9.9",
"hardhat-deploy": "^0.11.13",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-deploy": "^0.11.15",
"hardhat-gas-reporter": "^1.0.9",
"replace-in-file": "^6.3.5",
"rimraf": "^3.0.2",
"solidity-coverage": "^0.7.21",
"solidity-coverage": "^0.8.2",
"typechain": "^8.1.0",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
},
"dependencies": {
"@openzeppelin/contracts": "4.4.2",
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,12 +25,12 @@
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@types/jest": "^29.0.0",
"@types/jest": "^29.0.3",
"@types/node": "^17.0.18",
"hardhat": "2.9.9",
"jest": "^29.0.2",
"jest": "^29.0.3",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
}
}
8 changes: 4 additions & 4 deletions packages/airnode-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"zod": "^3.19.1"
},
"devDependencies": {
"@types/yargs": "^17.0.12",
"jest": "^29.0.2",
"@types/yargs": "^17.0.13",
"jest": "^29.0.3",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.0",
"ts-jest": "^29.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
}
}
Loading

0 comments on commit 260e0c4

Please sign in to comment.