Skip to content

Commit

Permalink
React 18.3.0-canary-035a41c4e-20230704 (#8826)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jul 5, 2023
1 parent 84639d2 commit d261819
Show file tree
Hide file tree
Showing 18 changed files with 66 additions and 66 deletions.
4 changes: 2 additions & 2 deletions __fixtures__/test-project/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@redwoodjs/web": "5.0.0",
"humanize-string": "2.1.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.0-canary-035a41c4e-20230704",
"react-dom": "18.3.0-canary-035a41c4e-20230704"
},
"devDependencies": {
"@redwoodjs/vite": "6.0.0-canary.450",
Expand Down
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/core": "7.22.5",
"@types/react": "18.2.14",
"jest": "29.5.0",
"react": "18.2.0",
"react": "18.3.0-canary-035a41c4e-20230704",
"typescript": "5.1.3"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/netlify-identity-widget": "1.9.3",
"@types/react": "18.2.14",
"jest": "29.5.0",
"react": "18.2.0",
"react": "18.3.0-canary-035a41c4e-20230704",
"typescript": "5.1.3"
},
"peerDependencies": {
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/types": "3.46.1",
"@types/react": "18.2.14",
"jest": "29.5.0",
"react": "18.2.0",
"react": "18.3.0-canary-035a41c4e-20230704",
"typescript": "5.1.3"
},
"peerDependencies": {
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 @@ -34,7 +34,7 @@
"@simplewebauthn/typescript-types": "7.0.0",
"@types/react": "18.2.14",
"jest": "29.5.0",
"react": "18.2.0",
"react": "18.3.0-canary-035a41c4e-20230704",
"typescript": "5.1.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 @@ -32,7 +32,7 @@
"@types/react": "18.2.14",
"firebase": "9.23.0",
"jest": "29.5.0",
"react": "18.2.0",
"react": "18.3.0-canary-035a41c4e-20230704",
"typescript": "5.1.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 @@
"@types/netlify-identity-widget": "1.9.3",
"@types/react": "18.2.14",
"jest": "29.5.0",
"react": "18.2.0",
"react": "18.3.0-canary-035a41c4e-20230704",
"typescript": "5.1.3"
},
"peerDependencies": {
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 @@ -31,7 +31,7 @@
"@supabase/supabase-js": "2.26.0",
"@types/react": "18.2.14",
"jest": "29.5.0",
"react": "18.2.0",
"react": "18.3.0-canary-035a41c4e-20230704",
"typescript": "5.1.3"
},
"peerDependencies": {
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/core": "7.22.5",
"@types/react": "18.2.14",
"jest": "29.5.0",
"react": "18.2.0",
"react": "18.3.0-canary-035a41c4e-20230704",
"supertokens-auth-react": "0.33.1",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.5",
"core-js": "3.31.0",
"react": "18.2.0"
"react": "18.3.0-canary-035a41c4e-20230704"
},
"devDependencies": {
"@babel/cli": "7.22.5",
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 @@ -15,8 +15,8 @@
"@redwoodjs/router": "5.0.0",
"@redwoodjs/web": "5.0.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.0-canary-035a41c4e-20230704",
"react-dom": "18.3.0-canary-035a41c4e-20230704"
},
"devDependencies": {
"@redwoodjs/vite": "5.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 @@ -15,8 +15,8 @@
"@redwoodjs/router": "5.0.0",
"@redwoodjs/web": "5.0.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.0-canary-035a41c4e-20230704",
"react-dom": "18.3.0-canary-035a41c4e-20230704"
},
"devDependencies": {
"@redwoodjs/vite": "5.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 @@ -41,13 +41,13 @@
"graphql": "16.7.1",
"jest": "29.5.0",
"nodemon": "2.0.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.0-canary-035a41c4e-20230704",
"react-dom": "18.3.0-canary-035a41c4e-20230704",
"typescript": "5.1.3"
},
"peerDependencies": {
"graphql": "16.7.1",
"react": "18.2.0"
"react": "18.3.0-canary-035a41c4e-20230704"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
4 changes: 2 additions & 2 deletions packages/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"typescript": "5.1.3"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.0-canary-035a41c4e-20230704",
"react-dom": "18.3.0-canary-035a41c4e-20230704"
},
"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 @@ -33,13 +33,13 @@
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"jest": "29.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.0-canary-035a41c4e-20230704",
"react-dom": "18.3.0-canary-035a41c4e-20230704",
"typescript": "5.1.3"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.0-canary-035a41c4e-20230704",
"react-dom": "18.3.0-canary-035a41c4e-20230704"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
4 changes: 2 additions & 2 deletions packages/studio/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"graphql-scalars": "1.22.2",
"json-bigint-patch": "0.0.8",
"pretty-ms": "7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.0-canary-035a41c4e-20230704",
"react-dom": "18.3.0-canary-035a41c4e-20230704",
"react-error-boundary": "4.0.10",
"react-grid-layout": "1.3.4",
"react-router-dom": "6.8.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 @@ -59,14 +59,14 @@
"jest-runner-tsd": "5.0.0",
"nodemon": "2.0.22",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.0-canary-035a41c4e-20230704",
"react-dom": "18.3.0-canary-035a41c4e-20230704",
"typescript": "5.1.3"
},
"peerDependencies": {
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.0-canary-035a41c4e-20230704",
"react-dom": "18.3.0-canary-035a41c4e-20230704"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
72 changes: 36 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7014,7 +7014,7 @@ __metadata:
"@types/react": 18.2.14
core-js: 3.31.0
jest: 29.5.0
react: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
typescript: 5.1.3
peerDependencies:
"@auth0/auth0-spa-js": 2.0.8
Expand Down Expand Up @@ -7067,7 +7067,7 @@ __metadata:
"@types/react": 18.2.14
core-js: 3.31.0
jest: 29.5.0
react: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
typescript: 5.1.3
peerDependencies:
"@azure/msal-browser": 2.37.1
Expand Down Expand Up @@ -7118,7 +7118,7 @@ __metadata:
"@types/react": 18.2.14
core-js: 3.31.0
jest: 29.5.0
react: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
typescript: 5.1.3
peerDependencies:
"@clerk/clerk-react": 4.20.5
Expand Down Expand Up @@ -7196,7 +7196,7 @@ __metadata:
"@types/react": 18.2.14
core-js: 3.31.0
jest: 29.5.0
react: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
typescript: 5.1.3
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -7244,7 +7244,7 @@ __metadata:
core-js: 3.31.0
firebase: 9.23.0
jest: 29.5.0
react: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
typescript: 5.1.3
peerDependencies:
firebase: 9.23.0
Expand Down Expand Up @@ -7295,7 +7295,7 @@ __metadata:
"@types/react": 18.2.14
core-js: 3.31.0
jest: 29.5.0
react: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
typescript: 5.1.3
peerDependencies:
netlify-identity-widget: 1.9.2
Expand Down Expand Up @@ -7345,7 +7345,7 @@ __metadata:
"@types/react": 18.2.14
core-js: 3.31.0
jest: 29.5.0
react: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
typescript: 5.1.3
peerDependencies:
"@supabase/supabase-js": 2.26.0
Expand Down Expand Up @@ -7397,7 +7397,7 @@ __metadata:
"@types/react": 18.2.14
core-js: 3.31.0
jest: 29.5.0
react: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
supertokens-auth-react: 0.33.1
typescript: 5.1.3
peerDependencies:
Expand All @@ -7417,7 +7417,7 @@ __metadata:
core-js: 3.31.0
jest: 29.5.0
msw: 1.2.2
react: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
typescript: 5.1.3
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -7746,13 +7746,13 @@ __metadata:
jest: 29.5.0
nodemon: 2.0.22
pascalcase: 1.0.0
react: 18.2.0
react-dom: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
react-dom: 18.3.0-canary-035a41c4e-20230704
react-hook-form: 7.45.1
typescript: 5.1.3
peerDependencies:
graphql: 16.7.1
react: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7878,8 +7878,8 @@ __metadata:
mime-types: 2.1.35
typescript: 5.1.3
peerDependencies:
react: 18.2.0
react-dom: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
react-dom: 18.3.0-canary-035a41c4e-20230704
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7927,12 +7927,12 @@ __metadata:
"@types/react-dom": 18.2.6
core-js: 3.31.0
jest: 29.5.0
react: 18.2.0
react-dom: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
react-dom: 18.3.0-canary-035a41c4e-20230704
typescript: 5.1.3
peerDependencies:
react: 18.2.0
react-dom: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
react-dom: 18.3.0-canary-035a41c4e-20230704
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8151,17 +8151,17 @@ __metadata:
jest-runner-tsd: 5.0.0
nodemon: 2.0.22
prop-types: 15.8.1
react: 18.2.0
react-dom: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
react-dom: 18.3.0-canary-035a41c4e-20230704
react-helmet-async: 1.3.0
react-hot-toast: 2.4.1
stacktracey: 2.1.8
ts-toolbelt: 9.6.0
typescript: 5.1.3
peerDependencies:
prop-types: 15.8.1
react: 18.2.0
react-dom: 18.2.0
react: 18.3.0-canary-035a41c4e-20230704
react-dom: 18.3.0-canary-035a41c4e-20230704
bin:
cross-env: ./dist/bins/cross-env.js
msw: ./dist/bins/msw.js
Expand Down Expand Up @@ -26664,15 +26664,15 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:18.2.0":
version: 18.2.0
resolution: "react-dom@npm:18.2.0"
"react-dom@npm:18.3.0-canary-035a41c4e-20230704":
version: 18.3.0-canary-035a41c4e-20230704
resolution: "react-dom@npm:18.3.0-canary-035a41c4e-20230704"
dependencies:
loose-envify: ^1.1.0
scheduler: ^0.23.0
scheduler: 0.24.0-canary-035a41c4e-20230704
peerDependencies:
react: ^18.2.0
checksum: 66dfc5f93e13d0674e78ef41f92ed21dfb80f9c4ac4ac25a4b51046d41d4d2186abc915b897f69d3d0ebbffe6184e7c5876f2af26bfa956f179225d921be713a
react: 18.3.0-canary-035a41c4e-20230704
checksum: 5fbc98baf3e9a9ac52a8160f5e4b5c90c6d339dfcc296b9d02e3df8d06d5b4938d825b6f660d401bfd6449ba9a70bbfc2f498b707621cdd4369f2faf2e7faff9
languageName: node
linkType: hard

Expand Down Expand Up @@ -26797,12 +26797,12 @@ __metadata:
languageName: node
linkType: hard

"react@npm:18.2.0":
version: 18.2.0
resolution: "react@npm:18.2.0"
"react@npm:18.3.0-canary-035a41c4e-20230704":
version: 18.3.0-canary-035a41c4e-20230704
resolution: "react@npm:18.3.0-canary-035a41c4e-20230704"
dependencies:
loose-envify: ^1.1.0
checksum: b562d9b569b0cb315e44b48099f7712283d93df36b19a39a67c254c6686479d3980b7f013dc931f4a5a3ae7645eae6386b4aa5eea933baa54ecd0f9acb0902b8
checksum: 01a8d9ccb5d636a789a68404ea428f9eabc7d6d8fa5759c30653eef04d9a251a5c3a9b5c2c0f7768b0827d6ce250cd37cab5825af31583756ee2a8af669a6d27
languageName: node
linkType: hard

Expand Down Expand Up @@ -27869,12 +27869,12 @@ __metadata:
languageName: node
linkType: hard

"scheduler@npm:^0.23.0":
version: 0.23.0
resolution: "scheduler@npm:0.23.0"
"scheduler@npm:0.24.0-canary-035a41c4e-20230704":
version: 0.24.0-canary-035a41c4e-20230704
resolution: "scheduler@npm:0.24.0-canary-035a41c4e-20230704"
dependencies:
loose-envify: ^1.1.0
checksum: b777f7ca0115e6d93e126ac490dbd82642d14983b3079f58f35519d992fa46260be7d6e6cede433a92db70306310c6f5f06e144f0e40c484199e09c1f7be53dd
checksum: aaaf1b219c01bc5dc579362a5486f3d28092407f711748bd8ed7cd57f1431ca07f8469c6e9b7c8c70c21ef6d40faf2c575fd3564dffac55a13443db08991282c
languageName: node
linkType: hard

Expand Down

0 comments on commit d261819

Please sign in to comment.