Merge pull request #6345 from jtpio/update-typescript

Update to TypeScript 4.6
This commit is contained in:
Jeremy Tuloup 2022-04-05 15:37:43 +02:00 committed by GitHub
commit c0aa1aec37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 20 additions and 21 deletions

View File

@ -33,7 +33,7 @@
"@jupyterlab/buildutils": "^4.0.0-alpha.8",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"typescript": "~4.1.3"
"typescript": "~4.6.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.1.3"
"typescript": "~4.6.3"
},
"jupyter-releaser": {
"hooks": {

View File

@ -1,7 +1,7 @@
{
"name": "@jupyter-notebook/metapackage",
"private": true,
"version": "7.0.0-alpha.2",
"private": true,
"description": "Jupyter Notebook - Metapackage",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -33,6 +33,6 @@
"@jupyter-notebook/ui-components": "file:../ui-components"
},
"devDependencies": {
"typescript": "~4.1.3"
"typescript": "~4.6.3"
}
}

View File

@ -59,7 +59,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~4.1.3"
"typescript": "~4.6.3"
},
"publishConfig": {
"access": "public"

View File

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

View File

@ -46,7 +46,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~4.1.3"
"typescript": "~4.6.3"
},
"publishConfig": {
"access": "public"

View File

@ -48,7 +48,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~4.1.3"
"typescript": "~4.6.3"
},
"publishConfig": {
"access": "public"

View File

@ -46,7 +46,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~4.1.3"
"typescript": "~4.6.3"
},
"publishConfig": {
"access": "public"

View File

@ -47,7 +47,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~4.1.3"
"typescript": "~4.6.3"
},
"publishConfig": {
"access": "public"

View File

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

View File

@ -52,7 +52,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~4.1.3"
"typescript": "~4.6.3"
},
"publishConfig": {
"access": "public"

View File

@ -46,7 +46,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~4.1.3"
"typescript": "~4.6.3"
},
"publishConfig": {
"access": "public"

View File

@ -57,7 +57,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~4.1.3"
"typescript": "~4.6.3"
},
"publishConfig": {
"access": "public"

View File

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

View File

@ -1331,7 +1331,6 @@
"@jupyterlab/apputils" "^4.0.0-alpha.8"
"@jupyterlab/coreutils" "^6.0.0-alpha.8"
"@jupyterlab/docregistry" "^4.0.0-alpha.8"
"@jupyterlab/mainmenu" "^4.0.0-alpha.8"
"@jupyterlab/notebook" "^4.0.0-alpha.8"
"@jupyterlab/translation" "^4.0.0-alpha.8"
"@lumino/commands" "^1.20.0"
@ -13212,16 +13211,16 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
typescript@~4.1.3:
version "4.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.6.tgz#1becd85d77567c3c741172339e93ce2e69932138"
integrity sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow==
typescript@~4.5.2:
version "4.5.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
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==
typestyle@^2.0.4:
version "2.3.0"
resolved "https://registry.yarnpkg.com/typestyle/-/typestyle-2.3.0.tgz#eff768918d5799d12009ec1543369b76b7e5c3ce"