From 4fc8b29b5bc627a4ef284e226694267263c7044e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:35:51 +0000 Subject: [PATCH] build(deps-dev): bump @types/react-dom in /react-tailwind-example Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.12 to 18.2.13. - [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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- react-tailwind-example/package-lock.json | 14 +++++++------- react-tailwind-example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/react-tailwind-example/package-lock.json b/react-tailwind-example/package-lock.json index ffea0766..6ce6c9c7 100644 --- a/react-tailwind-example/package-lock.json +++ b/react-tailwind-example/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@types/react": "^18.2.28", - "@types/react-dom": "^18.2.12", + "@types/react-dom": "^18.2.13", "@vitejs/plugin-react": "^4.1.0", "autoprefixer": "^10.4.16", "postcss": "^8.4.31", @@ -907,9 +907,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.12.tgz", - "integrity": "sha512-QWZuiA/7J/hPIGocXreCRbx7wyoeet9ooxfbSA+zbIWqyQEE7GMtRn4A37BdYyksnN+/NDnWgfxZH9UVGDw1hg==", + "version": "18.2.13", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.13.tgz", + "integrity": "sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==", "dev": true, "dependencies": { "@types/react": "*" @@ -2923,9 +2923,9 @@ } }, "@types/react-dom": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.12.tgz", - "integrity": "sha512-QWZuiA/7J/hPIGocXreCRbx7wyoeet9ooxfbSA+zbIWqyQEE7GMtRn4A37BdYyksnN+/NDnWgfxZH9UVGDw1hg==", + "version": "18.2.13", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.13.tgz", + "integrity": "sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==", "dev": true, "requires": { "@types/react": "*" diff --git a/react-tailwind-example/package.json b/react-tailwind-example/package.json index 0ff46315..dff3f228 100644 --- a/react-tailwind-example/package.json +++ b/react-tailwind-example/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/react": "^18.2.28", - "@types/react-dom": "^18.2.12", + "@types/react-dom": "^18.2.13", "@vitejs/plugin-react": "^4.1.0", "autoprefixer": "^10.4.16", "postcss": "^8.4.31",