Skip to content

Commit

Permalink
Bumping react-element-to-jsx-string way up to v12.0.0
Browse files Browse the repository at this point in the history
Tests all still pass.
  • Loading branch information
kjs3 committed Aug 10, 2017
1 parent e698ff3 commit 97f7caf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"collapse-white-space": "^1.0.0",
"react": "^0.14.8 || ^15.0.1",
"react-element-to-jsx-string": "^6.0.0"
"react-element-to-jsx-string": "^12.0.0"
},
"repository": "algolia/expect-jsx",
"keywords": [
Expand Down
47 changes: 25 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,10 @@ code-point-at@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"

collapse-white-space@1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.3.tgz#4b906f670e5a963a87b76b0e1689643341b6023c"

collapse-white-space@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.2.tgz#9c463fb9c6d190d2dcae21a356a01bcae9eeef6d"
Expand Down Expand Up @@ -2712,11 +2716,11 @@ is-path-inside@^1.0.0:
dependencies:
path-is-inside "^1.0.1"

is-plain-object@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.1.tgz#4d7ca539bc9db9b737b8acb612f2318ef92f294f"
is-plain-object@2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
dependencies:
isobject "^1.0.0"
isobject "^3.0.1"

is-posix-bracket@^0.1.0:
version "0.1.1"
Expand Down Expand Up @@ -2802,16 +2806,16 @@ isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"

isobject@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/isobject/-/isobject-1.0.2.tgz#f0f9b8ce92dd540fa0740882e3835a2e022ec78a"

isobject@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
dependencies:
isarray "1.0.0"

isobject@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"

isomorphic-fetch@^2.1.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9"
Expand Down Expand Up @@ -3031,7 +3035,7 @@ lodash.templatesettings@^4.0.0:
dependencies:
lodash._reinterpolate "~3.0.0"

lodash@^4.0.0, lodash@^4.1.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
lodash@4.17.4, lodash@^4.0.0, lodash@^4.1.0, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

Expand Down Expand Up @@ -3700,16 +3704,15 @@ rc@^1.0.1, rc@^1.1.0, rc@~1.1.6:
minimist "^1.2.0"
strip-json-comments "~1.0.4"

react-element-to-jsx-string@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-6.0.0.tgz#f2c151476ee8dd817891ed352be4ace9fb3631c2"
react-element-to-jsx-string@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-12.0.0.tgz#d6c02272cb2268b8b3d98272adf0a4462fd75019"
dependencies:
collapse-white-space "^1.0.0"
is-plain-object "^2.0.1"
lodash "^4.17.4"
sortobject "^1.0.0"
stringify-object "^3.1.0"
traverse "^0.6.6"
collapse-white-space "1.0.3"
is-plain-object "2.0.4"
lodash "4.17.4"
sortobject "1.1.1"
stringify-object "3.2.0"

"react@^0.14.8 || ^15.0.1":
version "15.4.1"
Expand Down Expand Up @@ -4056,7 +4059,7 @@ sntp@1.x.x:
dependencies:
hoek "2.x.x"

sortobject@^1.0.0:
sortobject@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/sortobject/-/sortobject-1.1.1.tgz#4f695d4d44ed0a4c06482c34c2582a2dcdc2ab34"
dependencies:
Expand Down Expand Up @@ -4183,9 +4186,9 @@ stringify-entities@^1.0.0:
is-alphanumerical "^1.0.0"
is-hexadecimal "^1.0.0"

stringify-object@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.1.0.tgz#1f938f47e6e42f259f3b3f42149f162965c86141"
stringify-object@3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.2.0.tgz#94370a135e41bc048358813bf99481f1315c6aa6"
dependencies:
get-own-enumerable-property-symbols "^1.0.1"
is-obj "^1.0.1"
Expand Down

0 comments on commit 97f7caf

Please sign in to comment.