Skip to content

Commit f93375d

Browse files
Update dependency react-dom to v19
1 parent 5c9d760 commit f93375d

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
@@ -21,7 +21,7 @@
2121
"@types/invariant": "^2.2.35",
2222
"@types/node": "20.17.6",
2323
"@types/react": "18.3.12",
24-
"@types/react-dom": "18.3.1",
24+
"@types/react-dom": "19.0.2",
2525
"autoprefixer": "^10.4.14",
2626
"eslint": "8.57.1",
2727
"eslint-config-next": "14.2.17",
@@ -31,7 +31,7 @@
3131
"openai": "^4.6.0",
3232
"postcss": "^8.4.21",
3333
"react": "18.3.1",
34-
"react-dom": "18.3.1",
34+
"react-dom": "19.0.0",
3535
"tailwindcss": "^3.2.7",
3636
"typescript": "5.6.3"
3737
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@paralleldrive/cuid2": "^2.2.2",
1818
"@types/node": "20.17.6",
1919
"@types/react": "18.3.12",
20-
"@types/react-dom": "18.3.1",
20+
"@types/react-dom": "19.0.2",
2121
"ai": "^3.0.0",
2222
"autoprefixer": "10.4.20",
2323
"eslint": "8.57.1",
@@ -27,7 +27,7 @@
2727
"openai": "^4.6.0",
2828
"postcss": "8.4.48",
2929
"react": "18.3.1",
30-
"react-dom": "18.3.1",
30+
"react-dom": "19.0.0",
3131
"tailwindcss": "3.4.14",
3232
"typescript": "5.6.3"
3333
}

0 commit comments

Comments
 (0)