|
47 | 47 | "prettier:check": "jlpm prettier:base --check",
|
48 | 48 | "stylelint": "jlpm stylelint:check --fix",
|
49 | 49 | "stylelint:check": "stylelint --cache \"style/**/*.css\"",
|
50 |
| - "watch": "run-p watch:src watch:labextension", |
| 50 | + "watch": "run-p watch:src watch:labextension", |
51 | 51 | "watch:labextension": "jupyter labextension watch .",
|
52 | 52 | "watch:src": "tsc -w --sourceMap"
|
53 | 53 | },
|
|
58 | 58 | "@jupyterlab/coreutils": "^6.0.0",
|
59 | 59 | "@jupyterlab/notebook": "^4.0.0",
|
60 | 60 | "@jupyterlab/outputarea": "^4.0.0",
|
61 |
| - "@jupyterlab/rendermime": "^3.8.0", |
| 61 | + "@jupyterlab/rendermime": "^4.0.0", |
62 | 62 | "@jupyterlab/services": "^7.0.0",
|
63 | 63 | "@jupyterlab/ui-components": "^4.0.0",
|
64 | 64 | "@lumino/coreutils": "^2.0.0",
|
|
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
72 | 72 | "@jupyterlab/builder": "^4.0.0",
|
73 |
| - "@types/json-schema": "^7.0.11", |
| 73 | + "@types/json-schema": "^7.0.11", |
74 | 74 | "@types/react": "^18.0.26",
|
75 | 75 | "@types/react-addons-linked-state-mixin": "^0.14.22",
|
76 | 76 | "@typescript-eslint/eslint-plugin": "^6.1.0",
|
|
79 | 79 | "eslint": "^8.36.0",
|
80 | 80 | "eslint-config-prettier": "^8.8.0",
|
81 | 81 | "eslint-plugin-prettier": "^5.0.0",
|
82 |
| - "npm-run-all": "^4.1.5", |
| 82 | + "npm-run-all": "^4.1.5", |
83 | 83 | "prettier": "^3.0.0",
|
84 | 84 | "rimraf": "^5.0.1",
|
85 | 85 | "source-map-loader": "^1.0.2",
|
|
0 commit comments