Skip to content

Commit

Permalink
Upgrade react to 18-beta in new app templates (#2998)
Browse files Browse the repository at this point in the history
(newapp)
  • Loading branch information
beerose authored Nov 23, 2021
1 parent a9aaeec commit c4c9047
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/generator/templates/app/package.js.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@prisma/client": "3.x",
"blitz": "canary",
"react-dom": "18.0.0-alpha-5ca4b0433-20211020",
"react": "18.0.0-alpha-5ca4b0433-20211020",
"react": "18.0.0-beta-149b420f6-20211119",
"zod": "3.x"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/templates/app/package.ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@prisma/client": "3.x",
"blitz": "canary",
"react-dom": "18.0.0-alpha-5ca4b0433-20211020",
"react": "18.0.0-alpha-5ca4b0433-20211020",
"react": "18.0.0-beta-149b420f6-20211119",
"zod": "3.x"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/templates/minimalapp/package.js.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"blitz": "canary",
"react-dom": "18.0.0-alpha-5ca4b0433-20211020",
"react": "18.0.0-alpha-5ca4b0433-20211020"
"react": "18.0.0-beta-149b420f6-20211119"
},
"devDependencies": {
"eslint": "7.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/templates/minimalapp/package.ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"blitz": "canary",
"react-dom": "18.0.0-alpha-5ca4b0433-20211020",
"react": "18.0.0-alpha-5ca4b0433-20211020"
"react": "18.0.0-beta-149b420f6-20211119"
},
"devDependencies": {
"@types/react": "17.x",
Expand Down

0 comments on commit c4c9047

Please sign in to comment.