Skip to content

Commit

Permalink
Merge pull request #363 from iamvishnusankar/dependabot/npm_and_yarn/…
Browse files Browse the repository at this point in the history
…types/react-dom-18.0.0

Bump @types/react-dom from 17.0.14 to 18.0.0
  • Loading branch information
iamvishnusankar committed Apr 13, 2022
2 parents 33e73bd + 877afac commit 9b5a98a
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 9b5a98a

Please sign in to comment.