Skip to content

Commit 2515ce6

Browse files
committed
bumped deps to jlab 2.0.0 final
1 parent b7df1d3 commit 2515ce6

File tree

2 files changed

+1175
-1191
lines changed

2 files changed

+1175
-1191
lines changed

package.json

+29-30
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
"build": "jlpm install && tsc",
1717
"build:labextension": "jlpm build && jlpm clean:labextension && mkdirp jupyterlab_git/labextension && cd jupyterlab_git/labextension && npm pack ../..",
1818
"clean": "rimraf lib tsconfig.tsbuildinfo",
19-
"clean:more": "jlpm clean && rimraf build dist MANIFEST",
2019
"clean:labextension": "rimraf jupyterlab_git/labextension",
20+
"clean:more": "jlpm clean && rimraf build dist MANIFEST",
2121
"clean:slate": "jlpm clean:more && jlpm clean:labextension && rimraf node_modules",
22-
"watch": "tsc -w",
23-
"test": "jest",
22+
"deduplicate": "jlpm yarn-deduplicate -s fewer",
2423
"lint": "tslint --project .",
25-
"tslint-check": "tslint-config-prettier-check ./tslint.json"
24+
"test": "jest",
25+
"tslint-check": "tslint-config-prettier-check ./tslint.json",
26+
"watch": "tsc -w"
2627
},
2728
"files": [
2829
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
@@ -48,37 +49,37 @@
4849
"schemaDir": "schema"
4950
},
5051
"dependencies": {
51-
"@jupyterlab/application": "^2.0.0-beta.2",
52-
"@jupyterlab/apputils": "^2.0.0-beta.2",
53-
"@jupyterlab/codemirror": "^2.0.0-beta.2",
54-
"@jupyterlab/console": "^2.0.0-beta.2",
55-
"@jupyterlab/coreutils": "^4.0.0-beta.2",
56-
"@jupyterlab/filebrowser": "^2.0.0-beta.2",
57-
"@jupyterlab/mainmenu": "^2.0.0-beta.2",
58-
"@jupyterlab/nbformat": "^2.0.0-beta.2",
59-
"@jupyterlab/services": "^5.0.0-beta.2",
60-
"@jupyterlab/settingregistry": "^2.0.0-beta.2",
61-
"@jupyterlab/terminal": "^2.0.0-beta.2",
62-
"@jupyterlab/ui-components": "^2.0.0-beta.2",
63-
"@lumino/polling": "^1.0.0",
64-
"@lumino/widgets": "^1.8.0",
52+
"@jupyterlab/application": "^2.0.0",
53+
"@jupyterlab/apputils": "^2.0.0",
54+
"@jupyterlab/codemirror": "^2.0.0",
55+
"@jupyterlab/console": "^2.0.0",
56+
"@jupyterlab/coreutils": "^4.0.0",
57+
"@jupyterlab/filebrowser": "^2.0.0",
58+
"@jupyterlab/mainmenu": "^2.0.0",
59+
"@jupyterlab/nbformat": "^2.0.0",
60+
"@jupyterlab/services": "^5.0.0",
61+
"@jupyterlab/settingregistry": "^2.0.0",
62+
"@jupyterlab/terminal": "^2.0.0",
63+
"@jupyterlab/ui-components": "^2.0.0",
64+
"@lumino/polling": "^1.0.4",
65+
"@lumino/widgets": "^1.11.1",
6566
"diff-match-patch": "^1.0.4",
6667
"nbdime": "~5.0.1",
67-
"react": "~16.8.4",
68-
"react-dom": "~16.8.4",
68+
"react": "~16.9.0",
69+
"react-dom": "~16.9.0",
6970
"react-textarea-autosize": "^7.1.2",
70-
"typestyle": "^2.0.1"
71+
"typestyle": "^2.0.4"
7172
},
7273
"devDependencies": {
7374
"@babel/core": "^7.5.0",
7475
"@babel/preset-env": "^7.5.0",
75-
"@jupyterlab/testutils": "^2.0.0-beta.2",
76+
"@jupyterlab/testutils": "^2.0.0",
7677
"@types/codemirror": "^0.0.79",
7778
"@types/diff-match-patch": "^1.0.32",
7879
"@types/enzyme": "3.1.15",
7980
"@types/jest": "^24",
80-
"@types/react": "~16.8.13",
81-
"@types/react-dom": "~16.0.5",
81+
"@types/react": "~16.9.16",
82+
"@types/react-dom": "~16.9.4",
8283
"@types/react-textarea-autosize": "^4.3.5",
8384
"enzyme": "3.7.0",
8485
"enzyme-adapter-react-16": "1.7.0",
@@ -95,8 +96,9 @@
9596
"tslint": "^5.11.0",
9697
"tslint-config-prettier": "1.18.0",
9798
"tslint-plugin-prettier": "^2.0.0",
98-
"typescript": "~3.7.1",
99-
"typescript-tslint-plugin": "^0.5.4"
99+
"typescript": "~3.7.3",
100+
"typescript-tslint-plugin": "^0.5.4",
101+
"yarn-deduplicate": "^1.1.1"
100102
},
101103
"peerDependencies": {
102104
"codemirror": "^5.0.0"
@@ -125,8 +127,5 @@
125127
"bugs": {
126128
"url": "https://github.com/jupyterlab/jupyterlab-git/issues"
127129
},
128-
"homepage": "https://github.com/jupyterlab/jupyterlab-git",
129-
"resolutions": {
130-
"@types/react": "~16.8.4"
131-
}
130+
"homepage": "https://github.com/jupyterlab/jupyterlab-git.git"
132131
}

0 commit comments

Comments
 (0)