Skip to content

Commit 1ab34e6

Browse files
chore(deps-dev): 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 145c45a commit 1ab34e6

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
@@ -19,7 +19,7 @@
1919
"@babel/preset-react": "^7.16.7",
2020
"@types/electron-devtools-installer": "^2.2.1",
2121
"@types/node": "^17.0.23",
22-
"@types/react": "^17.0.43",
22+
"@types/react": "^18.0.0",
2323
"@types/react-dom": "^17.0.14",
2424
"electron": "9.0.4",
2525
"electron-builder": "^22.14.13",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,10 +1040,10 @@
10401040
dependencies:
10411041
"@types/react" "*"
10421042

1043-
"@types/react@*", "@types/react@^17.0.43":
1044-
version "17.0.43"
1045-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.43.tgz#4adc142887dd4a2601ce730bc56c3436fdb07a55"
1046-
integrity sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==
1043+
"@types/react@*", "@types/react@^18.0.0":
1044+
version "18.0.0"
1045+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.0.tgz#4be8aa3a2d04afc3ac2cc1ca43d39b0bd412890c"
1046+
integrity sha512-7+K7zEQYu7NzOwQGLR91KwWXXDzmTFODRVizJyIALf6RfLv2GDpqpknX64pvRVILXCpXi7O/pua8NGk44dLvJw==
10471047
dependencies:
10481048
"@types/prop-types" "*"
10491049
"@types/scheduler" "*"

0 commit comments

Comments
 (0)