Skip to content

Commit 7008d05

Browse files
fix(deps): update react monorepo to v19
| datasource | package | from | to | | ---------- | ---------------- | ------- | ------- | | npm | @types/react | 18.3.24 | 19.1.10 | | npm | @types/react-dom | 18.3.7 | 19.1.7 | | npm | react | 18.3.1 | 19.1.1 | | npm | react-dom | 18.3.1 | 19.1.1 |
1 parent 6c44838 commit 7008d05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lockb

240 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"next": "14.2.1",
3636
"next-themes": "^0.3.0",
3737
"nuqs": "^1.17.0",
38-
"react": "^18",
39-
"react-dom": "^18",
38+
"react": "^19.0.0",
39+
"react-dom": "^19.0.0",
4040
"sonner": "^1.3.1",
4141
"tailwind-merge": "^2.2.1",
4242
"tailwindcss-animate": "^1.0.7",
@@ -48,8 +48,8 @@
4848
"@types/bun": "^1.0.4",
4949
"@types/crypto-js": "^4.2.2",
5050
"@types/node": "^20",
51-
"@types/react": "^18",
52-
"@types/react-dom": "^18",
51+
"@types/react": "^19.0.0",
52+
"@types/react-dom": "^19.0.0",
5353
"autoprefixer": "^10.0.1",
5454
"eslint": "^8",
5555
"eslint-config-next": "14.2.1",

0 commit comments

Comments
 (0)