Skip to content

Commit 360ac03

Browse files
committed
sync
1 parent 6a5b20c commit 360ac03

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3457
-3198
lines changed

apps/www/src/registry/registry-components.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import { registryKits } from './registry-kits';
55
const registryApi: Registry['items'] = [
66
{
77
dependencies: [
8-
'@ai-sdk/openai',
9-
'ai',
10-
'@ai-sdk/provider',
11-
'@ai-sdk/provider-utils',
8+
'@ai-sdk/openai@1.3.23',
9+
'ai@4.3.19',
10+
'@ai-sdk/provider@1.1.3',
11+
'@ai-sdk/provider-utils@2.2.8',
1212
],
1313
files: [
1414
{
@@ -22,7 +22,7 @@ const registryApi: Registry['items'] = [
2222
type: 'registry:file',
2323
},
2424
{
25-
dependencies: ['@ai-sdk/openai', 'ai'],
25+
dependencies: ['@ai-sdk/openai@1.3.23', 'ai@4.3.19'],
2626
files: [
2727
{
2828
path: 'app/api/ai/copilot/route.ts',
@@ -72,7 +72,7 @@ export const registryComponents: Registry['items'] = [
7272
type: 'registry:component',
7373
},
7474
{
75-
dependencies: ['@ai-sdk/react@1', '@faker-js/faker'],
75+
dependencies: ['@ai-sdk/react@1.2.12', '@faker-js/faker'],
7676
files: [
7777
{
7878
path: 'components/editor/use-chat.ts',

apps/www/src/registry/registry-lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const registryLib: Registry['items'] = [
2222
type: 'registry:hook',
2323
},
2424
{
25-
dependencies: ['ai'],
25+
dependencies: ['ai@4.3.19'],
2626
files: [
2727
{
2828
path: 'lib/markdown-joiner-transform.ts',

apps/www/src/registry/registry-ui.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const uiComponents: Registry['items'] = [
55
dependencies: [
66
'@platejs/ai',
77
'@platejs/selection',
8-
'ai',
8+
'ai@4.3.19',
99
'cmdk',
1010
'@faker-js/faker',
1111
],
@@ -1448,7 +1448,7 @@ export const uiNodes: Registry['items'] = [
14481448
dependencies: [
14491449
'@platejs/media',
14501450
'@platejs/resizable',
1451-
'react-player',
1451+
'react-player@3.3.1',
14521452
'react-lite-youtube-embed',
14531453
],
14541454
description:

apps/www/src/registry/ui/media-video-node.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const VideoElement = withHOC(
100100
<div ref={handleRef}>
101101
<ReactPlayer
102102
height="100%"
103-
url={unsafeUrl}
103+
src={unsafeUrl}
104104
width="100%"
105105
controls
106106
/>

templates/plate-playground-template/package.json

Lines changed: 37 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@ai-sdk/provider": "^1.1.3",
1818
"@ai-sdk/provider-utils": "^2.2.8",
1919
"@ai-sdk/react": "^1.2.12",
20-
"@ariakit/react": "^0.4.17",
20+
"@ariakit/react": "^0.4.18",
2121
"@emoji-mart/data": "1.2.1",
22-
"@faker-js/faker": "^9.8.0",
23-
"@platejs/ai": "^49.0.1",
22+
"@faker-js/faker": "^9.9.0",
23+
"@platejs/ai": "^49.2.4",
2424
"@platejs/autoformat": "^49.0.0",
2525
"@platejs/basic-nodes": "^49.0.0",
2626
"@platejs/basic-styles": "^49.0.0",
@@ -29,26 +29,26 @@
2929
"@platejs/code-block": "^49.0.0",
3030
"@platejs/combobox": "^49.0.0",
3131
"@platejs/comment": "^49.0.0",
32-
"@platejs/date": "^49.0.0",
33-
"@platejs/dnd": "^49.0.0",
32+
"@platejs/date": "^49.0.2",
33+
"@platejs/dnd": "^49.2.10",
3434
"@platejs/docx": "^49.0.0",
3535
"@platejs/emoji": "^49.0.0",
3636
"@platejs/excalidraw": "^49.0.0",
3737
"@platejs/floating": "^49.0.0",
3838
"@platejs/indent": "^49.0.0",
3939
"@platejs/juice": "^49.0.0",
40-
"@platejs/layout": "^49.0.0",
41-
"@platejs/link": "^49.0.0",
42-
"@platejs/list": "^49.0.0",
43-
"@platejs/markdown": "^49.0.0",
40+
"@platejs/layout": "^49.2.1",
41+
"@platejs/link": "^49.1.1",
42+
"@platejs/list": "^49.2.0",
43+
"@platejs/markdown": "^49.2.1",
4444
"@platejs/math": "^49.0.0",
4545
"@platejs/media": "^49.0.0",
4646
"@platejs/mention": "^49.0.0",
4747
"@platejs/resizable": "^49.0.0",
48-
"@platejs/selection": "^49.0.1",
48+
"@platejs/selection": "^49.2.4",
4949
"@platejs/slash-command": "^49.0.0",
5050
"@platejs/suggestion": "^49.0.0",
51-
"@platejs/table": "^49.0.1",
51+
"@platejs/table": "^49.1.13",
5252
"@platejs/toc": "^49.0.0",
5353
"@platejs/toggle": "^49.0.0",
5454
"@radix-ui/react-alert-dialog": "^1.1.14",
@@ -62,7 +62,7 @@
6262
"@radix-ui/react-slot": "^1.2.3",
6363
"@radix-ui/react-toolbar": "^1.1.10",
6464
"@radix-ui/react-tooltip": "^1.2.7",
65-
"@udecode/cn": "^48.0.3",
65+
"@udecode/cn": "^49.0.15",
6666
"@uploadthing/react": "7.3.1",
6767
"ai": "^4.3.16",
6868
"class-variance-authority": "0.7.1",
@@ -72,46 +72,44 @@
7272
"html2canvas-pro": "^1.5.11",
7373
"lodash": "^4.17.21",
7474
"lowlight": "^3.3.0",
75-
"lucide-react": "0.514.0",
76-
"next": "^15.3.3",
75+
"lucide-react": "0.539.0",
76+
"next": "^15.4.6",
7777
"pdf-lib": "^1.17.1",
78-
"platejs": "^49.0.0",
79-
"react": "^19.1.0",
80-
"react-day-picker": "^9.7.0",
78+
"platejs": "^49.2.9",
79+
"react": "^19.1.1",
80+
"react-day-picker": "^9.8.1",
8181
"react-dnd": "^16.0.1",
8282
"react-dnd-html5-backend": "^16.0.1",
83-
"react-dom": "^19.1.0",
84-
"react-lite-youtube-embed": "^2.5.1",
85-
"react-player": "^2.16.0",
83+
"react-dom": "^19.1.1",
84+
"react-lite-youtube-embed": "^2.5.3",
85+
"react-player": "^3.3.1",
8686
"react-textarea-autosize": "^8.5.9",
8787
"react-tweet": "^3.2.2",
8888
"remark-gfm": "^4.0.1",
8989
"remark-math": "^6.0.0",
90-
"sonner": "^2.0.5",
90+
"sonner": "^2.0.7",
9191
"tailwind-merge": "3.3.1",
9292
"tailwind-scrollbar-hide": "^4.0.0",
93-
"tw-animate-css": "^1.3.4",
93+
"tw-animate-css": "^1.3.6",
9494
"uploadthing": "7.7.2",
9595
"use-file-picker": "2.1.2",
96-
"zod": "^3.25.61"
96+
"zod": "^4.0.17"
9797
},
9898
"devDependencies": {
99-
"@tailwindcss/postcss": "^4.1.9",
100-
"@types/node": "^24.0.0",
101-
"@types/react": "^19.1.8",
102-
"@types/react-dom": "^19.1.6",
103-
"@typescript-eslint/parser": "^8.34.0",
104-
"autoprefixer": "^10.4.21",
105-
"encoding": "^0.1.13",
106-
"eslint": "^9.28.0",
107-
"eslint-config-next": "15.3.3",
108-
"eslint-plugin-unused-imports": "^4.1.3",
109-
"postcss": "^8.5.4",
110-
"prettier": "^3.5.3",
111-
"prettier-plugin-packagejson": "^2.5.15",
112-
"tailwindcss": "4.1.9",
113-
"tsx": "^4.20.1",
114-
"typescript": "5.8.3"
99+
"@eslint/eslintrc": "^3.3.1",
100+
"@tailwindcss/postcss": "4.1.11",
101+
"@types/node": "^24.2.1",
102+
"@types/react": "^19.1.9",
103+
"@types/react-dom": "^19.1.7",
104+
"eslint": "^9.33.0",
105+
"eslint-config-next": "15.4.6",
106+
"eslint-plugin-unused-imports": "^4.1.4",
107+
"postcss": "^8.5.6",
108+
"prettier": "^3.6.2",
109+
"prettier-plugin-packagejson": "^2.5.19",
110+
"prettier-plugin-tailwindcss": "^0.6.14",
111+
"tailwindcss": "4.1.11",
112+
"typescript": "5.9.2"
115113
},
116114
"packageManager": "pnpm@9.2.0",
117115
"pnpm": {

0 commit comments

Comments
 (0)