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

Commit 376affb

Browse files
committed
Update dependency @types/react to v18
1 parent 67a9844 commit 376affb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/enzyme": "3.10.12",
4040
"@types/enzyme-adapter-react-16": "^1.0.5",
4141
"@types/jest": "25.2.3",
42-
"@types/react": "^16.9.2",
42+
"@types/react": "18.0.9",
4343
"@types/react-dom": "16.9.15",
4444
"@types/sinon": "^7.5.1",
4545
"@typescript-eslint/eslint-plugin": "2.34.0",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,14 +709,23 @@
709709
dependencies:
710710
"@types/react" "^16"
711711

712-
"@types/react@*", "@types/react@^16.9.2":
712+
"@types/react@*":
713713
version "16.9.34"
714714
resolved "https://registry.npm.taobao.org/@types/react/download/@types/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349"
715715
integrity sha1-99XjMcRo9Tr/7ReopNSIzUTqk0k=
716716
dependencies:
717717
"@types/prop-types" "*"
718718
csstype "^2.2.0"
719719

720+
721+
version "18.0.9"
722+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.9.tgz#d6712a38bd6cd83469603e7359511126f122e878"
723+
integrity sha512-9bjbg1hJHUm4De19L1cHiW0Jvx3geel6Qczhjd0qY5VKVE2X5+x77YxAepuCwVh4vrgZJdgEJw48zrhRIeF4Nw==
724+
dependencies:
725+
"@types/prop-types" "*"
726+
"@types/scheduler" "*"
727+
csstype "^3.0.2"
728+
720729
"@types/react@^16":
721730
version "16.14.25"
722731
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.25.tgz#d003f712c7563fdef5a87327f1892825af375608"

0 commit comments

Comments
 (0)