Update to TypeScript 4.7.3

This commit is contained in:
Jeremy Tuloup 2022-09-30 09:18:48 +02:00
parent cd02bd51f5
commit 425339b36a
16 changed files with 15 additions and 20 deletions

View File

@ -33,7 +33,7 @@
"@jupyterlab/buildutils": "^4.0.0-alpha.14",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"devDependencies": {
"@types/fs-extra": "^9.0.10",

View File

@ -59,7 +59,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^1.19.0",
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"jupyter-releaser": {
"hooks": {

View File

@ -34,6 +34,6 @@
"@jupyter-notebook/ui-components": "file:../ui-components"
},
"devDependencies": {
"typescript": "~4.6.3"
"typescript": "~4.7.3"
}
}

View File

@ -59,7 +59,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"publishConfig": {
"access": "public"

View File

@ -63,7 +63,7 @@
"jest": "^26.4.2",
"rimraf": "^3.0.2",
"ts-jest": "^26.3.0",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"publishConfig": {
"access": "public"

View File

@ -46,7 +46,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"publishConfig": {
"access": "public"

View File

@ -48,7 +48,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"publishConfig": {
"access": "public"

View File

@ -46,7 +46,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"publishConfig": {
"access": "public"

View File

@ -47,7 +47,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"publishConfig": {
"access": "public"

View File

@ -56,7 +56,7 @@
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.14",
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"publishConfig": {
"access": "public"

View File

@ -52,7 +52,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"publishConfig": {
"access": "public"

View File

@ -46,7 +46,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"publishConfig": {
"access": "public"

View File

@ -58,7 +58,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"publishConfig": {
"access": "public"

View File

@ -58,7 +58,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"publishConfig": {
"access": "public"

View File

@ -56,7 +56,7 @@
"jest": "^26.4.2",
"rimraf": "^3.0.2",
"ts-jest": "^26.3.0",
"typescript": "~4.6.3"
"typescript": "~4.7.3"
},
"publishConfig": {
"access": "public"

View File

@ -12969,11 +12969,6 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
typescript@~4.6.3:
version "4.6.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
typescript@~4.7.3:
version "4.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"