Skip to content

Commit

Permalink
chore(deps): update dependency @types/react-dom to v18.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2023
1 parent c532275 commit 1841003
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
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 @@ -7674,7 +7674,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 @@ -7835,7 +7835,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 @@ -7935,7 +7935,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 @@ -7985,7 +7985,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 @@ -10390,12 +10390,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

0 comments on commit 1841003

Please sign in to comment.