Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"highlight.js": "^11.11.1",
"jotai": "^2.13.1",
"lucide-react": "^0.469.0",
"next": "16.0.10",
"next": "16.2.4",
"next-themes": "^0.4.6",
"react": "19.2.1",
"react-dom": "19.2.1",
"react": "19.2.5",
"react-dom": "19.2.5",
"streamdown": "^1.6.5",
"tailwind-merge": "^3.4.0",
"v0-sdk": "workspace:*"
Expand All @@ -32,7 +32,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.7",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
Expand Down
6 changes: 3 additions & 3 deletions examples/classic-v0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"clsx": "^2.1.1",
"jotai": "^2.13.1",
"lucide-react": "^0.540.0",
"next": "15.5.9",
"next": "16.2.4",
"playwright": "^1.55.0",
"react": "19.1.2",
"react-dom": "19.1.2",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-syntax-highlighter": "^15.6.6",
"tailwind-merge": "^2.5.5",
"v0-sdk": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions examples/simple-v0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lucide-react": "^0.525.0",
"next": "15.5.9",
"next": "16.2.4",
"next-themes": "^0.4.6",
"react": "19.1.2",
"react-dom": "19.1.2",
"react": "19.2.5",
"react-dom": "19.2.5",
"tailwind-merge": "^3.3.1",
"v0-sdk": "workspace:*",
"vaul": "^1.1.2"
Expand Down
6 changes: 3 additions & 3 deletions examples/v0-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"embla-carousel-react": "^8.6.0",
"lucide-react": "^0.540.0",
"nanoid": "^5.1.5",
"next": "15.5.9",
"next": "16.2.4",
"next-auth": "5.0.0-beta.25",
"postgres": "^3.4.7",
"react": "19.1.2",
"react-dom": "19.1.2",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-syntax-highlighter": "^15.6.6",
"shiki": "^3.12.2",
"streamdown": "^1.0.12",
Expand Down
12 changes: 6 additions & 6 deletions examples/v0-sdk-react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
"clsx": "^2.1.1",
"katex": "^0.16.8",
"lucide-react": "^0.540.0",
"next": "16.2.4",
"prismjs": "^1.29.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-katex": "^3.0.1",
"next": "15.5.9",
"react": "19.1.2",
"react-dom": "19.1.2",
"tailwind-merge": "^2.5.5"
},
"devDependencies": {
"@types/katex": "^0.16.0",
"@types/prismjs": "^1.26.0",
"@types/react-katex": "^3.0.4",
"@types/node": "^20.0.0",
"@types/prismjs": "^1.26.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-katex": "^3.0.4",
"autoprefixer": "^10.4.0",
"eslint": "^8.0.0",
"eslint-config-next": "15.1.3",
"eslint-config-next": "16.2.4",
"postcss": "^8.0.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "1.0.7",
Expand Down
Loading
Loading