Skip to content

Commit 73a275c

Browse files
nperez0111claude
andcommitted
fix: address PR review comments for dependency consistency
Switch playground @liveblocks/core to @liveblocks/client to match other manifests, and upgrade vite-node to ^6.0.0 for vite 8 compatibility. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 47bff9b commit 73a275c

3 files changed

Lines changed: 25 additions & 30 deletions

File tree

packages/xl-ai-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"typescript": "^5.9.3",
6262
"undici": "^6.22.0",
6363
"vite": "^8.0.3",
64-
"vite-node": "^2.1.9",
64+
"vite-node": "^6.0.0",
6565
"vite-plugin-eslint": "^1.8.1",
6666
"vite-plugin-externalize-deps": "^0.10.0",
6767
"vitest": "^4.1.2"

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@blocknote/xl-pdf-exporter": "workspace:^",
3030
"@emotion/react": "11.14.0",
3131
"@emotion/styled": "11.14.1",
32-
"@liveblocks/core": "^3.17.0",
32+
"@liveblocks/client": "^3.17.0",
3333
"@liveblocks/react": "^3.17.0",
3434
"@liveblocks/react-blocknote": "^3.17.0",
3535
"@liveblocks/react-tiptap": "^3.17.0",

pnpm-lock.yaml

Lines changed: 23 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)