Skip to content

Commit

Permalink
⬆️ upgrade react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 51588d5 commit 83d5079
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 130 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"prism-react-renderer": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.0.1",
"react-live": "^4.0.0",
"react-wrap-balancer": "^1.1.1",
"urlcat": "^3.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.0.3"
}
}
8 changes: 4 additions & 4 deletions packages/kitchn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
}
},
"devDependencies": {
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-native": "^0.76.0",
"react-native-remix-icon": "^0.4.0",
"tsup": "^8.0.1",
Expand Down
Loading

0 comments on commit 83d5079

Please sign in to comment.