Skip to content

Commit 3fec2ff

Browse files
committed
Fix build and CI
1 parent b99f3c5 commit 3fec2ff

File tree

2 files changed

+10860
-2
lines changed

2 files changed

+10860
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
"@lumino/coreutils": "^2.1.0",
6565
"@lumino/widgets": "^2.3.0"
6666
},
67+
"resolutions": {
68+
"lib0": "0.2.94"
69+
},
6770
"devDependencies": {
6871
"@jupyterlab/builder": "^4.2.0",
6972
"@jupyterlab/testutils": "^4.2.0",
@@ -78,6 +81,7 @@
7881
"eslint-config-prettier": "^8.8.0",
7982
"eslint-plugin-prettier": "^5.0.0",
8083
"jest": "^29.2.0",
84+
"lib0": "0.2.94",
8185
"mkdirp": "^1.0.3",
8286
"npm-run-all": "^4.1.5",
8387
"prettier": "^3.0.0",
@@ -89,8 +93,8 @@
8993
"stylelint-config-standard": "^34.0.0",
9094
"stylelint-csstree-validator": "^3.0.0",
9195
"stylelint-prettier": "^4.0.0",
92-
"typescript": "^5.8.3",
93-
"yjs": "^13.6.24"
96+
"typescript": "~5.5.4",
97+
"yjs": "^13.5.0"
9498
},
9599
"sideEffects": [
96100
"style/*.css",

0 commit comments

Comments
 (0)