Skip to content

Commit

Permalink
chore(deps): update dependency enzyme-to-json to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 1, 2020
1 parent ae921c2 commit f82ef8e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/mcs-lite-admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"browser-locale": "1.0.3",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.3",
"enzyme-to-json": "3.5.0",
"flow-bin": "0.72.0",
"history": "3.3.0",
"jest-styled-components": "next",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-landing-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"browser-locale": "1.0.3",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.3",
"enzyme-to-json": "3.5.0",
"flow-bin": "0.72.0",
"hedron": "0.7.1",
"history": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-mobile-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"browser-locale": "1.0.3",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.3",
"enzyme-to-json": "3.5.0",
"flow-bin": "0.72.0",
"history": "3.3.0",
"jest-styled-components": "next",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"babel-preset-mcs-lite": "^0.3.38",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.3",
"enzyme-to-json": "3.5.0",
"flow-bin": "0.72.0",
"jest": "20.0.4",
"jest-specific-snapshot": "0.5.0",
Expand Down
20 changes: 16 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4527,11 +4527,13 @@ enzyme-adapter-utils@^1.3.0:
object.assign "^4.0.4"
prop-types "^15.6.0"

enzyme-to-json@3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.3.3.tgz#ede45938fb309cd87ebd4386f60c754525515a07"
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==
dependencies:
lodash "^4.17.4"
lodash "^4.17.15"
react-is "^16.12.0"

enzyme@3.3.0:
version "3.3.0"
Expand Down Expand Up @@ -8212,6 +8214,11 @@ lodash@4.17.4:
version "4.17.5"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"

lodash@^4.17.15:
version "4.17.15"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==

log-symbols@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
Expand Down Expand Up @@ -10657,6 +10664,11 @@ react-intl@2.4.0:
intl-relativeformat "^2.0.0"
invariant "^2.1.1"

react-is@^16.12.0:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

react-is@^16.3.1, react-is@^16.3.2:
version "16.3.2"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.2.tgz#f4d3d0e2f5fbb6ac46450641eb2e25bf05d36b22"
Expand Down

0 comments on commit f82ef8e

Please sign in to comment.