Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion community-templates/astro-multi-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@astrojs/solid-js": "^3.0.2",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/mdx": "^2.0.0",
"astro": "^4.0.0",
"astro": "^6.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vue": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion community-templates/docker-nextjs-lowdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"lowdb": "^6.0.1",
"next": "^14.0.0",
"next": "^16.2.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion community-templates/nextjs-official/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"setup": "node scripts/install.js"
},
"dependencies": {
"next": "^14.0.0",
"next": "^16.2.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@radix-ui/react-slot": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion community-templates/portal-mini-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"db:seed": "tsx src/lib/seed.ts"
},
"dependencies": {
"next": "^14.0.0",
"next": "^16.2.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@payloadcms/db-postgres": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/fixtures/import-app/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.9.0",
"typescript": "^5.5.3",
"vite": "^6.3.4"
"vite": "^6.4.2"
}
}
504 changes: 280 additions & 224 deletions e2e-tests/fixtures/import-app/astro/pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.9.0",
"typescript": "^5.5.3",
"vite": "^6.3.4"
"vite": "^6.4.2"
}
}
504 changes: 280 additions & 224 deletions e2e-tests/fixtures/import-app/minimal-with-ai-rules/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e-tests/fixtures/import-app/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.9.0",
"typescript": "^5.5.3",
"vite": "^6.3.4"
"vite": "^6.4.2"
}
}
504 changes: 280 additions & 224 deletions e2e-tests/fixtures/import-app/minimal/pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@vitejs/plugin-react-swc": "^3.9.0",
"tw-animate-css": "^1.3.4",
"typescript": "^5.5.3",
"vite": "^6.3.4"
"vite": "^6.4.2"
}
}
511 changes: 284 additions & 227 deletions e2e-tests/fixtures/import-app/select-component/pnpm-lock.yaml

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading