Upgrade nextjs and React to latest version
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
"devDependencies": {
|
||||
"@plunk/typescript-config": "*",
|
||||
"@react-email/preview-server": "5.0.1",
|
||||
"@types/react": "^19",
|
||||
"@types/react": "^19.2.7",
|
||||
"react-email": "5.0.1",
|
||||
"typescript": "5.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^19",
|
||||
"react-dom": "^19"
|
||||
"react": "^19.2.7",
|
||||
"react-dom": "^19.2.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@plunk/db": "*",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"devDependencies": {
|
||||
"@plunk/typescript-config": "*",
|
||||
"@types/node": "22.10.5",
|
||||
"@types/react": "^19",
|
||||
"@types/react": "^19.2.7",
|
||||
"typescript": "5.7.2"
|
||||
},
|
||||
"exports": {
|
||||
|
||||
@@ -9,14 +9,14 @@
|
||||
"@plunk/typescript-config": "*",
|
||||
"@tailwindcss/forms": "^0.5.9",
|
||||
"@types/node": "24.10.0",
|
||||
"@types/react": "^19",
|
||||
"@types/react": "^19.2.7",
|
||||
"postcss": "^8.4.33",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"typescript": "5.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^19",
|
||||
"react-dom": "^19"
|
||||
"react": "^19.2.1",
|
||||
"react-dom": "^19.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
|
||||
Reference in New Issue
Block a user