Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Update devDependencies (non-major) #1288

Merged
merged 3 commits into from
Jun 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/modern-meals-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"format:check": "yarn prettier:check && yarn terraform:fmt:check",
"format:write": "yarn prettier:write && yarn terraform:fmt:write",
"lint": "yarn run lint:eslint && yarn run lint:solhint && yarn format:check && yarn lint:deps-versions && yarn ts-node scripts/validate-ts-references.ts",
"lint:deps-versions": "syncpack list-mismatches",
"lint:deps-versions": "syncpack list-mismatches --workspace",
"lint:eslint": "eslint . --ext .js,.ts",
"lint:eslint:fix": "eslint . --ext .js,.ts --fix",
"lint:solhint": "solhint ./**/*.sol",
Expand Down Expand Up @@ -88,24 +88,24 @@
},
"dependencies": {},
"devDependencies": {
"@changesets/changelog-github": "^0.4.1",
"@changesets/cli": "^2.17.0",
"@changesets/changelog-github": "^0.4.5",
"@changesets/cli": "^2.23.0",
"@types/node": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"comment-json": "^4.2.2",
"eslint": "^8.17.0",
"eslint": "^8.18.0",
"eslint-plugin-functional": "^4.2.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jest": "^26.5.3",
"fast-glob": "^3.2.11",
"husky": "^8.0.1",
"lerna": "^5.0.0",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"solhint": "^3.3.6",
"syncpack": "^8.0.0",
"ts-node": "^10.1.0",
"typescript": "^4.2.4"
"lerna": "^5.1.6",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solhint": "^3.3.7",
"syncpack": "^8.2.4",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}
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.169",
"@types/lodash": "^4.14.182",
"jest": "^28.1.1",
"rimraf": "^3.0.2",
"typescript": "^4.2.4"
"typescript": "^4.7.4"
}
}
16 changes: 8 additions & 8 deletions packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/lodash": "^4.14.169",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.6.5",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"hardhat": "^2.9.9",
"jest": "^28.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"typescript": "^4.2.4"
"typescript": "^4.7.4"
}
}
8 changes: 4 additions & 4 deletions packages/airnode-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.169",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.18",
"@types/yargs": "^17.0.2",
"@types/yargs": "^17.0.10",
"jest": "^28.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"ts-node": "^10.1.0",
"typescript": "^4.2.4"
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}
18 changes: 9 additions & 9 deletions packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"@google-cloud/functions-framework": "^3.0.0",
"@types/aws-lambda": "^8.10.92",
"@types/lodash": "^4.14.169",
"@google-cloud/functions-framework": "^3.1.2",
"@types/aws-lambda": "^8.10.101",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.18",
"@types/yargs": "^17.0.2",
"@types/yargs": "^17.0.10",
"copyfiles": "^2.4.1",
"esbuild-loader": "^2.18.0",
"esbuild-loader": "^2.19.0",
"jest": "^28.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"ts-node": "^10.1.0",
"typescript": "^4.2.4",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-ignore-dynamic-require": "^1.0.0"
}
}
16 changes: 8 additions & 8 deletions packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
"is-wsl": "^2.2.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/jest": "^28.1.3",
"@types/node": "^17.0.18",
"@types/prompts": "^2.0.14",
"chalk": "^4.1.2",
"dotenv": "^16.0.0",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.6.5",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.4.4",
"hardhat": "^2.9.9",
"jest": "^28.1.1",
"prompts": "^2.4.1",
"prompts": "^2.4.2",
"ts-jest": "^28.0.5",
"ts-node": "^10.1.0",
"typescript": "^4.2.4"
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}
8 changes: 4 additions & 4 deletions packages/airnode-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"devDependencies": {
"@api3/airnode-operation": "^0.7.1",
"@types/jest": "^28.1.3",
"@types/lodash": "^4.14.169",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.18",
"@types/yargs": "^17.0.2",
"@types/yargs": "^17.0.10",
"copyfiles": "^2.4.1",
"jest": "^28.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"ts-node": "^10.1.0",
"typescript": "^4.2.4"
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/airnode-ois/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^4.2.4"
"typescript": "^4.7.4"
},
"dependencies": {
"@api3/airnode-validator": "^0.7.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/airnode-operation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"pm2": "^5.1.2"
},
"devDependencies": {
"@types/express": "^4.17.12",
"@types/morgan": "^1.9.2",
"@types/express": "^4.17.13",
"@types/morgan": "^1.9.3",
"rimraf": "^3.0.2",
"typescript": "^4.2.4"
"typescript": "^4.7.4"
}
}
22 changes: 11 additions & 11 deletions packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
"test:gas": "REPORT_GAS=TRUE hardhat test"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@typechain/ethers-v5": "^10.1.0",
"chai": "^4.3.4",
"chai": "^4.3.6",
"copyfiles": "^2.4.1",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.6.5",
"hardhat-deploy": "^0.11.0",
"hardhat-gas-reporter": "^1.0.4",
"replace-in-file": "^6.2.0",
"ethereum-waffle": "^3.4.4",
"hardhat": "^2.9.9",
"hardhat-deploy": "^0.11.10",
"hardhat-gas-reporter": "^1.0.8",
"replace-in-file": "^6.3.5",
"rimraf": "^3.0.2",
"solidity-coverage": "^0.7.16",
"solidity-coverage": "^0.7.21",
"typechain": "^8.1.0",
"typescript": "^4.2.4"
"typescript": "^4.7.4"
},
"dependencies": {
"@openzeppelin/contracts": "4.4.2",
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,7 +26,7 @@
"@types/node": "^17.0.18",
"jest": "^28.1.1",
"rimraf": "^3.0.2",
"ts-node": "^10.1.0",
"typescript": "^4.2.4"
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}
6 changes: 3 additions & 3 deletions packages/airnode-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"zod": "^3.11.6"
},
"devDependencies": {
"@types/yargs": "^17.0.2",
"@types/yargs": "^17.0.10",
"jest": "^28.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"ts-node": "^10.1.0",
"typescript": "^4.2.4"
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}
Loading