Skip to content

Commit

Permalink
Bump @types/react-dom from 17.0.14 to 18.0.0
Browse files Browse the repository at this point in the history
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.14 to 18.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 11, 2022
1 parent 33e73bd commit 877afac
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postbuild": "next-sitemap"
},
"dependencies": {
"@types/react-dom": "^17.0.14",
"@types/react-dom": "^18.0.0",
"next": "^12.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postbuild": "next-sitemap"
},
"dependencies": {
"@types/react-dom": "^17.0.14",
"@types/react-dom": "^18.0.0",
"next": "^12.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-overrides/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postbuild": "next-sitemap"
},
"dependencies": {
"@types/react-dom": "^17.0.14",
"@types/react-dom": "^18.0.0",
"next": "^12.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postbuild": "next-sitemap"
},
"dependencies": {
"@types/react-dom": "^17.0.14",
"@types/react-dom": "^18.0.0",
"next": "^12.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1597,10 +1597,10 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==

"@types/react-dom@^17.0.14":
version "17.0.14"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.14.tgz#c8f917156b652ddf807711f5becbd2ab018dea9f"
integrity sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==
"@types/react-dom@^18.0.0":
version "18.0.0"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.0.tgz#b13f8d098e4b0c45df4f1ed123833143b0c71141"
integrity sha512-49897Y0UiCGmxZqpC8Blrf6meL8QUla6eb+BBhn69dTXlmuOlzkfr7HHY/O8J25e1lTUMs+YYxSlVDAaGHCOLg==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 877afac

Please sign in to comment.