Skip to content

Commit 13f9cec

Browse files
chore(deps-dev): bump @types/react from 18.3.3 to 18.3.5 (#378)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.3 to 18.3.5. - [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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c87383 commit 13f9cec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@testing-library/jest-dom": "^5.17.0",
3737
"@testing-library/react": "^15.0.7",
3838
"@types/jest": "^29.5.12",
39-
"@types/react": "^18.3.3",
39+
"@types/react": "^18.3.5",
4040
"@types/react-dom": "^18.3.0",
4141
"@typescript-eslint/eslint-plugin": "^5.62.0",
4242
"@typescript-eslint/parser": "^5.62.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2038,10 +2038,10 @@
20382038
dependencies:
20392039
"@types/react" "*"
20402040

2041-
"@types/react@*", "@types/react@^18.3.3":
2042-
version "18.3.3"
2043-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
2044-
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
2041+
"@types/react@*", "@types/react@^18.3.5":
2042+
version "18.3.5"
2043+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.5.tgz#5f524c2ad2089c0ff372bbdabc77ca2c4dbadf8f"
2044+
integrity sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==
20452045
dependencies:
20462046
"@types/prop-types" "*"
20472047
csstype "^3.0.2"

0 commit comments

Comments
 (0)