Skip to content

Commit 1e32cfc

Browse files
fix(deps): update react monorepo to v19
| datasource | package | from | to | | ---------- | ---------------- | ------- | ------ | | npm | @types/react | 18.3.27 | 19.2.7 | | npm | @types/react-dom | 18.3.7 | 19.2.3 | | npm | react | 18.3.1 | 19.2.3 | | npm | react-dom | 18.3.1 | 19.2.3 |
1 parent 6c44838 commit 1e32cfc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

bun.lockb

3.79 KB
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)