rimraf innit

This commit is contained in:
Afshin T. Darian 2022-09-29 10:43:21 +01:00
parent aeac0de4a2
commit 006600239f
17 changed files with 969 additions and 766 deletions

View File

@ -143,13 +143,13 @@
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.14",
"@jupyterlab/buildutils": "^4.0.0-alpha.14",
"@types/rimraf": "^3.0.0",
"@types/rimraf": "^3.0.2",
"css-loader": "~5.0.1",
"fs-extra": "^8.1.0",
"glob": "~7.1.6",
"mini-css-extract-plugin": "~0.9.0",
"npm-run-all": "^4.1.5",
"rimraf": "~3.0.2",
"rimraf": "^3.0.2",
"style-loader": "~1.0.1",
"svg-url-loader": "~6.0.0",
"watch": "~1.0.2",

View File

@ -38,6 +38,6 @@
"devDependencies": {
"@types/fs-extra": "^9.0.10",
"@types/node": "^14.6.1",
"rimraf": "~3.0.0"
"rimraf": "^3.0.2"
}
}

View File

@ -58,7 +58,7 @@
"@lumino/widgets": "^2.0.0-alpha.6"
},
"devDependencies": {
"rimraf": "~3.0.0",
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
},
"publishConfig": {

View File

@ -61,7 +61,7 @@
"@jupyterlab/testutils": "^4.0.0-alpha.14",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"rimraf": "~3.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.3.0",
"typescript": "~4.6.3"
},

View File

@ -45,7 +45,7 @@
"@lumino/algorithm": "^2.0.0-alpha.6"
},
"devDependencies": {
"rimraf": "~3.0.0",
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
},
"publishConfig": {

View File

@ -47,7 +47,7 @@
"@lumino/algorithm": "^2.0.0-alpha.6"
},
"devDependencies": {
"rimraf": "~3.0.0",
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
},
"publishConfig": {

View File

@ -45,7 +45,7 @@
"@lumino/widgets": "^2.0.0-alpha.6"
},
"devDependencies": {
"rimraf": "~3.0.0",
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
},
"publishConfig": {

View File

@ -46,7 +46,7 @@
"@jupyterlab/translation": "^4.0.0-alpha.14"
},
"devDependencies": {
"rimraf": "~3.0.0",
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
},
"publishConfig": {

View File

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

View File

@ -51,7 +51,7 @@
"@lumino/widgets": "^2.0.0-alpha.6"
},
"devDependencies": {
"rimraf": "~3.0.0",
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
},
"publishConfig": {

View File

@ -45,7 +45,7 @@
"@lumino/algorithm": "^2.0.0-alpha.6"
},
"devDependencies": {
"rimraf": "~3.0.0",
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
},
"publishConfig": {

View File

@ -57,7 +57,7 @@
"@lumino/widgets": "^2.0.0-alpha.6"
},
"devDependencies": {
"rimraf": "~3.0.0",
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
},
"publishConfig": {

View File

@ -57,7 +57,7 @@
"@lumino/widgets": "^2.0.0-alpha.6"
},
"devDependencies": {
"rimraf": "~3.0.0",
"rimraf": "^3.0.2",
"typescript": "~4.6.3"
},
"publishConfig": {

View File

@ -54,7 +54,7 @@
"@types/jest": "^26.0.10",
"babel-loader": "^8.0.6",
"jest": "^26.4.2",
"rimraf": "~3.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.3.0",
"typescript": "~4.6.3"
},

View File

@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"description": "Jupyter Notebook UI Tests",
"scripts": {
"rimraf": "rimraf",
"start": "jupyter notebook --config test/jupyter_server_config.py",
"start:detached": "yarn run start&",
"test": "playwright test",
@ -15,8 +16,10 @@
},
"dependencies": {
"@jupyterlab/galata": "~5.0.0-alpha.14",
"@playwright/test": "~1.17.0"
"@playwright/test": "~1.17.0",
"rimraf": "^3.0.2"
},
"resolutions": {
"@playwright/test": "~1.17.0"
}

File diff suppressed because it is too large Load Diff

View File

@ -4386,7 +4386,7 @@
dependencies:
"@types/node" "*"
"@types/rimraf@^3.0.0":
"@types/rimraf@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-3.0.2.tgz#a63d175b331748e5220ad48c901d7bbf1f44eef8"
integrity sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ==
@ -11758,7 +11758,7 @@ reusify@^1.0.4:
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
rimraf@^3.0.0, rimraf@^3.0.2, rimraf@~3.0.0, rimraf@~3.0.2:
rimraf@^3.0.0, rimraf@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==