Skip to content

Commit 41af2fc

Browse files
committed
Remove resolutions and change dependencies
1 parent 048520f commit 41af2fc

File tree

2 files changed

+193
-195
lines changed

2 files changed

+193
-195
lines changed

package.json

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@
4545
"watch:src": "tsc -w"
4646
},
4747
"dependencies": {
48-
"@jupyterlab/application": "^3.1.0-alpha.2",
49-
"@jupyterlab/apputils": "^3.1.0-alpha.2",
50-
"@jupyterlab/coreutils": "^5.1.0-alpha.2",
51-
"@jupyterlab/docregistry": "^3.1.0-alpha.2",
52-
"@jupyterlab/filebrowser": "^3.1.0-alpha.2",
53-
"@jupyterlab/launcher": "^3.1.0-alpha.2",
54-
"@jupyterlab/mainmenu": "^3.1.0-alpha.2",
48+
"@jupyterlab/application": "^3.0.6",
49+
"@jupyterlab/apputils": "^3.0.5",
50+
"@jupyterlab/coreutils": "^5.0.3",
51+
"@jupyterlab/docregistry": "^3.0.6",
52+
"@jupyterlab/filebrowser": "^3.0.6",
53+
"@jupyterlab/launcher": "^3.0.5",
54+
"@jupyterlab/mainmenu": "^3.0.5",
5555
"@lumino/coreutils": "^1.5.3",
5656
"@lumino/widgets": "^1.18.0"
5757
},
5858
"devDependencies": {
59-
"@jupyterlab/builder": "^3.0.0",
59+
"@jupyterlab/builder": "^3.0.5",
6060
"@lumino/messaging": "^1.4.3",
6161
"@typescript-eslint/eslint-plugin": "^2.27.0",
6262
"@typescript-eslint/parser": "^2.27.0",
@@ -69,13 +69,6 @@
6969
"rimraf": "^3.0.2",
7070
"typescript": "~3.9.3"
7171
},
72-
"resolutions": {
73-
"@lumino/widgets": "~1.18.0",
74-
"@types/react": "~17.0.0",
75-
"csstype": "~2.4.0",
76-
"react": "~17.0.1",
77-
"typestyle": "~2.0.4"
78-
},
7972
"jupyterlab": {
8073
"extension": true,
8174
"outputDir": "jupyterlab-drawio/labextension"

0 commit comments

Comments
 (0)