|
53 | 53 | "devDependencies": {
|
54 | 54 | "@babel/core": "^7.5.0",
|
55 | 55 | "@babel/preset-env": "^7.5.0",
|
56 |
| - "@jupyterlab/builder": "^3.0.0", |
| 56 | + "@jupyterlab/builder": "^4.0.0", |
| 57 | + "@jupyterlab/testutils": "^4.0.0", |
57 | 58 | "@phosphor/application": "^1.6.0",
|
58 | 59 | "@phosphor/widgets": "^1.6.0",
|
59 |
| - "@types/jest": "^26.0.0", |
| 60 | + "@types/jest": "^29.2.0", |
| 61 | + "@types/json-schema": "^7.0.11", |
60 | 62 | "@types/lodash": "^4.14.202",
|
| 63 | + "@types/react": "^18.0.26", |
| 64 | + "@types/react-addons-linked-state-mixin": "^0.14.22", |
61 | 65 | "@types/webpack-env": "^1.13.6",
|
62 |
| - "@typescript-eslint/eslint-plugin": "^3.6.0", |
63 |
| - "@typescript-eslint/parser": "^3.6.0", |
| 66 | + "@typescript-eslint/eslint-plugin": "^6.1.0", |
| 67 | + "@typescript-eslint/parser": "^6.1.0", |
64 | 68 | "acorn": "^7.2.0",
|
65 |
| - "css-loader": "^3.2.0", |
66 |
| - "eslint": "^7.4.0", |
67 |
| - "eslint-config-prettier": "^6.11.0", |
68 |
| - "eslint-plugin-prettier": "^3.1.4", |
| 69 | + "css-loader": "^6.7.1", |
| 70 | + "eslint": "^8.36.0", |
| 71 | + "eslint-config-prettier": "^8.8.0", |
| 72 | + "eslint-plugin-prettier": "^5.0.0", |
69 | 73 | "fs-extra": "^7.0.0",
|
70 | 74 | "identity-obj-proxy": "^3.0.0",
|
71 |
| - "jest": "^26.0.0", |
| 75 | + "jest": "^29.2.0", |
72 | 76 | "mkdirp": "^0.5.1",
|
73 |
| - "npm-run-all": "^4.1.3", |
74 |
| - "prettier": "^2.0.5", |
75 |
| - "rimraf": "^2.6.2", |
76 |
| - "source-map-loader": "^1.1.3", |
77 |
| - "style-loader": "^1.0.0", |
| 77 | + "npm-run-all": "^4.1.5", |
| 78 | + "prettier": "^3.0.0", |
| 79 | + "rimraf": "^5.0.1", |
| 80 | + "source-map-loader": "^1.0.2", |
| 81 | + "style-loader": "^3.3.1", |
| 82 | + "stylelint": "^15.10.1", |
| 83 | + "stylelint-config-recommended": "^13.0.0", |
| 84 | + "stylelint-config-standard": "^34.0.0", |
| 85 | + "stylelint-csstree-validator": "^3.0.0", |
| 86 | + "stylelint-prettier": "^4.0.0", |
78 | 87 | "ts-jest": "^26.0.0",
|
79 | 88 | "ts-loader": "^8.0.0",
|
80 |
| - "typescript": "^4.0.0", |
| 89 | + "typescript": "~5.0.2", |
81 | 90 | "webpack": "^5.61.0",
|
82 |
| - "webpack-cli": "^4.0.0" |
| 91 | + "webpack-cli": "^4.0.0", |
| 92 | + "yjs": "^13.5.40" |
83 | 93 | },
|
84 | 94 | "dependencies": {
|
85 | 95 | "@jupyter-widgets/base": "^2 || ^3 || ^4 || ^5 || ^6",
|
|
0 commit comments