chore: update dependence
CI / CI (push) Successful in 30m13s

This commit is contained in:
tao.chen
2026-07-23 19:43:08 +08:00
parent a77c4c7ebe
commit a502f58d26
6 changed files with 5015 additions and 13314 deletions
-3
View File
@@ -68,7 +68,6 @@
"@jupyter/builder": "^1.0.0", "@jupyter/builder": "^1.0.0",
"@jupyter/eslint-plugin": "^0.0.5", "@jupyter/eslint-plugin": "^0.0.5",
"@jupyterlab/core-meta": "^4.6.0-beta.0", "@jupyterlab/core-meta": "^4.6.0-beta.0",
"@jupyterlab/testing": "^4.6.1",
"@jupyterlab/testutils": "^4.0.0", "@jupyterlab/testutils": "^4.0.0",
"@module-federation/runtime-tools": "^2.0.0", "@module-federation/runtime-tools": "^2.0.0",
"@types/jest": "^29.2.0", "@types/jest": "^29.2.0",
@@ -81,7 +80,6 @@
"eslint-plugin-prettier": "^5.0.0", "eslint-plugin-prettier": "^5.0.0",
"globals": "^15.0.0", "globals": "^15.0.0",
"jest": "^29.2.0", "jest": "^29.2.0",
"jest-junit": "^17.0.0",
"mkdirp": "^1.0.3", "mkdirp": "^1.0.3",
"npm-run-all2": "^7.0.1", "npm-run-all2": "^7.0.1",
"prettier": "^3.0.0", "prettier": "^3.0.0",
@@ -93,7 +91,6 @@
"stylelint-config-standard": "^34.0.0", "stylelint-config-standard": "^34.0.0",
"stylelint-csstree-validator": "^3.0.0", "stylelint-csstree-validator": "^3.0.0",
"stylelint-prettier": "^4.0.0", "stylelint-prettier": "^4.0.0",
"ts-jest": "^29.4.11",
"typescript": "~5.5.4", "typescript": "~5.5.4",
"typescript-eslint": "^8.0.0", "typescript-eslint": "^8.0.0",
"yjs": "^13.5.0" "yjs": "^13.5.0"
-9965
View File
File diff suppressed because it is too large Load Diff
+8
View File
@@ -95,3 +95,11 @@ before-build-python = ["jlpm clean:all"]
[tool.check-wheel-contents] [tool.check-wheel-contents]
ignore = ["W002"] ignore = ["W002"]
[dependency-groups]
dev = [
"ipykernel>=7.3.0",
"jupyter-collaboration>=4.4.1",
"jupyter-mcp-server>=1.0.6",
"notebook>=7.6.1",
]
+1
View File
@@ -12,6 +12,7 @@
"noEmitOnError": true, "noEmitOnError": true,
"noImplicitAny": true, "noImplicitAny": true,
"noUnusedLocals": true, "noUnusedLocals": true,
"skipLibCheck": true,
"preserveWatchOutput": true, "preserveWatchOutput": true,
"resolveJsonModule": true, "resolveJsonModule": true,
"outDir": "lib", "outDir": "lib",
Generated
+1677
View File
File diff suppressed because it is too large Load Diff
+3325 -3342
View File
File diff suppressed because it is too large Load Diff