Skip to content

Commit b92f656

Browse files
committed
Target only 3.6.x for now
1 parent c855225 commit b92f656

File tree

2 files changed

+8445
-11425
lines changed

2 files changed

+8445
-11425
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@
5656
"watch:labextension": "jupyter labextension watch ."
5757
},
5858
"dependencies": {
59-
"@jupyterlab/application": "^3.6.0 || ~4.0.0",
59+
"@jupyterlab/application": "^3.6.0",
6060
"@jupyterlab/coreutils": "^5.1.0",
61-
"@jupyterlab/fileeditor": "^3.6.0 || ~4.0.0",
62-
"@jupyterlab/mainmenu": "^3.6.0 || ~4.0.0",
61+
"@jupyterlab/fileeditor": "^3.6.0",
62+
"@jupyterlab/mainmenu": "^3.6.0",
6363
"@jupyterlab/services": "^6.1.0",
64-
"@jupyterlab/settingregistry": "^3.6.0 || ~4.0.0"
64+
"@jupyterlab/settingregistry": "^3.6.0"
6565
},
6666
"devDependencies": {
6767
"@babel/core": "^7.0.0",
6868
"@babel/preset-env": "^7.0.0",
69-
"@jupyterlab/builder": "^3.6.0 || ~4.0.0",
70-
"@jupyterlab/testutils": "^3.6.0 || ~4.0.0",
69+
"@jupyterlab/builder": "^3.6.0",
70+
"@jupyterlab/testutils": "^3.6.0",
7171
"@types/jest": "^26.0.0",
7272
"@typescript-eslint/eslint-plugin": "^4.8.1",
7373
"@typescript-eslint/parser": "^4.8.1",

0 commit comments

Comments
 (0)