Skip to content

Commit

Permalink
chore(js): Upgrade enzyme to 3.3.0 (#9192)
Browse files Browse the repository at this point in the history
This adds support for serializing React.Context in snapshots, see: enzymejs/enzyme#1513 also enzymejs/enzyme#1509
  • Loading branch information
billyvg authored Jul 26, 2018
1 parent 4473b1e commit acc84f6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
"echarts-for-react": "^2.0.13",
"emotion": "9.1.2",
"emotion-theming": "9.1.2",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "3.3.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "1.1.11",
"fuse.js": "^3.2.0",
Expand Down Expand Up @@ -158,6 +156,8 @@
"babel-jest": "22.1.0",
"chai": "3.4.1",
"enzyme": "3.2.0",
"enzyme-adapter-react-16": "npm:enzyme-react-adapter-future",
"enzyme-to-json": "3.3.1",
"eslint": "4.4.1",
"eslint-config-prettier": "^2.3.0",
"eslint-config-sentry-react": "1.1.0",
Expand Down
25 changes: 21 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3506,13 +3506,13 @@ entities@^1.1.1, entities@~1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"

enzyme-adapter-react-16@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.1.1.tgz#a8f4278b47e082fbca14f5bfb1ee50ee650717b4"
"enzyme-adapter-react-16@npm:enzyme-react-adapter-future":
version "1.1.3"
resolved "https://registry.yarnpkg.com/enzyme-react-adapter-future/-/enzyme-react-adapter-future-1.1.3.tgz#f0c102f098086a0ad0270bbdaf9da5113297dc05"
dependencies:
enzyme-adapter-utils "^1.3.0"
lodash "^4.17.4"
object.assign "^4.0.4"
object.assign "^4.1.0"
object.values "^1.0.4"
prop-types "^15.6.0"
react-reconciler "^0.7.0"
Expand Down Expand Up @@ -4600,6 +4600,10 @@ has-flag@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"

has-symbols@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"

has-unicode@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
Expand Down Expand Up @@ -6977,6 +6981,10 @@ object-keys@^1.0.10, object-keys@^1.0.8:
version "1.0.11"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"

object-keys@^1.0.11:
version "1.0.12"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"

object-visit@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
Expand All @@ -6991,6 +6999,15 @@ object.assign@^4.0.4:
function-bind "^1.1.0"
object-keys "^1.0.10"

object.assign@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
dependencies:
define-properties "^1.1.2"
function-bind "^1.1.1"
has-symbols "^1.0.0"
object-keys "^1.0.11"

object.entries@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.0.4.tgz#1bf9a4dd2288f5b33f3a993d257661f05d161a5f"
Expand Down

0 comments on commit acc84f6

Please sign in to comment.