Skip to content

Commit 78a84e3

Browse files
nperez0111claude
andcommitted
feat: upgrade nx to 22.6.4 and liveblocks to 3.17.0
Update nx from 21.x to 22.6.4 and @liveblocks packages to 3.17.0. Update related playground and docs dependencies accordingly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fa8d41c commit 78a84e3

7 files changed

Lines changed: 708 additions & 232 deletions

File tree

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"@blocknote/xl-odt-exporter": "workspace:*",
3535
"@blocknote/xl-pdf-exporter": "workspace:*",
3636
"@fumadocs/base-ui": "16.5.0",
37-
"@liveblocks/client": "3.7.1-tiptap3",
38-
"@liveblocks/react": "3.7.1-tiptap3",
39-
"@liveblocks/react-blocknote": "3.7.1-tiptap3",
40-
"@liveblocks/react-tiptap": "3.7.1-tiptap3",
41-
"@liveblocks/react-ui": "3.7.1-tiptap3",
37+
"@liveblocks/client": "^3.17.0",
38+
"@liveblocks/react": "^3.17.0",
39+
"@liveblocks/react-blocknote": "^3.17.0",
40+
"@liveblocks/react-tiptap": "^3.17.0",
41+
"@liveblocks/react-ui": "^3.17.0",
4242
"@mantine/core": "^8.3.11",
4343
"@mantine/hooks": "^8.3.11",
4444
"@mantine/utils": "^6.0.22",
@@ -126,7 +126,7 @@
126126
"eslint-config-next": "^16.1.6",
127127
"next-validate-link": "^1.6.4",
128128
"postcss": "^8.5.6",
129-
"serve": "^14.2.5",
129+
"serve": "^14.2.6",
130130
"tailwindcss": "^4.1.18",
131131
"tw-animate-css": "^1.4.0",
132132
"typescript": "^5.9.3"

examples/07-collaboration/02-liveblocks/.bnexample.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"author": "yousefed",
55
"tags": ["Advanced", "Saving/Loading", "Collaboration"],
66
"dependencies": {
7-
"@liveblocks/client": "3.7.1-tiptap3",
8-
"@liveblocks/react": "3.7.1-tiptap3",
9-
"@liveblocks/react-blocknote": "3.7.1-tiptap3",
10-
"@liveblocks/react-tiptap": "3.7.1-tiptap3",
11-
"@liveblocks/react-ui": "3.7.1-tiptap3",
7+
"@liveblocks/client": "^3.17.0",
8+
"@liveblocks/react": "^3.17.0",
9+
"@liveblocks/react-blocknote": "^3.17.0",
10+
"@liveblocks/react-tiptap": "^3.17.0",
11+
"@liveblocks/react-ui": "^3.17.0",
1212
"yjs": "^13.6.27"
1313
}
1414
}

examples/07-collaboration/02-liveblocks/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"@mantine/utils": "^6.0.22",
2222
"react": "^19.2.3",
2323
"react-dom": "^19.2.3",
24-
"@liveblocks/client": "3.7.1-tiptap3",
25-
"@liveblocks/react": "3.7.1-tiptap3",
26-
"@liveblocks/react-blocknote": "3.7.1-tiptap3",
27-
"@liveblocks/react-tiptap": "3.7.1-tiptap3",
28-
"@liveblocks/react-ui": "3.7.1-tiptap3",
24+
"@liveblocks/client": "^3.17.0",
25+
"@liveblocks/react": "^3.17.0",
26+
"@liveblocks/react-blocknote": "^3.17.0",
27+
"@liveblocks/react-tiptap": "^3.17.0",
28+
"@liveblocks/react-ui": "^3.17.0",
2929
"yjs": "^13.6.27"
3030
},
3131
"devDependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "root",
33
"type": "module",
44
"devDependencies": {
5-
"@nx/js": "22.5.4",
5+
"@nx/js": "22.6.4",
66
"@typescript-eslint/eslint-plugin": "^5.62.0",
77
"@typescript-eslint/parser": "^5.62.0",
88
"concurrently": "9.1.2",
99
"eslint": "^8.57.1",
1010
"eslint-config-react-app": "^7.0.1",
1111
"eslint-plugin-import": "^2.32.0",
1212
"glob": "^10.5.0",
13-
"nx": "22.5.4",
13+
"nx": "22.6.4",
1414
"prettier": "3.6.2",
1515
"prettier-plugin-tailwindcss": "^0.6.14",
1616
"serve": "14.2.4",

playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"@blocknote/xl-pdf-exporter": "workspace:^",
3030
"@emotion/react": "11.14.0",
3131
"@emotion/styled": "11.14.1",
32-
"@liveblocks/core": "3.7.1-tiptap3",
33-
"@liveblocks/react": "3.7.1-tiptap3",
34-
"@liveblocks/react-blocknote": "3.7.1-tiptap3",
35-
"@liveblocks/react-tiptap": "3.7.1-tiptap3",
36-
"@liveblocks/react-ui": "3.7.1-tiptap3",
32+
"@liveblocks/core": "^3.17.0",
33+
"@liveblocks/react": "^3.17.0",
34+
"@liveblocks/react-blocknote": "^3.17.0",
35+
"@liveblocks/react-tiptap": "^3.17.0",
36+
"@liveblocks/react-ui": "^3.17.0",
3737
"@mantine/core": "^8.3.11",
3838
"@mantine/hooks": "^8.3.11",
3939
"@mantine/utils": "^6.0.22",

playground/src/examples.gen.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,11 +1527,11 @@
15271527
"Collaboration"
15281528
],
15291529
"dependencies": {
1530-
"@liveblocks/client": "3.7.1-tiptap3",
1531-
"@liveblocks/react": "3.7.1-tiptap3",
1532-
"@liveblocks/react-blocknote": "3.7.1-tiptap3",
1533-
"@liveblocks/react-tiptap": "3.7.1-tiptap3",
1534-
"@liveblocks/react-ui": "3.7.1-tiptap3",
1530+
"@liveblocks/client": "^3.17.0",
1531+
"@liveblocks/react": "^3.17.0",
1532+
"@liveblocks/react-blocknote": "^3.17.0",
1533+
"@liveblocks/react-tiptap": "^3.17.0",
1534+
"@liveblocks/react-ui": "^3.17.0",
15351535
"yjs": "^13.6.27"
15361536
} as any
15371537
},

0 commit comments

Comments
 (0)