|
1 | 1 | {
|
2 | 2 | "name": "@jupyterlab/latex",
|
3 |
| - "version": "3.2.0", |
| 3 | + "version": "4.0.0", |
4 | 4 | "description": "JupyterLab extension for running LaTeX",
|
5 | 5 | "keywords": [
|
6 | 6 | "jupyter",
|
|
56 | 56 | ]
|
57 | 57 | },
|
58 | 58 | "dependencies": {
|
59 |
| - "@jupyterlab/application": "^3.6.0", |
60 |
| - "@jupyterlab/apputils": "^3.6.0", |
61 |
| - "@jupyterlab/codeeditor": "^3.6.0", |
62 |
| - "@jupyterlab/coreutils": "^5.0.0", |
63 |
| - "@jupyterlab/docmanager": "^3.6.0", |
64 |
| - "@jupyterlab/docregistry": "^3.6.0", |
65 |
| - "@jupyterlab/filebrowser": "^3.6.0", |
66 |
| - "@jupyterlab/fileeditor": "^3.6.0", |
67 |
| - "@jupyterlab/launcher": "^3.6.0", |
68 |
| - "@jupyterlab/mainmenu": "^3.6.0", |
69 |
| - "@jupyterlab/services": "^6.0.0", |
70 |
| - "@jupyterlab/settingregistry": "^3.6.0", |
71 |
| - "@jupyterlab/statedb": "^3.6.0", |
72 |
| - "@jupyterlab/ui-components": "^3.6.0", |
73 |
| - "@lumino/coreutils": "^1.5.3", |
74 |
| - "@lumino/disposable": "^1.4.3", |
75 |
| - "@lumino/domutils": "^1.2.3", |
76 |
| - "@lumino/messaging": "^1.4.3", |
77 |
| - "@lumino/widgets": "^1.16.1", |
| 59 | + "@jupyterlab/application": "^4.0.0", |
| 60 | + "@jupyterlab/apputils": "^4.0.0", |
| 61 | + "@jupyterlab/codeeditor": "^4.0.0", |
| 62 | + "@jupyterlab/coreutils": "^6.0.0", |
| 63 | + "@jupyterlab/docmanager": "^4.0.0", |
| 64 | + "@jupyterlab/docregistry": "^4.0.0", |
| 65 | + "@jupyterlab/filebrowser": "^4.0.0", |
| 66 | + "@jupyterlab/fileeditor": "^4.0.0", |
| 67 | + "@jupyterlab/launcher": "^4.0.0", |
| 68 | + "@jupyterlab/mainmenu": "^4.0.0", |
| 69 | + "@jupyterlab/services": "^7.0.0", |
| 70 | + "@jupyterlab/settingregistry": "^4.0.0", |
| 71 | + "@jupyterlab/statedb": "^4.0.0", |
| 72 | + "@jupyterlab/ui-components": "^4.0.0", |
| 73 | + "@lumino/coreutils": "^2.1.1", |
| 74 | + "@lumino/disposable": "^2.1.1", |
| 75 | + "@lumino/domutils": "^2.0.0", |
| 76 | + "@lumino/messaging": "^2.0.0", |
| 77 | + "@lumino/signaling": "2.1.1", |
| 78 | + "@lumino/widgets": "^2.1.1", |
78 | 79 | "pdfjs-dist": "2.4.456",
|
79 |
| - "react": "^17.0.2", |
80 |
| - "react-dom": "^17.0.2", |
| 80 | + "react": "^18.2.0", |
| 81 | + "react-dom": "^18.2.0", |
81 | 82 | "yjs": "^13.6.1"
|
82 | 83 | },
|
83 | 84 | "devDependencies": {
|
84 |
| - "@jupyterlab/builder": "^3.6.3", |
85 |
| - "@types/react": "^17.0.2", |
86 |
| - "@types/react-dom": "^17.0.2", |
| 85 | + "@jupyterlab/builder": "^4.0.0", |
| 86 | + "@types/json-schema": "^7.0.11", |
| 87 | + "@types/react": "^18.2.6", |
| 88 | + "@types/react-dom": "^18.2.4", |
87 | 89 | "@typescript-eslint/eslint-plugin": "^4.13.0",
|
88 | 90 | "@typescript-eslint/parser": "^4.13.0",
|
| 91 | + "css-loader": "^6.7.1", |
89 | 92 | "eslint": "^7.5.0",
|
90 | 93 | "eslint-config-prettier": "^6.10.1",
|
91 | 94 | "eslint-plugin-prettier": "^3.1.2",
|
92 | 95 | "husky": "^2.4.1",
|
93 | 96 | "lint-staged": "^8.2.1",
|
94 | 97 | "mkdirp": "^1.0.3",
|
95 | 98 | "npm-run-all": "^4.1.5",
|
96 |
| - "prettier": "^1.19.0", |
97 |
| - "rimraf": "^3.0.2", |
| 99 | + "prettier": "^2.8.7", |
| 100 | + "rimraf": "^4.4.1", |
| 101 | + "source-map-loader": "^1.0.2", |
| 102 | + "style-loader": "^3.3.1", |
| 103 | + "stylelint": "^14.9.1", |
| 104 | + "stylelint-config-prettier": "^9.0.4", |
| 105 | + "stylelint-config-recommended": "^8.0.0", |
| 106 | + "stylelint-config-standard": "^26.0.0", |
| 107 | + "stylelint-prettier": "^2.0.0", |
98 | 108 | "tslint": "^5.18.0",
|
99 | 109 | "tslint-config-prettier": "^1.18.0",
|
100 | 110 | "tslint-plugin-prettier": "^2.0.1",
|
|
0 commit comments