Skip to content

Commit 472f143

Browse files
build(deps): bump @types/react from 18.0.0 to 18.0.1
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.0 to 18.0.1. - [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] <support@github.com>
1 parent a18613f commit 472f143

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@types/faker": "6.6.9",
1111
"@types/jest": "27.4.1",
1212
"@types/node": "17.0.23",
13-
"@types/react": "18.0.0",
13+
"@types/react": "18.0.1",
1414
"@types/react-bootstrap-table-next": "4.0.17",
1515
"@types/react-bootstrap-table2-paginator": "2.1.2",
1616
"@types/react-dom": "18.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2904,10 +2904,10 @@
29042904
dependencies:
29052905
"@types/react" "*"
29062906

2907-
"@types/react@*", "@types/react@18.0.0", "@types/react@>=16.14.8", "@types/react@>=16.9.11":
2908-
version "18.0.0"
2909-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.0.tgz#4be8aa3a2d04afc3ac2cc1ca43d39b0bd412890c"
2910-
integrity sha512-7+K7zEQYu7NzOwQGLR91KwWXXDzmTFODRVizJyIALf6RfLv2GDpqpknX64pvRVILXCpXi7O/pua8NGk44dLvJw==
2907+
"@types/react@*", "@types/react@18.0.1", "@types/react@>=16.14.8", "@types/react@>=16.9.11":
2908+
version "18.0.1"
2909+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.1.tgz#1b2e02fb7613212518733946e49fb963dfc66e19"
2910+
integrity sha512-VnWlrVgG0dYt+NqlfMI0yUYb8Rdl4XUROyH+c6gq/iFCiZ805Vi//26UW38DHnxQkbDhnrIWTBiy6oKZqL11cw==
29112911
dependencies:
29122912
"@types/prop-types" "*"
29132913
"@types/scheduler" "*"

0 commit comments

Comments
 (0)