From c4e64a737dc7a79e9c668204f3cd13785ce2e6e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:49:13 +0000 Subject: [PATCH] Bump @types/react from 18.3.2 to 18.3.3 Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.2 to 18.3.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9e3024..64271f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@shoelace-style/shoelace": "^2.15.0", "@thepassle/app-tools": "^0.9.9", - "@types/react": "^18.3.2", + "@types/react": "^18.3.3", "lit": "^3.1.3", "urlpattern-polyfill": "^10.0.0", "workbox-build": "^7.1.0", @@ -2847,9 +2847,9 @@ "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" }, "node_modules/@types/react": { - "version": "18.3.2", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.2.tgz", - "integrity": "sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==", + "version": "18.3.3", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", + "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/package.json b/package.json index 0fdd167..cda7145 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@shoelace-style/shoelace": "^2.15.0", "@thepassle/app-tools": "^0.9.9", - "@types/react": "^18.3.2", + "@types/react": "^18.3.3", "lit": "^3.1.3", "urlpattern-polyfill": "^10.0.0", "workbox-build": "^7.1.0",