|
54 | 54 | "watch:labextension": "jupyter labextension watch ." |
55 | 55 | }, |
56 | 56 | "dependencies": { |
57 | | - "@jupyterlab/application": "^3.4.4", |
58 | | - "@jupyterlab/apputils": "3.4.4", |
59 | | - "@jupyterlab/docregistry": "3.4.4", |
60 | | - "@jupyterlab/notebook": "3.4.4", |
61 | | - "@jupyterlab/services": "6.4.4" |
| 57 | + "@jupyterlab/application": "^3.4.5", |
| 58 | + "@jupyterlab/apputils": "3.4.5", |
| 59 | + "@jupyterlab/docregistry": "3.4.5", |
| 60 | + "@jupyterlab/notebook": "3.4.5", |
| 61 | + "@jupyterlab/services": "6.4.5" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | 64 | "@babel/core": "^7.18.10", |
65 | 65 | "@babel/preset-env": "^7.18.10", |
66 | | - "@jupyterlab/builder": "^3.4.4", |
67 | | - "@jupyterlab/testutils": "^3.4.4", |
68 | | - "@types/jest": "^28.1.6", |
69 | | - "@typescript-eslint/eslint-plugin": "^5.32.0", |
70 | | - "@typescript-eslint/parser": "^5.32.0", |
71 | | - "eslint": "^8.21.0", |
| 66 | + "@jupyterlab/builder": "^3.4.5", |
| 67 | + "@jupyterlab/testutils": "^3.4.5", |
| 68 | + "@types/jest": "^28.1.7", |
| 69 | + "@typescript-eslint/eslint-plugin": "^5.33.1", |
| 70 | + "@typescript-eslint/parser": "^5.33.1", |
| 71 | + "eslint": "^8.22.0", |
72 | 72 | "eslint-config-prettier": "^8.5.0", |
73 | 73 | "eslint-plugin-prettier": "^4.2.1", |
74 | 74 | "jest": "^28.1.3", |
75 | 75 | "npm-run-all": "^4.1.5", |
76 | 76 | "prettier": "^2.7.1", |
77 | 77 | "rimraf": "^3.0.2", |
78 | | - "stylelint": "^14.9.1", |
| 78 | + "stylelint": "^14.10.0", |
79 | 79 | "stylelint-config-prettier": "^9.0.3", |
80 | | - "stylelint-config-recommended": "^8.0.0", |
81 | | - "stylelint-config-standard": "~26.0.0", |
| 80 | + "stylelint-config-recommended": "^9.0.0", |
| 81 | + "stylelint-config-standard": "~27.0.0", |
82 | 82 | "stylelint-prettier": "^2.0.0", |
83 | | - "ts-jest": "^28.0.7", |
| 83 | + "ts-jest": "^28.0.8", |
84 | 84 | "typescript": "~4.3.5" |
85 | 85 | }, |
86 | 86 | "sideEffects": [ |
|
0 commit comments