Bump enzyme-to-json from 3.5.0 to 3.6.2 (#677)
Bumps [enzyme-to-json](https://github.com/adriantoine/enzyme-to-json) from 3.5.0 to 3.6.2. - [Release notes](https://github.com/adriantoine/enzyme-to-json/releases) - [Changelog](https://github.com/adriantoine/enzyme-to-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/adriantoine/enzyme-to-json/compare/v3.5.0...v3.6.2) --- updated-dependencies: - dependency-name: enzyme-to-json dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6cbb20ce5b
commit
4b5193dcef
2 changed files with 11 additions and 10 deletions
|
@ -74,7 +74,7 @@
|
|||
"decompress-targz": "^4.1.1",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.3",
|
||||
"enzyme-to-json": "^3.5.0",
|
||||
"enzyme-to-json": "^3.6.2",
|
||||
"eslint": "^7.6.0",
|
||||
"eslint-plugin-react": "^7.23.2",
|
||||
"grunt": "^1.2.1",
|
||||
|
|
19
yarn.lock
19
yarn.lock
|
@ -4566,10 +4566,10 @@
|
|||
"@types/node" "*"
|
||||
"@types/responselike" "*"
|
||||
|
||||
"@types/cheerio@*":
|
||||
version "0.22.21"
|
||||
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.21.tgz#5e37887de309ba11b2e19a6e14cad7874b31a8a3"
|
||||
integrity sha512-aGI3DfswwqgKPiEOTaiHV2ZPC9KEhprpgEbJnv0fZl3SGX0cGgEva1126dGrMC6AJM6v/aihlUgJn9M5DbDZ/Q==
|
||||
"@types/cheerio@*", "@types/cheerio@^0.22.22":
|
||||
version "0.22.29"
|
||||
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.29.tgz#7115e9688bfc9e2f2730327c674b3d6a7e753e09"
|
||||
integrity sha512-rNX1PsrDPxiNiyLnRKiW2NXHJFHqx0Fl3J2WsZq0MTBspa/FgwlqhXJE2crIcc+/2IglLHtSWw7g053oUR8fOg==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
|
@ -8665,12 +8665,13 @@ enzyme-shallow-equal@^1.0.1, enzyme-shallow-equal@^1.0.4:
|
|||
has "^1.0.3"
|
||||
object-is "^1.1.2"
|
||||
|
||||
enzyme-to-json@^3.5.0:
|
||||
version "3.5.0"
|
||||
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.5.0.tgz#3d536f1e8fb50d972360014fe2bd64e6a672f7dd"
|
||||
integrity sha512-clusXRsiaQhG7+wtyc4t7MU8N3zCOgf4eY9+CeSenYzKlFST4lxerfOvnWd4SNaToKhkuba+w6m242YpQOS7eA==
|
||||
enzyme-to-json@^3.6.2:
|
||||
version "3.6.2"
|
||||
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.6.2.tgz#94f85c413bcae8ab67be53b0a94b69a560e27823"
|
||||
integrity sha512-Ynm6Z6R6iwQ0g2g1YToz6DWhxVnt8Dy1ijR2zynRKxTyBGA8rCDXU3rs2Qc4OKvUvc2Qoe1bcFK6bnPs20TrTg==
|
||||
dependencies:
|
||||
lodash "^4.17.15"
|
||||
"@types/cheerio" "^0.22.22"
|
||||
lodash "^4.17.21"
|
||||
react-is "^16.12.0"
|
||||
|
||||
enzyme@^3.11.0:
|
||||
|
|
Loading…
Reference in a new issue