|
30 | 30 | "type": "git",
|
31 | 31 | "url": "https://github.com/telamonian/jupyterlab-conda-store.git"
|
32 | 32 | },
|
| 33 | + "workspaces": [ |
| 34 | + "ui-tests" |
| 35 | + ], |
33 | 36 | "scripts": {
|
34 | 37 | "build": "jlpm build:lib && jlpm build:labextension:dev",
|
35 | 38 | "build:prod": "jlpm clean && jlpm build:lib && jlpm build:labextension",
|
|
58 | 61 | },
|
59 | 62 | "dependencies": {
|
60 | 63 | "@conda-store/conda-store-ui": "2024.1.1",
|
61 |
| - "@jupyterlab/application": "^3.1.0", |
62 |
| - "@jupyterlab/apputils": "^3.1.0", |
63 |
| - "@jupyterlab/mainmenu": "^3.1.0", |
64 |
| - "@jupyterlab/settingregistry": "^3.1.0", |
65 |
| - "@jupyterlab/ui-components": "^3.1.0", |
66 |
| - "@lumino/widgets": "^1.37.1", |
67 |
| - "react": "^17.0.1", |
68 |
| - "react-dom": "^17.0.1" |
| 64 | + "@jupyterlab/application": "^4.0.9", |
| 65 | + "@jupyterlab/apputils": "^4.1.2", |
| 66 | + "@jupyterlab/mainmenu": "^4.0.9", |
| 67 | + "@jupyterlab/settingregistry": "^4.0.9", |
| 68 | + "@jupyterlab/ui-components": "^4.0.9", |
| 69 | + "@lumino/widgets": "^2.3.1", |
| 70 | + "react": "^18.2.0", |
| 71 | + "react-dom": "^18.2.0" |
69 | 72 | },
|
70 | 73 | "devDependencies": {
|
71 | 74 | "@babel/core": "^7.0.0",
|
72 | 75 | "@babel/preset-env": "^7.0.0",
|
73 |
| - "@jupyterlab/builder": "^3.0.0 || ^4.0.0", |
74 |
| - "@jupyterlab/testutils": "^3.0.0 || ^4.0.0", |
| 76 | + "@jupyterlab/builder": "^4.0.0", |
| 77 | + "@jupyterlab/testutils": "^4.0.0", |
75 | 78 | "@types/jest": "^26.0.0",
|
76 |
| - "@types/react": "^17.0.0", |
77 |
| - "@types/react-dom": "^17.0.0", |
78 |
| - "@typescript-eslint/eslint-plugin": "^4.8.1", |
79 |
| - "@typescript-eslint/parser": "^4.8.1", |
80 |
| - "eslint": "^7.14.0", |
81 |
| - "eslint-config-prettier": "^6.15.0", |
82 |
| - "eslint-plugin-prettier": "^3.1.4", |
83 |
| - "jest": "^26.4.2", |
| 79 | + "@types/react": "^18.2.0", |
| 80 | + "@types/react-dom": "^18.2.0", |
| 81 | + "@typescript-eslint/eslint-plugin": "~6.13.2", |
| 82 | + "@typescript-eslint/parser": "~6.13.2", |
| 83 | + "eslint": "~8.55.0", |
| 84 | + "eslint-config-prettier": "~9.1.0", |
| 85 | + "eslint-plugin-prettier": "~5.0.1", |
| 86 | + "jest": "^29.2.0", |
84 | 87 | "npm-run-all": "^4.1.5",
|
85 |
| - "prettier": "^2.1.1", |
| 88 | + "prettier": "~3.0.0", |
86 | 89 | "rimraf": "^3.0.2",
|
87 |
| - "stylelint": "^14.3.0", |
| 90 | + "stylelint": "^15.10.1", |
88 | 91 | "stylelint-config-prettier": "^9.0.3",
|
89 |
| - "stylelint-config-recommended": "^6.0.0", |
90 |
| - "stylelint-config-standard": "~24.0.0", |
91 |
| - "stylelint-prettier": "^2.0.0", |
92 |
| - "ts-jest": "^26.3.0", |
93 |
| - "typescript": "~4.7.3" |
| 92 | + "stylelint-config-recommended": "^13.0.0", |
| 93 | + "stylelint-config-standard": "^34.0.0", |
| 94 | + "stylelint-prettier": "^4.0.0", |
| 95 | + "ts-jest": "^29.1.1", |
| 96 | + "typescript": "~5.0.2" |
94 | 97 | },
|
95 | 98 | "sideEffects": [
|
96 | 99 | "style/*.css",
|
|
108 | 111 | "jupyter-releaser": {
|
109 | 112 | "hooks": {
|
110 | 113 | "before-build-npm": [
|
111 |
| - "python -m pip install jupyterlab~=3.1", |
| 114 | + "python -m pip install jupyterlab>4", |
112 | 115 | "jlpm"
|
113 | 116 | ],
|
114 | 117 | "before-build-python": [
|
|
0 commit comments