Skip to content

Commit fc83f65

Browse files
build(deps): bump @types/react from 17.0.43 to 18.0.0
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.43 to 18.0.0. - [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-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8e1331 commit fc83f65

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": "17.0.43",
13+
"@types/react": "18.0.0",
1414
"@types/react-bootstrap-table-next": "4.0.17",
1515
"@types/react-bootstrap-table2-paginator": "2.1.2",
1616
"@types/react-dom": "17.0.14",

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@17.0.43", "@types/react@>=16.14.8", "@types/react@>=16.9.11":
2908-
version "17.0.43"
2909-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.43.tgz#4adc142887dd4a2601ce730bc56c3436fdb07a55"
2910-
integrity sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==
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==
29112911
dependencies:
29122912
"@types/prop-types" "*"
29132913
"@types/scheduler" "*"

0 commit comments

Comments
 (0)