|
38 | 38 | "clean:lintcache": "rimraf .eslintcache .stylelintcache", |
39 | 39 | "clean:labextension": "rimraf jupyter_scheduler/labextension", |
40 | 40 | "clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache", |
| 41 | + "dev-install": "pip install -e . && jupyter labextension develop . --overwrite && jupyter server extension enable jupyter_scheduler", |
41 | 42 | "eslint": "jlpm eslint:check --fix", |
42 | 43 | "eslint:check": "eslint . --cache --ext .ts,.tsx", |
43 | 44 | "install:extension": "jlpm build", |
|
56 | 57 | "dependencies": { |
57 | 58 | "@emotion/react": "^11.10.4", |
58 | 59 | "@emotion/styled": "^11.10.4", |
59 | | - "@jupyterlab/application": "^3.4.1", |
60 | | - "@jupyterlab/apputils": "^3.4.1", |
61 | | - "@jupyterlab/coreutils": "^5.4.2", |
62 | | - "@jupyterlab/docmanager-extension": "^3.4.2", |
63 | | - "@jupyterlab/filebrowser": "^3.4.1", |
64 | | - "@jupyterlab/launcher": "^3.4.4", |
65 | | - "@jupyterlab/services": "^6.4.2", |
66 | | - "@jupyterlab/translation": "^3.4.1", |
67 | | - "@jupyterlab/ui-components": "^3.4.2", |
68 | | - "@lumino/polling": "^1.9.0", |
69 | | - "@lumino/signaling": "^1.10.0", |
70 | | - "@lumino/coreutils": "^1.12.0", |
71 | | - "@lumino/widgets": "^1.32.0", |
| 60 | + "@jupyterlab/application": "^4", |
| 61 | + "@jupyterlab/apputils": "^4", |
| 62 | + "@jupyterlab/coreutils": "^6", |
| 63 | + "@jupyterlab/filebrowser": "^4", |
| 64 | + "@jupyterlab/launcher": "^4", |
| 65 | + "@jupyterlab/services": "^7", |
| 66 | + "@jupyterlab/translation": "^4", |
| 67 | + "@jupyterlab/ui-components": "^4", |
| 68 | + "@lumino/coreutils": "^2", |
| 69 | + "@lumino/polling": "^2", |
| 70 | + "@lumino/signaling": "^2", |
| 71 | + "@lumino/widgets": "^2", |
72 | 72 | "@mui/icons-material": "^5.10.9", |
73 | 73 | "@mui/material": "^5.10.6", |
74 | 74 | "@mui/system": "^5.10.6", |
75 | 75 | "@types/react-dom": "^18.0.5", |
76 | 76 | "cronstrue": "^2.12.0", |
77 | | - "react": "^17.0.1", |
78 | | - "react-dom": "^17.0.1", |
| 77 | + "react": "^18.2.0", |
| 78 | + "react-dom": "^18.2.0", |
79 | 79 | "tzdata": "^1.0.33" |
80 | 80 | }, |
81 | 81 | "devDependencies": { |
82 | 82 | "@babel/core": "^7.0.0", |
83 | 83 | "@babel/preset-env": "^7.0.0", |
84 | | - "@jupyterlab/builder": "^3.4.7", |
85 | | - "@jupyterlab/testutils": "^3.0.0", |
86 | | - "@types/jest": "^26.0.0", |
| 84 | + "@jupyterlab/builder": "^4", |
| 85 | + "@jupyterlab/testutils": "^4", |
| 86 | + "@types/jest": "^29", |
87 | 87 | "@typescript-eslint/eslint-plugin": "^4.8.1", |
88 | 88 | "@typescript-eslint/parser": "^4.8.1", |
89 | 89 | "eslint": "^7.14.0", |
90 | 90 | "eslint-config-prettier": "^6.15.0", |
91 | 91 | "eslint-plugin-prettier": "^3.1.4", |
92 | | - "jest": "^26.0.0", |
| 92 | + "jest": "^29", |
93 | 93 | "mkdirp": "^1.0.3", |
94 | 94 | "npm-run-all": "^4.1.5", |
95 | 95 | "prettier": "^2.1.1", |
|
99 | 99 | "stylelint-config-recommended": "^6.0.0", |
100 | 100 | "stylelint-config-standard": "~24.0.0", |
101 | 101 | "stylelint-prettier": "^2.0.0", |
102 | | - "ts-jest": "^26.0.0", |
103 | | - "typescript": "~4.1.3" |
| 102 | + "ts-jest": "^29", |
| 103 | + "typescript": "~4.3.0" |
104 | 104 | }, |
105 | 105 | "resolutions": { |
106 | 106 | "@types/react": "^17.0.1", |
|
132 | 132 | "jupyter-releaser": { |
133 | 133 | "hooks": { |
134 | 134 | "before-build-npm": [ |
135 | | - "python -m pip install jupyterlab~=3.1", |
| 135 | + "python -m pip install jupyterlab~=4.0", |
136 | 136 | "jlpm", |
137 | 137 | "jlpm build:prod" |
138 | 138 | ], |
|
0 commit comments