Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 5b4b36e

Browse files
build(deps-dev): bump @types/react from 17.0.41 to 17.0.43 (#247)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.41 to 17.0.43. - [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 08bca9e commit 5b4b36e

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
@@ -31,7 +31,7 @@
3131
"@testing-library/react": "^12.1.4",
3232
"@testing-library/react-hooks": "^7.0.2",
3333
"@types/jest": "^27.4.1",
34-
"@types/react": "^17.0.41",
34+
"@types/react": "^17.0.43",
3535
"@types/react-dom": "^17.0.14",
3636
"cz-conventional-changelog": "3.3.0",
3737
"jest": "^26.6.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1252,10 +1252,10 @@
12521252
dependencies:
12531253
"@types/react" "*"
12541254

1255-
"@types/react@*", "@types/react@>=16.9.0", "@types/react@^17.0.41":
1256-
version "17.0.41"
1257-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.41.tgz#6e179590d276394de1e357b3f89d05d7d3da8b85"
1258-
integrity sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA==
1255+
"@types/react@*", "@types/react@>=16.9.0", "@types/react@^17.0.43":
1256+
version "17.0.43"
1257+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.43.tgz#4adc142887dd4a2601ce730bc56c3436fdb07a55"
1258+
integrity sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==
12591259
dependencies:
12601260
"@types/prop-types" "*"
12611261
"@types/scheduler" "*"

0 commit comments

Comments
 (0)