Skip to content

Commit

Permalink
chore(deps): update dependency @types/enzyme to v3.10.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 42948d0 commit 73a1078
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@storybook/addon-links": "6.5.13",
"@storybook/addon-options": "5.3.21",
"@storybook/react": "6.5.13",
"@types/enzyme": "3.1.16",
"@types/enzyme": "3.10.18",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/node": "16.18.3",
"@types/react": "17.0.43",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3847,13 +3847,13 @@
"@types/cheerio" "*"
"@types/react" "*"

"@types/enzyme@3.1.16":
version "3.1.16"
resolved "https://registry.yarnpkg.com/@types/enzyme/-/enzyme-3.1.16.tgz#b29e1d7148e4e15a773a9b9f2149ea4c42d3a91d"
integrity sha512-j4IAiHw+g97PWbvFv+yk601zsHf2pCYe61JZi7XW38eiRM1Lgc2LwgB7Bjssd5xi7+JMqshNfKKUP6QjMiCJ0g==
"@types/enzyme@3.10.18":
version "3.10.18"
resolved "https://registry.yarnpkg.com/@types/enzyme/-/enzyme-3.10.18.tgz#86010e7cb56cf1450dd391b8cc3a788f6a6fadef"
integrity sha512-RaO/TyyHZvXkpzinbMTZmd/S5biU4zxkvDsn22ujC29t9FMSzq8tnn8f2MxQ2P8GVhFRG5jTAL05DXKyTtpEQQ==
dependencies:
"@types/cheerio" "*"
"@types/react" "*"
"@types/react" "^16"

"@types/eslint-scope@^3.7.3":
version "3.7.4"
Expand Down Expand Up @@ -4095,6 +4095,15 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^16":
version "16.14.52"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.52.tgz#d6c31c3f69cf6ae10718d0a07a2ef6f2ebafc490"
integrity sha512-4+ZN73hgRW3Gang3QMqWjrqPPkf+lWZYiyG4uXtUbpd+7eiBDw6Gemila6rXDd8DorADupTiIERL6Mb5BQTF2w==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^17":
version "17.0.44"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7"
Expand Down

0 comments on commit 73a1078

Please sign in to comment.