Skip to content

Commit 5450096

Browse files
authored
bump: react 19 stable (#476)
1 parent 163492f commit 5450096

File tree

5 files changed

+19
-14
lines changed

5 files changed

+19
-14
lines changed

.changeset/smart-bears-confess.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-llama": patch
3+
---
4+
5+
bump: react 19 stable

e2e/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export async function runCreateLlama({
8888
...dataSourceArgs,
8989
"--vector-db",
9090
vectorDb,
91-
"--use-pnpm",
91+
"--use-npm",
9292
"--port",
9393
port,
9494
"--post-install-action",

templates/types/streaming/express/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"lint": "eslint ."
1717
},
1818
"dependencies": {
19-
"ai": "4.0.3",
19+
"ai": "^4.0.3",
2020
"cors": "^2.8.5",
2121
"dotenv": "^16.3.1",
2222
"duck-duck-scrape": "^2.2.5",
2323
"express": "^4.18.2",
2424
"llamaindex": "0.8.2",
25-
"pdf2json": "3.0.5",
25+
"pdf2json": "^3.0.5",
2626
"ajv": "^8.12.0",
27-
"@e2b/code-interpreter": "1.0.4",
27+
"@e2b/code-interpreter": "^1.0.4",
2828
"got": "^14.4.1",
2929
"@apidevtools/swagger-parser": "^10.1.0",
3030
"formdata-node": "^6.0.3",
@@ -45,7 +45,7 @@
4545
"prettier": "^3.2.5",
4646
"prettier-plugin-organize-imports": "^3.2.4",
4747
"tsx": "^4.7.2",
48-
"tsup": "8.1.0",
48+
"tsup": "^8.1.0",
4949
"typescript": "^5.3.2"
5050
}
5151
}

templates/types/streaming/nextjs/app/components/ui/chat/tools/weather-card.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface WeatherData {
4242
const weatherCodeDisplayMap: Record<
4343
string,
4444
{
45-
icon: JSX.Element;
45+
icon: React.ReactNode;
4646
status: string;
4747
}
4848
> = {

templates/types/streaming/nextjs/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@apidevtools/swagger-parser": "^10.1.0",
14-
"@e2b/code-interpreter": "1.0.4",
14+
"@e2b/code-interpreter": "^1.0.4",
1515
"@radix-ui/react-collapsible": "^1.0.3",
1616
"@radix-ui/react-select": "^2.1.1",
1717
"@radix-ui/react-slot": "^1.0.2",
1818
"@radix-ui/react-tabs": "^1.1.0",
1919
"@llamaindex/chat-ui": "0.0.12",
20-
"ai": "4.0.3",
20+
"ai": "^4.0.3",
2121
"ajv": "^8.12.0",
2222
"class-variance-authority": "^0.7.0",
2323
"clsx": "^2.1.1",
@@ -27,9 +27,9 @@
2727
"got": "^14.4.1",
2828
"llamaindex": "0.8.2",
2929
"lucide-react": "^0.460.0",
30-
"next": "^15.0.3",
31-
"react": "19.0.0-rc-66855b96-20241106",
32-
"react-dom": "19.0.0-rc-66855b96-20241106",
30+
"next": "^15.1.3",
31+
"react": "^19.0.0",
32+
"react-dom": "^19.0.0",
3333
"papaparse": "^5.4.1",
3434
"supports-color": "^8.1.1",
3535
"tailwind-merge": "^2.1.0",
@@ -39,15 +39,15 @@
3939
},
4040
"devDependencies": {
4141
"@types/node": "^20.10.3",
42-
"@types/react": "^18.2.42",
43-
"@types/react-dom": "^18.2.17",
42+
"@types/react": "^19.0.2",
43+
"@types/react-dom": "^19.0.2",
4444
"@types/uuid": "^9.0.8",
4545
"@llamaindex/workflow": "^0.0.3",
4646
"@types/papaparse": "^5.3.15",
4747
"autoprefixer": "^10.4.16",
4848
"cross-env": "^7.0.3",
4949
"eslint": "^9.14.0",
50-
"eslint-config-next": "^15.0.3",
50+
"eslint-config-next": "^15.1.3",
5151
"eslint-config-prettier": "^9.1.0",
5252
"postcss": "^8.4.32",
5353
"prettier": "^3.2.5",

0 commit comments

Comments
 (0)