Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 7, 2024
1 parent a148f51 commit 5b009c5
Show file tree
Hide file tree
Showing 17 changed files with 87 additions and 89 deletions.
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/cli": "7.24.1",
"@babel/core": "^7.22.20",
"@types/react": "^18.2.55",
"react": "18.3.0-canary-a870b2d54-20240314",
"react": "18.3.0-next-fecc288b7-20221025",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/core": "^7.22.20",
"@types/netlify-identity-widget": "1.9.6",
"@types/react": "^18.2.55",
"react": "18.3.0-canary-a870b2d54-20240314",
"react": "18.3.0-next-fecc288b7-20221025",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@clerk/clerk-react": "4.30.7",
"@clerk/types": "3.62.1",
"@types/react": "^18.2.55",
"react": "18.3.0-canary-a870b2d54-20240314",
"react": "18.3.0-next-fecc288b7-20221025",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/react": "^18.2.55",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.3.0-canary-a870b2d54-20240314",
"react": "18.3.0-next-fecc288b7-20221025",
"typescript": "5.4.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"firebase": "10.9.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.3.0-canary-a870b2d54-20240314",
"react": "18.3.0-next-fecc288b7-20221025",
"typescript": "5.4.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.22.20",
"@types/netlify-identity-widget": "1.9.6",
"@types/react": "^18.2.55",
"react": "18.3.0-canary-a870b2d54-20240314",
"react": "18.3.0-next-fecc288b7-20221025",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.22.20",
"@supabase/supabase-js": "2.40.0",
"@types/react": "^18.2.55",
"react": "18.3.0-canary-a870b2d54-20240314",
"react": "18.3.0-next-fecc288b7-20221025",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/cli": "7.24.1",
"@babel/core": "^7.22.20",
"@types/react": "^18.2.55",
"react": "18.3.0-canary-a870b2d54-20240314",
"react": "18.3.0-next-fecc288b7-20221025",
"supertokens-auth-react": "0.39.1",
"typescript": "5.4.3",
"vitest": "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"core-js": "3.36.1",
"react": "18.3.0-canary-a870b2d54-20240314"
"react": "18.3.0-next-fecc288b7-20221025"
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-redwood-app/templates/js/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@redwoodjs/forms": "7.0.0",
"@redwoodjs/router": "7.0.0",
"@redwoodjs/web": "7.0.0",
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314"
"react": "18.3.0-next-fecc288b7-20221025",
"react-dom": "18.3.0-next-fecc288b7-20221025"
},
"devDependencies": {
"@redwoodjs/vite": "7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-redwood-app/templates/ts/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@redwoodjs/forms": "7.0.0",
"@redwoodjs/router": "7.0.0",
"@redwoodjs/web": "7.0.0",
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314"
"react": "18.3.0-next-fecc288b7-20221025",
"react-dom": "18.3.0-next-fecc288b7-20221025"
},
"devDependencies": {
"@redwoodjs/vite": "7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"nodemon": "3.1.0",
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314",
"react": "18.3.0-next-fecc288b7-20221025",
"react-dom": "18.3.0-next-fecc288b7-20221025",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
"peerDependencies": {
"react": "18.3.0-canary-a870b2d54-20240314"
"react": "18.3.0-next-fecc288b7-20221025"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
4 changes: 2 additions & 2 deletions packages/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"vitest": "1.4.0"
},
"peerDependencies": {
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314"
"react": "18.3.0-next-fecc288b7-20221025",
"react-dom": "18.3.0-next-fecc288b7-20221025"
},
"externals": {
"react": "react",
Expand Down
8 changes: 4 additions & 4 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@types/react-dom": "^18.2.19",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314",
"react": "18.3.0-next-fecc288b7-20221025",
"react-dom": "18.3.0-next-fecc288b7-20221025",
"tstyche": "1.1.0",
"typescript": "5.4.3"
},
"peerDependencies": {
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314"
"react": "18.3.0-next-fecc288b7-20221025",
"react-dom": "18.3.0-next-fecc288b7-20221025"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"find-my-way": "8.1.0",
"http-proxy-middleware": "2.0.6",
"isbot": "3.8.0",
"react": "18.3.0-canary-a870b2d54-20240314",
"react-server-dom-webpack": "18.3.0-canary-a870b2d54-20240314",
"react": "18.3.0-next-fecc288b7-20221025",
"react-server-dom-webpack": "18.3.0-next-fecc288b7-20221025",
"vite": "5.1.7",
"vite-plugin-cjs-interop": "2.1.0",
"yargs-parser": "21.1.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"nodemon": "3.1.0",
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314",
"react": "18.3.0-next-fecc288b7-20221025",
"react-dom": "18.3.0-next-fecc288b7-20221025",
"tstyche": "1.1.0",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
"peerDependencies": {
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314"
"react": "18.3.0-next-fecc288b7-20221025",
"react-dom": "18.3.0-next-fecc288b7-20221025"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
Loading

0 comments on commit 5b009c5

Please sign in to comment.