Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2023
1 parent 0265014 commit fe1f8cf
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 28 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 @@ -30,7 +30,7 @@
"@auth0/auth0-spa-js": "1.22.6",
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"jest": "29.4.2",
"react": "18.2.0",
"typescript": "4.9.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@types/netlify-identity-widget": "1.9.3",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"jest": "29.4.2",
"react": "18.2.0",
"typescript": "4.9.5"
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 @@ -31,7 +31,7 @@
"@babel/core": "7.20.12",
"@clerk/clerk-react": "4.11.2",
"@clerk/types": "3.26.1",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"jest": "29.4.2",
"react": "18.2.0",
"typescript": "4.9.5"
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 @@ -32,7 +32,7 @@
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@simplewebauthn/typescript-types": "6.2.1",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"jest": "29.4.2",
"react": "18.2.0",
"typescript": "4.9.5"
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 @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"firebase": "9.17.1",
"jest": "29.4.2",
"react": "18.2.0",
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 @@ -30,7 +30,7 @@
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@types/netlify-identity-widget": "1.9.3",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"jest": "29.4.2",
"react": "18.2.0",
"typescript": "4.9.5"
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 @@ -29,7 +29,7 @@
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@supabase/supabase-js": "1.35.7",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"jest": "29.4.2",
"react": "18.2.0",
"typescript": "4.9.5"
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 @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"jest": "29.4.2",
"react": "18.2.0",
"supertokens-auth-react": "0.31.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/pascalcase": "1.0.1",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@types/testing-library__jest-dom": "5.14.5",
"graphql": "16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"jest": "29.4.2",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/babel-core": "6.25.7",
"@types/jest": "29.4.0",
"@types/node": "16.18.12",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@types/webpack": "5.28.0",
"babel-jest": "29.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@types/prop-types": "15.7.5",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@types/testing-library__jest-dom": "5.14.5",
"jest": "29.4.2",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7042,7 +7042,7 @@ __metadata:
"@babel/core": 7.20.12
"@babel/runtime-corejs3": 7.20.13
"@redwoodjs/auth": 4.0.0
"@types/react": 18.0.27
"@types/react": 18.0.28
core-js: 3.27.2
jest: 29.4.2
react: 18.2.0
Expand Down Expand Up @@ -7095,7 +7095,7 @@ __metadata:
"@babel/runtime-corejs3": 7.20.13
"@redwoodjs/auth": 4.0.0
"@types/netlify-identity-widget": 1.9.3
"@types/react": 18.0.27
"@types/react": 18.0.28
core-js: 3.27.2
jest: 29.4.2
react: 18.2.0
Expand Down Expand Up @@ -7146,7 +7146,7 @@ __metadata:
"@clerk/clerk-react": 4.11.2
"@clerk/types": 3.26.1
"@redwoodjs/auth": 4.0.0
"@types/react": 18.0.27
"@types/react": 18.0.28
core-js: 3.27.2
jest: 29.4.2
react: 18.2.0
Expand Down Expand Up @@ -7224,7 +7224,7 @@ __metadata:
"@redwoodjs/auth": 4.0.0
"@simplewebauthn/browser": 6.2.2
"@simplewebauthn/typescript-types": 6.2.1
"@types/react": 18.0.27
"@types/react": 18.0.28
core-js: 3.27.2
jest: 29.4.2
react: 18.2.0
Expand Down Expand Up @@ -7271,7 +7271,7 @@ __metadata:
"@babel/core": 7.20.12
"@babel/runtime-corejs3": 7.20.13
"@redwoodjs/auth": 4.0.0
"@types/react": 18.0.27
"@types/react": 18.0.28
core-js: 3.27.2
firebase: 9.17.1
jest: 29.4.2
Expand Down Expand Up @@ -7323,7 +7323,7 @@ __metadata:
"@babel/runtime-corejs3": 7.20.13
"@redwoodjs/auth": 4.0.0
"@types/netlify-identity-widget": 1.9.3
"@types/react": 18.0.27
"@types/react": 18.0.28
core-js: 3.27.2
jest: 29.4.2
react: 18.2.0
Expand Down Expand Up @@ -7373,7 +7373,7 @@ __metadata:
"@babel/core": 7.20.12
"@babel/runtime-corejs3": 7.20.13
"@supabase/supabase-js": 1.35.7
"@types/react": 18.0.27
"@types/react": 18.0.28
core-js: 3.27.2
jest: 29.4.2
react: 18.2.0
Expand Down Expand Up @@ -7425,7 +7425,7 @@ __metadata:
"@babel/core": 7.20.12
"@babel/runtime-corejs3": 7.20.13
"@redwoodjs/auth": 4.0.0
"@types/react": 18.0.27
"@types/react": 18.0.28
core-js: 3.27.2
jest: 29.4.2
react: 18.2.0
Expand Down Expand Up @@ -7682,7 +7682,7 @@ __metadata:
"@testing-library/react": 13.4.0
"@testing-library/user-event": 14.4.3
"@types/pascalcase": 1.0.1
"@types/react": 18.0.27
"@types/react": 18.0.28
"@types/react-dom": 18.0.10
"@types/testing-library__jest-dom": 5.14.5
core-js: 3.27.2
Expand Down Expand Up @@ -7843,7 +7843,7 @@ __metadata:
"@babel/runtime-corejs3": 7.20.13
"@reach/skip-nav": 0.18.0
"@redwoodjs/auth": 4.0.0
"@types/react": 18.0.27
"@types/react": 18.0.28
"@types/react-dom": 18.0.10
core-js: 3.27.2
jest: 29.4.2
Expand Down Expand Up @@ -7943,7 +7943,7 @@ __metadata:
"@types/babel-core": 6.25.7
"@types/jest": 29.4.0
"@types/node": 16.18.12
"@types/react": 18.0.27
"@types/react": 18.0.28
"@types/react-dom": 18.0.10
"@types/webpack": 5.28.0
babel-jest: 29.4.2
Expand Down Expand Up @@ -7993,7 +7993,7 @@ __metadata:
"@testing-library/jest-dom": 5.16.5
"@testing-library/react": 13.4.0
"@types/prop-types": 15.7.5
"@types/react": 18.0.27
"@types/react": 18.0.28
"@types/react-dom": 18.0.10
"@types/testing-library__jest-dom": 5.14.5
core-js: 3.27.2
Expand Down Expand Up @@ -10408,14 +10408,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:18.0.27":
version: 18.0.27
resolution: "@types/react@npm:18.0.27"
"@types/react@npm:*, @types/react@npm:18.0.28":
version: 18.0.28
resolution: "@types/react@npm:18.0.28"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 87711931b14cdca07c4149531b4c96e7a56609ed2d010c52bf6bde14b417ac128c326924b14b25667fdaeddacfe98c31fa9625a95af52dae45061df8e30b46a3
checksum: 6d94ec25c18b39aac687814b3a717e767f2fba3289c3b682caa4d0182160a72a9816a612b5a207c8ea73f1d288019f56f3d08742ac7cfff91719abb77da9d11a
languageName: node
linkType: hard

Expand Down

0 comments on commit fe1f8cf

Please sign in to comment.