Skip to content

Commit

Permalink
fix(repo): Update React to ^18.3.1 (#3491)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
renovate[bot] and LekoArts authored Jun 3, 2024
1 parent f31e382 commit f37fd2d
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 30 deletions.
2 changes: 2 additions & 0 deletions .changeset/weak-clouds-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions integration/templates/next-app-router-quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions integration/templates/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"next": "^13.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.1.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions integration/templates/react-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
]
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
Expand Down
4 changes: 2 additions & 2 deletions integration/templates/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"preview": "vite preview --port $PORT --no-open"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.14.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions integration/templates/remix-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@remix-run/vercel": "^1.18.1",
"@vercel/node": "^2.10.3",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@remix-run/dev": "^1.19.3",
Expand Down
23 changes: 13 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
"npm-cli-login": "^1.0.0",
"prettier": "^2.8.7",
"publint": "^0.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "^5.0.5",
"tree-kill": "^1.2.2",
"ts-jest": "^29.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/elements/examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"framer-motion": "^11.0.28",
"geist": "^1.3",
"next": "^14.2.3",
"react": "^18",
"react-dom": "^18"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^18",
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@clerk/nextjs": "latest",
"next": "12.3.4",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^18.17.0",
Expand Down
6 changes: 4 additions & 2 deletions packages/ui/theme-builder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ui/theme-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"clsx": "^2.1.1",
"colorjs.io": "^0.5.0",
"next": "14.2.3",
"react": "^18",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit f37fd2d

Please sign in to comment.