Skip to content

Commit 0f136ac

Browse files
committed
Update several package versions
These changes were generated by comparing with the latest cookiecutter
1 parent c154430 commit 0f136ac

File tree

2 files changed

+2589
-850
lines changed

2 files changed

+2589
-850
lines changed

package.json

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
"keywords": [
66
"jupyter",
77
"jupyterlab",
8-
"jupyterlab extension",
8+
"jupyterlab-extension",
99
"widgets"
1010
],
11+
"files": [
12+
"lib/**/*.js",
13+
"dist/*.js",
14+
"css/*.css"
15+
],
1116
"homepage": "https://github.com/jupyter-widgets/jupyterlab-sidecar",
1217
"bugs": {
1318
"url": "https://github.com/jupyter-widgets/jupyterlab-sidecar/issues"
@@ -42,17 +47,26 @@
4247
"watch:labextension": "jupyter labextension watch ."
4348
},
4449
"dependencies": {
45-
"@jupyter-widgets/base": "6.0.0-rc.0",
46-
"@jupyter-widgets/jupyterlab-manager": "5.0.0-rc.0",
50+
"@jupyter-widgets/base": "^4 || ^5 || ^6",
51+
"@jupyter-widgets/jupyterlab-manager": "^3 || ^4 || ^5",
4752
"@jupyterlab/application": "^3.0.0",
4853
"@lumino/coreutils": "^1.5.3"
4954
},
5055
"devDependencies": {
56+
"@babel/core": "^7.5.0",
57+
"@babel/preset-env": "^7.5.0",
5158
"@jupyterlab/builder": "^3.0.0",
5259
"@types/expect.js": "^0.3.29",
5360
"@types/mocha": "^7.0.2",
5461
"@types/node": "^13.9.2",
62+
"@types/webpack-env": "^1.13.6",
63+
"@typescript-eslint/eslint-plugin": "^3.6.0",
64+
"@typescript-eslint/parser": "^3.6.0",
5565
"expect.js": "^0.3.1",
66+
"css-loader": "^3.2.0",
67+
"eslint": "^7.4.0",
68+
"eslint-config-prettier": "^6.11.0",
69+
"eslint-plugin-prettier": "^3.1.4",
5670
"fs-extra": "^8.1.0",
5771
"json-loader": "^0.5.7",
5872
"karma": "^4.4.1",
@@ -65,10 +79,12 @@
6579
"mkdirp": "^1.0.3",
6680
"mocha": "^7.1.1",
6781
"npm-run-all": "^4.1.5",
82+
"prettier": "^2.0.5",
6883
"rimraf": "^3.0.2",
69-
"source-map-loader": "^0.2.4",
70-
"ts-loader": "^6.2.1",
71-
"typescript": "^3.8.3"
84+
"source-map-loader": "^1.1.3",
85+
"style-loader": "^1.0.0",
86+
"ts-loader": "^8.0.0",
87+
"typescript": "~4.1.3"
7288
},
7389
"jupyterlab": {
7490
"extension": "lib/plugin",
@@ -83,9 +99,5 @@
8399
"singleton": true
84100
}
85101
}
86-
},
87-
"resolutions": {
88-
"@jupyter-widgets/base": "6.0.0-rc.0",
89-
"@jupyter-widgets/jupyterlab-manager": "5.0.0-rc.0"
90102
}
91103
}

0 commit comments

Comments
 (0)