From 3868bcc964a0bc7216654227695a09d1ab272073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:58:51 +0000 Subject: [PATCH] Bump @types/react-dom from 18.0.5 to 18.0.6 Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.5 to 18.0.6. - [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-patch ... Signed-off-by: dependabot[bot] --- examples/amp/package.json | 2 +- examples/basic/package.json | 2 +- examples/commonjs/package.json | 2 +- examples/custom-config-file/package.json | 2 +- examples/custom-overrides/package.json | 2 +- examples/custom-robots-txt-transformer/package.json | 2 +- examples/i18n/package.json | 2 +- examples/no-index-sitemaps/package.json | 2 +- yarn.lock | 8 ++++---- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/amp/package.json b/examples/amp/package.json index c85f441f..49229570 100644 --- a/examples/amp/package.json +++ b/examples/amp/package.json @@ -11,7 +11,7 @@ "postbuild": "next-sitemap" }, "dependencies": { - "@types/react-dom": "^18.0.5", + "@types/react-dom": "^18.0.6", "next": "^12.2.3", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/basic/package.json b/examples/basic/package.json index 540ae26d..4eaa0e43 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -11,7 +11,7 @@ "postbuild": "next-sitemap" }, "dependencies": { - "@types/react-dom": "^18.0.5", + "@types/react-dom": "^18.0.6", "next": "^12.2.3", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/commonjs/package.json b/examples/commonjs/package.json index 62c003d8..9e347f22 100644 --- a/examples/commonjs/package.json +++ b/examples/commonjs/package.json @@ -10,7 +10,7 @@ "postbuild": "next-sitemap" }, "dependencies": { - "@types/react-dom": "^18.0.5", + "@types/react-dom": "^18.0.6", "next": "^12.2.3", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/custom-config-file/package.json b/examples/custom-config-file/package.json index e5beaa7b..b9b35f64 100644 --- a/examples/custom-config-file/package.json +++ b/examples/custom-config-file/package.json @@ -11,7 +11,7 @@ "postbuild": "next-sitemap --config=awesome-sitemap.config.js" }, "dependencies": { - "@types/react-dom": "^18.0.5", + "@types/react-dom": "^18.0.6", "next": "^12.2.3", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/custom-overrides/package.json b/examples/custom-overrides/package.json index cba78be7..9c70ce3f 100644 --- a/examples/custom-overrides/package.json +++ b/examples/custom-overrides/package.json @@ -11,7 +11,7 @@ "postbuild": "next-sitemap" }, "dependencies": { - "@types/react-dom": "^18.0.5", + "@types/react-dom": "^18.0.6", "next": "^12.2.3", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/custom-robots-txt-transformer/package.json b/examples/custom-robots-txt-transformer/package.json index 9f030aa4..eb75c10c 100644 --- a/examples/custom-robots-txt-transformer/package.json +++ b/examples/custom-robots-txt-transformer/package.json @@ -11,7 +11,7 @@ "postbuild": "next-sitemap" }, "dependencies": { - "@types/react-dom": "^18.0.5", + "@types/react-dom": "^18.0.6", "next": "^12.2.3", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/i18n/package.json b/examples/i18n/package.json index 6a678de5..07cf7fa8 100644 --- a/examples/i18n/package.json +++ b/examples/i18n/package.json @@ -11,7 +11,7 @@ "postbuild": "next-sitemap" }, "dependencies": { - "@types/react-dom": "^18.0.5", + "@types/react-dom": "^18.0.6", "next": "^12.2.3", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/no-index-sitemaps/package.json b/examples/no-index-sitemaps/package.json index 2b529aa9..b06a15cd 100644 --- a/examples/no-index-sitemaps/package.json +++ b/examples/no-index-sitemaps/package.json @@ -11,7 +11,7 @@ "postbuild": "next-sitemap" }, "dependencies": { - "@types/react-dom": "^18.0.5", + "@types/react-dom": "^18.0.6", "next": "^12.2.3", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/yarn.lock b/yarn.lock index b3bcaa92..9324628f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1674,10 +1674,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react-dom@^18.0.0", "@types/react-dom@^18.0.5": - version "18.0.5" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.5.tgz#330b2d472c22f796e5531446939eacef8378444a" - integrity sha512-OWPWTUrY/NIrjsAPkAk1wW9LZeIjSvkXRhclsFO8CZcZGCOg2G0YZy4ft+rOyYxy8B7ui5iZzi9OkDebZ7/QSA== +"@types/react-dom@^18.0.0", "@types/react-dom@^18.0.6": + version "18.0.6" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz#36652900024842b74607a17786b6662dd1e103a1" + integrity sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA== dependencies: "@types/react" "*"