Skip to content

Commit 73a1078

Browse files
chore(deps): update dependency @types/enzyme to v3.10.18
1 parent 42948d0 commit 73a1078

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.18",
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.18":
3851+
version "3.10.18"
3852+
resolved "https://registry.yarnpkg.com/@types/enzyme/-/enzyme-3.10.18.tgz#86010e7cb56cf1450dd391b8cc3a788f6a6fadef"
3853+
integrity sha512-RaO/TyyHZvXkpzinbMTZmd/S5biU4zxkvDsn22ujC29t9FMSzq8tnn8f2MxQ2P8GVhFRG5jTAL05DXKyTtpEQQ==
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.52"
4100+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.52.tgz#d6c31c3f69cf6ae10718d0a07a2ef6f2ebafc490"
4101+
integrity sha512-4+ZN73hgRW3Gang3QMqWjrqPPkf+lWZYiyG4uXtUbpd+7eiBDw6Gemila6rXDd8DorADupTiIERL6Mb5BQTF2w==
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)