|
42 | 42 | "eslint": "eslint . --ext .ts,.tsx --fix", |
43 | 43 | "eslint:check": "eslint . --ext .ts,.tsx", |
44 | 44 | "install:extension": "jlpm run build", |
45 | | - "lint": "jlpm prettier && yarn eslint", |
46 | | - "lint:check": "jlpm prettier:check && yarn eslint:check", |
| 45 | + "lint": "jlpm prettier && jlpm eslint", |
| 46 | + "lint:check": "jlpm prettier:check && jlpm eslint:check", |
47 | 47 | "prettier": "prettier --list-different --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md,.yml,.html}\"", |
48 | 48 | "prettier:check": "prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md,.yml,.html}\"", |
49 | 49 | "watch": "run-p watch:src watch:labextension", |
50 | 50 | "watch:src": "tsc -w", |
51 | 51 | "watch:labextension": "jupyter labextension watch ." |
52 | 52 | }, |
53 | 53 | "dependencies": { |
54 | | - "@jupyterlab/coreutils": "^5", |
55 | | - "@jupyterlab/services": "^6", |
56 | | - "@jupyterlite/contents": "^0.1.2", |
57 | | - "@jupyterlite/kernel": "^0.1.2", |
58 | | - "@jupyterlite/server": "^0.1.2", |
59 | | - "@lumino/coreutils": "^1", |
60 | | - "@lumino/signaling": "^1", |
| 54 | + "@jupyterlab/coreutils": "^6", |
| 55 | + "@jupyterlab/services": "^7", |
| 56 | + "@jupyterlite/contents": "^0.2.0-alpha.1", |
| 57 | + "@jupyterlite/kernel": "^0.2.0-alpha.1", |
| 58 | + "@jupyterlite/server": "^0.2.0-alpha.1", |
| 59 | + "@lumino/coreutils": "^2", |
| 60 | + "@lumino/signaling": "^2", |
61 | 61 | "comlink": "^4.3.1" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | | - "@jupyterlab/builder": "^3.6.4", |
| 64 | + "@jupyterlab/builder": "^4.0.5", |
65 | 65 | "@typescript-eslint/eslint-plugin": "^4.8.1", |
66 | 66 | "@typescript-eslint/parser": "^4.8.1", |
67 | 67 | "copy-webpack-plugin": "^9.0.1", |
|
0 commit comments