Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update typescript to ^4.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffoo committed Jun 2, 2023
1 parent bd4de44 commit 05606aa
Show file tree
Hide file tree
Showing 41 changed files with 41 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"nyc": "15.1.0",
"prettier": "^2.5.1",
"prs-merged-since": "^1.1.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"workspaces": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"jest-json-schema": "^2.1.0",
"ts-jest": "29.0.3",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"keywords": [
"abi",
Expand Down
2 changes: 1 addition & 1 deletion packages/artifactor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"sinon": "^9.0.2",
"tmp": "^0.2.1",
"ts-node": "10.7.0",
"typescript": "^4.7.4",
"typescript": "^4.9.5",
"web3": "1.10.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/web3": "1.0.20",
"mocha": "10.1.0",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"keywords": [
"blockchain",
Expand Down
2 changes: 1 addition & 1 deletion packages/box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mocha": "10.1.0",
"sinon": "^9.0.2",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"keywords": [
"boilerplate",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "~12.12.0",
"mocha": "10.1.0",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ts-node": "10.7.0",
"ttypescript": "1.5.15",
"typedoc": "0.22.18",
"typescript": "^4.7.4",
"typescript": "^4.9.5",
"typescript-transform-paths": "3.3.1"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/compile-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@types/node": "~12.12.0",
"mocha": "10.1.0",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/compile-solidity-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"solc": "0.8.20",
"tmp": "^0.2.1",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"keywords": [
"compile",
Expand Down
2 changes: 1 addition & 1 deletion packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tmp": "^0.2.1",
"ts-node": "10.7.0",
"ttypescript": "1.5.15",
"typescript": "^4.7.4",
"typescript": "^4.9.5",
"typescript-transform-paths": "3.3.1"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"mocha": "10.1.0",
"sinon": "^9.0.2",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"keywords": [
"config",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-hardhat-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^4.0.3"
"typescript": "^4.9.5"
},
"peerDependencies": {
"hardhat": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-message-bus-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/node": "~12.12.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/dashboard-message-bus-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"devDependencies": {
"@types/node": "~12.12.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/dashboard-message-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "~12.12.0",
"@types/promise.any": "^2.0.0",
"@types/web3": "1.0.20",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"ts-jest": "29.0.3",
"ts-loader": "^9.4.1",
"ts-node": "10.7.0",
"typescript": "^4.7.4",
"typescript": "^4.9.5",
"vm-browserify": "^1.1.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/db-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tsconfig-paths": "^3.9.0",
"ttypescript": "1.5.15",
"typedoc": "0.22.18",
"typescript": "^4.7.4",
"typescript": "^4.9.5",
"typescript-transform-paths": "3.3.1",
"web3-core": "1.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/db-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@truffle/db": "^2.0.26"
},
"devDependencies": {
"typescript": "^4.7.4"
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"tsconfig-paths": "^3.9.0",
"ttypescript": "1.5.15",
"typedoc": "0.22.18",
"typescript": "^4.7.4",
"typescript": "^4.9.5",
"typescript-transform-paths": "3.3.1",
"web3": "1.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/decoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"lodash": "^4.17.21",
"mocha": "10.1.0",
"tmp": "^0.2.1",
"typescript": "^4.7.4",
"typescript": "^4.9.5",
"web3": "1.10.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"jest": "29.1.2",
"jest-transform-stealthy-require": "^1.0.0",
"ts-jest": "29.0.3",
"typescript": "^4.7.4",
"typescript": "^4.9.5",
"utf8": "^3.0.0",
"web3": "1.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"access": "public"
},
"devDependencies": {
"typescript": "^4.7.4"
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/expect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"mocha": "10.1.0",
"tsd": "^0.25.0",
"ttypescript": "1.5.15",
"typescript": "^4.7.4",
"typescript": "^4.9.5",
"typescript-transform-paths": "3.3.1"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-and-compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"mocha": "9.2.2",
"sinon": "^9.0.2",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"keywords": [
"compile",
Expand Down
2 changes: 1 addition & 1 deletion packages/from-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"hardhat": "^2.10.1",
"jest": "29.1.2",
"ttypescript": "1.5.15",
"typescript": "^4.3.5",
"typescript": "^4.9.5",
"typescript-transform-paths": "3.3.1"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ganache": "7.8.0",
"mocha": "10.1.0",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"keywords": [
"ethereum",
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"bip39": "3.0.4",
"mocha": "10.1.0",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"keywords": [
"ethereum",
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ganache": "7.8.0",
"mocha": "10.1.0",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"mocha": "10.1.0",
"sinon": "^9.0.2",
"ts-node": "10.7.0",
"typescript": "^4.7.4",
"typescript": "^4.9.5",
"web3": "1.10.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/node": "~12.12.0",
"jest": "29.1.2",
"ts-jest": "29.0.3",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/preserve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"jest": "29.1.2",
"ts-jest": "29.0.3",
"typedoc": "0.22.18",
"typescript": "4.7.4"
"typescript": "^4.9.5"
},
"dependencies": {
"@truffle/error": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/profiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@truffle/config": "^1.3.56",
"@types/node": "~12.12.0",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/promise-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"delay": "^5.0.0",
"jest": "29.1.2",
"ts-jest": "29.0.3",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/provisioner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"devDependencies": {
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"dependencies": {
"@truffle/config": "^1.3.56"
Expand Down
2 changes: 1 addition & 1 deletion packages/require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"mocha": "10.1.0",
"npm-run-all": "^4.1.5",
"ts-node": "10.7.0",
"typescript": "^4.7.4",
"typescript": "^4.9.5",
"web3": "1.10.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"mocha": "10.1.0",
"sinon": "^9.0.2",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"keywords": [
"dependencies",
Expand Down
2 changes: 1 addition & 1 deletion packages/source-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/async-retry": "^1.4.3",
"@types/debug": "^4.1.5",
"@types/node": "~12.12.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"keywords": [
"ethereum",
Expand Down
2 changes: 1 addition & 1 deletion packages/spinners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/semver": "^7.3.9",
"mocha": "10.1.0",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"keywords": [
"compile",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/bn.js": "^5.1.0",
"@types/mocha": "^5.2.7",
"ts-node": "10.7.0",
"typescript": "^4.7.4",
"typescript": "^4.9.5",
"web3": "1.10.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow-compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"debug": "^4.3.1",
"mocha": "10.1.0",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24674,11 +24674,6 @@ typescript-tuple@^2.2.1:
dependencies:
typescript-compare "^0.0.2"

typescript@4.7.4, typescript@^4.3.5, typescript@^4.7.4:
version "4.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==

"typescript@^3 || ^4":
version "4.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
Expand All @@ -24694,7 +24689,7 @@ typescript@^3.9.7:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==

typescript@^4.0.3:
typescript@^4.9.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
Expand Down

0 comments on commit 05606aa

Please sign in to comment.