|
31 | 31 | "test": "npm run dist && node test/test.node.cjs", |
32 | 32 | "test-extensive": "npm run dist && node test/test.node.cjs --production --repetition-time 10000", |
33 | 33 | "lint": "standard && tsc --skipLibCheck", |
34 | | - "preversion": "npm run lint && npm run test-extensive && npm run dist", |
| 34 | + "preversion": "npm run lint && npm run dist", |
35 | 35 | "debug": "concurrently 'http-server -o test.html' 'npm run watch'", |
36 | 36 | "start": "concurrently 'http-server -o demo/index.html' 'npm run watch'" |
37 | 37 | }, |
|
52 | 52 | "peerDependencies": { |
53 | 53 | "@codemirror/state": "^6.5.2", |
54 | 54 | "@codemirror/view": "^6.38.6", |
55 | | - "@y/protocols": "^1.0.6-2", |
56 | | - "yjs": "^14.0.0-16" |
| 55 | + "@y/protocols": "^1.0.6-3", |
| 56 | + "@y/y": "^14.0.0-16" |
57 | 57 | }, |
58 | 58 | "dependencies": { |
59 | 59 | "lib0": "^0.2.115-6" |
|
66 | 66 | "@rollup/plugin-commonjs": "^29.0.0", |
67 | 67 | "@rollup/plugin-node-resolve": "^16.0.3", |
68 | 68 | "@types/node": "^24.10.1", |
69 | | - "@y/protocols": "^1.0.6-2", |
70 | | - "@y/websocket": "^4.0.0-2", |
| 69 | + "@y/protocols": "^1.0.6-3", |
| 70 | + "@y/websocket": "^4.0.0-3", |
71 | 71 | "codemirror": "^6.0.0", |
72 | 72 | "concurrently": "^5.3.0", |
73 | 73 | "http-server": "^14.1.0", |
74 | 74 | "jsdom": "^16.7.0", |
75 | 75 | "rollup": "^4.53.3", |
76 | 76 | "standard": "^17.1.2", |
77 | 77 | "typescript": "^5.9.3", |
78 | | - "yjs": "^14.0.0-16" |
| 78 | + "@y/y": "^14.0.0-16" |
79 | 79 | } |
80 | 80 | } |
0 commit comments