Skip to content

Commit

Permalink
bump: react 19 stable (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn authored Dec 27, 2024
1 parent 163492f commit 5450096
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-bears-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-llama": patch
---

bump: react 19 stable
2 changes: 1 addition & 1 deletion e2e/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export async function runCreateLlama({
...dataSourceArgs,
"--vector-db",
vectorDb,
"--use-pnpm",
"--use-npm",
"--port",
port,
"--post-install-action",
Expand Down
8 changes: 4 additions & 4 deletions templates/types/streaming/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"lint": "eslint ."
},
"dependencies": {
"ai": "4.0.3",
"ai": "^4.0.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"duck-duck-scrape": "^2.2.5",
"express": "^4.18.2",
"llamaindex": "0.8.2",
"pdf2json": "3.0.5",
"pdf2json": "^3.0.5",
"ajv": "^8.12.0",
"@e2b/code-interpreter": "1.0.4",
"@e2b/code-interpreter": "^1.0.4",
"got": "^14.4.1",
"@apidevtools/swagger-parser": "^10.1.0",
"formdata-node": "^6.0.3",
Expand All @@ -45,7 +45,7 @@
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"tsx": "^4.7.2",
"tsup": "8.1.0",
"tsup": "^8.1.0",
"typescript": "^5.3.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface WeatherData {
const weatherCodeDisplayMap: Record<
string,
{
icon: JSX.Element;
icon: React.ReactNode;
status: string;
}
> = {
Expand Down
16 changes: 8 additions & 8 deletions templates/types/streaming/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@e2b/code-interpreter": "1.0.4",
"@e2b/code-interpreter": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.1.0",
"@llamaindex/chat-ui": "0.0.12",
"ai": "4.0.3",
"ai": "^4.0.3",
"ajv": "^8.12.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -27,9 +27,9 @@
"got": "^14.4.1",
"llamaindex": "0.8.2",
"lucide-react": "^0.460.0",
"next": "^15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"next": "^15.1.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"papaparse": "^5.4.1",
"supports-color": "^8.1.1",
"tailwind-merge": "^2.1.0",
Expand All @@ -39,15 +39,15 @@
},
"devDependencies": {
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/uuid": "^9.0.8",
"@llamaindex/workflow": "^0.0.3",
"@types/papaparse": "^5.3.15",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
"eslint-config-next": "^15.0.3",
"eslint-config-next": "^15.1.3",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.32",
"prettier": "^3.2.5",
Expand Down

0 comments on commit 5450096

Please sign in to comment.