Skip to content

Commit 0b267fb

Browse files
Update dependency react to v19
1 parent 0e1d2b9 commit 0b267fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

JavaScript/chatbot-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@tailwindcss/forms": "^0.5.3",
2121
"@types/invariant": "^2.2.35",
2222
"@types/node": "20.17.6",
23-
"@types/react": "18.3.12",
23+
"@types/react": "19.1.4",
2424
"@types/react-dom": "18.3.1",
2525
"autoprefixer": "^10.4.14",
2626
"eslint": "8.57.1",
@@ -30,7 +30,7 @@
3030
"next-remove-imports": "^1.0.11",
3131
"openai": "^4.6.0",
3232
"postcss": "^8.4.21",
33-
"react": "18.3.1",
33+
"react": "19.1.0",
3434
"react-dom": "18.3.1",
3535
"tailwindcss": "^3.2.7",
3636
"typescript": "5.6.3"

JavaScript/novel-ai-text-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@autoblocks/client": "^0.0.83",
1717
"@paralleldrive/cuid2": "^2.2.2",
1818
"@types/node": "20.17.6",
19-
"@types/react": "18.3.12",
19+
"@types/react": "19.1.4",
2020
"@types/react-dom": "18.3.1",
2121
"ai": "^3.0.0",
2222
"autoprefixer": "10.4.20",
@@ -26,7 +26,7 @@
2626
"novel": "^0.5.0",
2727
"openai": "^4.6.0",
2828
"postcss": "8.4.48",
29-
"react": "18.3.1",
29+
"react": "19.1.0",
3030
"react-dom": "18.3.1",
3131
"tailwindcss": "3.4.14",
3232
"typescript": "5.6.3"

0 commit comments

Comments
 (0)