diff --git a/abi-gen/package.json b/abi-gen/package.json index 9f9bc1826..a44e2af14 100644 --- a/abi-gen/package.json +++ b/abi-gen/package.json @@ -108,7 +108,7 @@ "sinon": "^15.0.0", "solhint": "^1.4.1", "tslint": "5.11.0", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "publishConfig": { "access": "public" diff --git a/assert/package.json b/assert/package.json index 720698995..9ba94039a 100644 --- a/assert/package.json +++ b/assert/package.json @@ -42,7 +42,7 @@ "nyc": "^11.0.1", "shx": "^0.2.2", "tslint": "5.11.0", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "dependencies": { "@0x/json-schemas": "^6.4.6", diff --git a/base-contract/package.json b/base-contract/package.json index 938ee818d..cbdfc8c62 100644 --- a/base-contract/package.json +++ b/base-contract/package.json @@ -44,7 +44,7 @@ "npm-run-all": "^4.1.2", "shx": "^0.2.2", "tslint": "5.11.0", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "dependencies": { "@0x/assert": "^3.0.36", diff --git a/contracts-gen/package.json b/contracts-gen/package.json index ca6836bfb..964ef623c 100644 --- a/contracts-gen/package.json +++ b/contracts-gen/package.json @@ -45,7 +45,7 @@ "@types/prettier": "^2.7.1", "shx": "^0.2.2", "tslint": "5.11.0", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "publishConfig": { "access": "public" diff --git a/dev-utils/package.json b/dev-utils/package.json index 28a6ea523..3164c5188 100644 --- a/dev-utils/package.json +++ b/dev-utils/package.json @@ -43,7 +43,7 @@ "shx": "^0.2.2", "tslint": "5.11.0", "typedoc": "~0.16.11", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "dependencies": { "@0x/subproviders": "^8.0.1", diff --git a/ethereum-types/package.json b/ethereum-types/package.json index 1eb50abfc..faedf0ff1 100644 --- a/ethereum-types/package.json +++ b/ethereum-types/package.json @@ -38,7 +38,7 @@ "shx": "^0.2.2", "tslint": "5.11.0", "typedoc": "~0.16.11", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "dependencies": { "@types/node": "12.12.54", diff --git a/json-schemas/package.json b/json-schemas/package.json index d9fee128a..3502eab2f 100644 --- a/json-schemas/package.json +++ b/json-schemas/package.json @@ -65,7 +65,7 @@ "shx": "^0.2.2", "tslint": "5.11.0", "typedoc": "~0.16.11", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "publishConfig": { "access": "public" diff --git a/monorepo-scripts/package.json b/monorepo-scripts/package.json index ffab342aa..c78833c8f 100644 --- a/monorepo-scripts/package.json +++ b/monorepo-scripts/package.json @@ -42,7 +42,7 @@ "npm-run-all": "^4.1.2", "shx": "^0.2.2", "tslint": "5.11.0", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "dependencies": { "@0x/types": "^3.3.7", diff --git a/package.json b/package.json index ed1e5247d..1cf30f5ea 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "npm-run-all": "^4.1.5", "prettier": "1.19.1", "source-map-support": "^0.5.6", - "typescript": "4.6.3", + "typescript": "5.0.4", "wsrun": "^2.2.0" } } diff --git a/sol-compiler/package.json b/sol-compiler/package.json index 4d262685a..0feecbbad 100644 --- a/sol-compiler/package.json +++ b/sol-compiler/package.json @@ -69,7 +69,7 @@ "tslint": "5.11.0", "typedoc": "~0.16.11", "types-bn": "^0.0.1", - "typescript": "4.2.2", + "typescript": "5.0.4", "web3-provider-engine": "16.0.4", "web3-typescript-typings": "^0.10.2", "zeppelin-solidity": "1.8.0" diff --git a/sol-coverage/package.json b/sol-coverage/package.json index dccf86536..2c3f3e2e6 100644 --- a/sol-coverage/package.json +++ b/sol-coverage/package.json @@ -53,7 +53,7 @@ "sinon": "^15.0.0", "tslint": "5.11.0", "typedoc": "~0.16.11", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "publishConfig": { "access": "public" diff --git a/sol-profiler/package.json b/sol-profiler/package.json index 83f76098c..6bdd3ab1a 100644 --- a/sol-profiler/package.json +++ b/sol-profiler/package.json @@ -51,7 +51,7 @@ "shx": "^0.2.2", "tslint": "5.11.0", "typedoc": "~0.16.11", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "publishConfig": { "access": "public" diff --git a/sol-resolver/package.json b/sol-resolver/package.json index 385646ac8..42f179a02 100644 --- a/sol-resolver/package.json +++ b/sol-resolver/package.json @@ -28,7 +28,7 @@ "make-promises-safe": "^1.1.0", "shx": "^0.2.2", "tslint": "5.11.0", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "dependencies": { "@0x/types": "^3.3.7", diff --git a/sol-trace/package.json b/sol-trace/package.json index 14a243494..22b9d1aba 100644 --- a/sol-trace/package.json +++ b/sol-trace/package.json @@ -53,7 +53,7 @@ "shx": "^0.2.2", "tslint": "5.11.0", "typedoc": "~0.16.11", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "publishConfig": { "access": "public" diff --git a/sol-tracing-utils/package.json b/sol-tracing-utils/package.json index e09f631c9..ed281d374 100644 --- a/sol-tracing-utils/package.json +++ b/sol-tracing-utils/package.json @@ -78,7 +78,7 @@ "shx": "^0.2.2", "sinon": "^15.0.0", "tslint": "5.11.0", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "publishConfig": { "access": "public" diff --git a/subproviders/package.json b/subproviders/package.json index 3e06ee24d..1fb077a37 100644 --- a/subproviders/package.json +++ b/subproviders/package.json @@ -77,7 +77,7 @@ "shx": "^0.2.2", "tslint": "5.11.0", "typedoc": "~0.16.11", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "publishConfig": { "access": "public" diff --git a/tslint-config/package.json b/tslint-config/package.json index c8e1e5f53..e4509fd8a 100644 --- a/tslint-config/package.json +++ b/tslint-config/package.json @@ -37,7 +37,7 @@ "@types/lodash": "4.14.104", "make-promises-safe": "^1.1.0", "shx": "^0.2.2", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "dependencies": { "@types/node": "12.12.54", diff --git a/types/package.json b/types/package.json index b07e8815c..8a6652281 100644 --- a/types/package.json +++ b/types/package.json @@ -27,7 +27,7 @@ "make-promises-safe": "^1.1.0", "shx": "^0.2.2", "tslint": "5.11.0", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "dependencies": { "@types/node": "12.12.54", diff --git a/typescript-typings/package.json b/typescript-typings/package.json index 9cc132ffb..88a72d247 100644 --- a/typescript-typings/package.json +++ b/typescript-typings/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "shx": "^0.2.2", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "publishConfig": { "access": "public" diff --git a/utils/package.json b/utils/package.json index a50865828..cf4749dab 100644 --- a/utils/package.json +++ b/utils/package.json @@ -42,7 +42,7 @@ "npm-run-all": "^4.1.2", "shx": "^0.2.2", "tslint": "5.11.0", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "dependencies": { "@0x/types": "^3.3.7", diff --git a/web3-wrapper/package.json b/web3-wrapper/package.json index 03aec98f4..4a4ae7d25 100644 --- a/web3-wrapper/package.json +++ b/web3-wrapper/package.json @@ -55,7 +55,7 @@ "shx": "^0.2.2", "tslint": "5.11.0", "typedoc": "~0.16.11", - "typescript": "4.2.2" + "typescript": "5.0.4" }, "dependencies": { "@0x/assert": "^3.0.36", diff --git a/yarn.lock b/yarn.lock index ad032ff40..224d255ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10836,15 +10836,10 @@ typescript@3.7.x: resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.7.tgz#c931733e2ec10dda56b855b379cc488a72a81199" integrity sha512-MmQdgo/XenfZPvVLtKZOq9jQQvzaUAUpcKW8Z43x9B2fOm4S5g//tPtMweZUIP+SoBqrVPEIm+dJeQ9dfO0QdA== -typescript@4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c" - integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ== - -typescript@4.6.3: - version "4.6.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c" - integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw== +typescript@5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b" + integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== uglify-js@^3.1.4: version "3.16.2"