Skip to content

Commit 26f757a

Browse files
chore(deps): update dependency @types/enzyme to v3.10.15
1 parent 42948d0 commit 26f757a

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@storybook/addon-links": "6.5.13",
5555
"@storybook/addon-options": "5.3.21",
5656
"@storybook/react": "6.5.13",
57-
"@types/enzyme": "3.1.16",
57+
"@types/enzyme": "3.10.15",
5858
"@types/enzyme-adapter-react-16": "1.0.6",
5959
"@types/node": "16.18.3",
6060
"@types/react": "17.0.43",

yarn.lock

+14-5
Original file line numberDiff line numberDiff line change
@@ -3847,13 +3847,13 @@
38473847
"@types/cheerio" "*"
38483848
"@types/react" "*"
38493849

3850-
"@types/enzyme@3.1.16":
3851-
version "3.1.16"
3852-
resolved "https://registry.yarnpkg.com/@types/enzyme/-/enzyme-3.1.16.tgz#b29e1d7148e4e15a773a9b9f2149ea4c42d3a91d"
3853-
integrity sha512-j4IAiHw+g97PWbvFv+yk601zsHf2pCYe61JZi7XW38eiRM1Lgc2LwgB7Bjssd5xi7+JMqshNfKKUP6QjMiCJ0g==
3850+
"@types/enzyme@3.10.15":
3851+
version "3.10.15"
3852+
resolved "https://registry.yarnpkg.com/@types/enzyme/-/enzyme-3.10.15.tgz#56d1167bb11a2c3f65af790de0cbb0e990b21489"
3853+
integrity sha512-Tdm2XXW7TfyKhb/ddSLMpj8W0UgxbCOOauFNeLJH7+KzsfOBrHF6XPctw11SwGoOPyUglYQpvMoQNFXOF0uTwg==
38543854
dependencies:
38553855
"@types/cheerio" "*"
3856-
"@types/react" "*"
3856+
"@types/react" "^16"
38573857

38583858
"@types/eslint-scope@^3.7.3":
38593859
version "3.7.4"
@@ -4095,6 +4095,15 @@
40954095
"@types/scheduler" "*"
40964096
csstype "^3.0.2"
40974097

4098+
"@types/react@^16":
4099+
version "16.14.49"
4100+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.49.tgz#79347898927bf72b758237b2da1c11efce50894d"
4101+
integrity sha512-WHKMS4fIlDpeLVKCGDs5k1MTCyqh1tyFhGqouSFgpPsCsWNDTtiMpTYUcJnHg66kp03ubqb4BFjd5+7gS3MyHw==
4102+
dependencies:
4103+
"@types/prop-types" "*"
4104+
"@types/scheduler" "*"
4105+
csstype "^3.0.2"
4106+
40984107
"@types/react@^17":
40994108
version "17.0.44"
41004109
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7"

0 commit comments

Comments
 (0)