|
16 | 16 | "build": "jlpm install && tsc",
|
17 | 17 | "build:labextension": "jlpm build && jlpm clean:labextension && mkdirp jupyterlab_git/labextension && cd jupyterlab_git/labextension && npm pack ../..",
|
18 | 18 | "clean": "rimraf lib tsconfig.tsbuildinfo",
|
19 |
| - "clean:more": "jlpm clean && rimraf build dist MANIFEST", |
20 | 19 | "clean:labextension": "rimraf jupyterlab_git/labextension",
|
| 20 | + "clean:more": "jlpm clean && rimraf build dist MANIFEST", |
21 | 21 | "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", |
24 | 23 | "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" |
26 | 27 | },
|
27 | 28 | "files": [
|
28 | 29 | "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
|
|
48 | 49 | "schemaDir": "schema"
|
49 | 50 | },
|
50 | 51 | "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", |
65 | 66 | "diff-match-patch": "^1.0.4",
|
66 | 67 | "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", |
69 | 70 | "react-textarea-autosize": "^7.1.2",
|
70 |
| - "typestyle": "^2.0.1" |
| 71 | + "typestyle": "^2.0.4" |
71 | 72 | },
|
72 | 73 | "devDependencies": {
|
73 | 74 | "@babel/core": "^7.5.0",
|
74 | 75 | "@babel/preset-env": "^7.5.0",
|
75 |
| - "@jupyterlab/testutils": "^2.0.0-beta.2", |
| 76 | + "@jupyterlab/testutils": "^2.0.0", |
76 | 77 | "@types/codemirror": "^0.0.79",
|
77 | 78 | "@types/diff-match-patch": "^1.0.32",
|
78 | 79 | "@types/enzyme": "3.1.15",
|
79 | 80 | "@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", |
82 | 83 | "@types/react-textarea-autosize": "^4.3.5",
|
83 | 84 | "enzyme": "3.7.0",
|
84 | 85 | "enzyme-adapter-react-16": "1.7.0",
|
|
95 | 96 | "tslint": "^5.11.0",
|
96 | 97 | "tslint-config-prettier": "1.18.0",
|
97 | 98 | "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" |
100 | 102 | },
|
101 | 103 | "peerDependencies": {
|
102 | 104 | "codemirror": "^5.0.0"
|
|
125 | 127 | "bugs": {
|
126 | 128 | "url": "https://github.com/jupyterlab/jupyterlab-git/issues"
|
127 | 129 | },
|
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" |
132 | 131 | }
|
0 commit comments