Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @types/react-dom to v18.0.11 #7644

Merged
merged 1 commit into from
Feb 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@testing-library/user-event": "14.4.3",
"@types/pascalcase": "1.0.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@types/react-dom": "18.0.11",
"@types/testing-library__jest-dom": "5.14.5",
"graphql": "16.6.0",
"jest": "29.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
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/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@types/react-dom": "18.0.11",
"jest": "29.4.2",
"react": "18.2.0",
"react-dom": "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 @@ -47,7 +47,7 @@
"@types/jest": "29.4.0",
"@types/node": "16.18.12",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@types/react-dom": "18.0.11",
"@types/webpack": "5.28.0",
"babel-jest": "29.4.2",
"babel-plugin-inline-react-svg": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@testing-library/react": "13.4.0",
"@types/prop-types": "15.7.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@types/react-dom": "18.0.11",
"@types/testing-library__jest-dom": "5.14.5",
"jest": "29.4.2",
"jest-runner-tsd": "4.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7682,7 +7682,7 @@ __metadata:
"@testing-library/user-event": 14.4.3
"@types/pascalcase": 1.0.1
"@types/react": 18.0.28
"@types/react-dom": 18.0.10
"@types/react-dom": 18.0.11
"@types/testing-library__jest-dom": 5.14.5
core-js: 3.27.2
graphql: 16.6.0
Expand Down Expand Up @@ -7843,7 +7843,7 @@ __metadata:
"@reach/skip-nav": 0.18.0
"@redwoodjs/auth": 4.0.0
"@types/react": 18.0.28
"@types/react-dom": 18.0.10
"@types/react-dom": 18.0.11
core-js: 3.27.2
jest: 29.4.2
react: 18.2.0
Expand Down Expand Up @@ -7943,7 +7943,7 @@ __metadata:
"@types/jest": 29.4.0
"@types/node": 16.18.12
"@types/react": 18.0.28
"@types/react-dom": 18.0.10
"@types/react-dom": 18.0.11
"@types/webpack": 5.28.0
babel-jest: 29.4.2
babel-plugin-inline-react-svg: 2.0.1
Expand Down Expand Up @@ -7993,7 +7993,7 @@ __metadata:
"@testing-library/react": 13.4.0
"@types/prop-types": 15.7.5
"@types/react": 18.0.28
"@types/react-dom": 18.0.10
"@types/react-dom": 18.0.11
"@types/testing-library__jest-dom": 5.14.5
core-js: 3.27.2
graphql: 16.6.0
Expand Down Expand Up @@ -10398,12 +10398,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.0.10, @types/react-dom@npm:^18.0.0":
version: 18.0.10
resolution: "@types/react-dom@npm:18.0.10"
"@types/react-dom@npm:18.0.11, @types/react-dom@npm:^18.0.0":
version: 18.0.11
resolution: "@types/react-dom@npm:18.0.11"
dependencies:
"@types/react": "*"
checksum: a07b900a2d5559830f88b3e525cf279f9f04b4893f4d17e64f5adb08d8abe0e3151e0d3c0ea17d836104ae47594be577529a004265600e4304a43a93b0d5d61e
checksum: 8bf1e3f710221a937613df4d192f3b9e5a30e5c3103cac52c5210fb56b79f7a8cc66137d3bc5c9d92d375165a97fae53284724191bc01cb9898564fa02595569
languageName: node
linkType: hard

Expand Down