Skip to content

Commit 932edc1

Browse files
committed
Update dependency enzyme-adapter-react-16 to v1.15.2
1 parent 0ec6815 commit 932edc1

File tree

2 files changed

+139
-33
lines changed

2 files changed

+139
-33
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"cpy-cli": "2.0.0",
7070
"cross-env": "5.2.0",
7171
"enzyme": "3.8.0",
72-
"enzyme-adapter-react-16": "1.9.1",
72+
"enzyme-adapter-react-16": "1.15.2",
7373
"gh-pages": "2.0.1",
7474
"light-ts-loader": "1.1.2",
7575
"npm-run-all": "4.1.5",

yarn.lock

+138-32
Original file line numberDiff line numberDiff line change
@@ -2282,21 +2282,21 @@ [email protected], address@^1.0.1:
22822282
string.prototype.padstart "^3.0.0"
22832283
symbol.prototype.description "^1.0.0"
22842284

2285-
airbnb-prop-types@^2.13.2:
2286-
version "2.13.2"
2287-
resolved "https://registry.yarnpkg.com/airbnb-prop-types/-/airbnb-prop-types-2.13.2.tgz#43147a5062dd2a4a5600e748a47b64004cc5f7fc"
2288-
integrity sha512-2FN6DlHr6JCSxPPi25EnqGaXC4OC3/B3k1lCd6MMYrZ51/Gf/1qDfaR+JElzWa+Tl7cY2aYOlsYJGFeQyVHIeQ==
2285+
airbnb-prop-types@^2.15.0:
2286+
version "2.15.0"
2287+
resolved "https://registry.yarnpkg.com/airbnb-prop-types/-/airbnb-prop-types-2.15.0.tgz#5287820043af1eb469f5b0af0d6f70da6c52aaef"
2288+
integrity sha512-jUh2/hfKsRjNFC4XONQrxo/n/3GG4Tn6Hl0WlFQN5PY9OMC9loSCoAYKnZsWaP8wEfd5xcrPloK0Zg6iS1xwVA==
22892289
dependencies:
2290-
array.prototype.find "^2.0.4"
2291-
function.prototype.name "^1.1.0"
2290+
array.prototype.find "^2.1.0"
2291+
function.prototype.name "^1.1.1"
22922292
has "^1.0.3"
22932293
is-regex "^1.0.4"
22942294
object-is "^1.0.1"
22952295
object.assign "^4.1.0"
22962296
object.entries "^1.1.0"
22972297
prop-types "^15.7.2"
22982298
prop-types-exact "^1.2.0"
2299-
react-is "^16.8.6"
2299+
react-is "^16.9.0"
23002300

23012301
ajv-errors@^1.0.0:
23022302
version "1.0.1"
@@ -2494,7 +2494,7 @@ array-unique@^0.3.2:
24942494
version "0.3.2"
24952495
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
24962496

2497-
array.prototype.find@^2.0.4:
2497+
array.prototype.find@^2.1.0:
24982498
version "2.1.0"
24992499
resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.1.0.tgz#630f2eaf70a39e608ac3573e45cf8ccd0ede9ad7"
25002500
integrity sha512-Wn41+K1yuO5p7wRZDl7890c3xvv5UBrfVXTVIe28rSQb6LS0fZMDrQB6PAcxQFRFy6vJTLDc3A2+3CjQdzVKRg==
@@ -4926,30 +4926,40 @@ entities@^1.1.1, entities@~1.1.1:
49264926
version "1.1.1"
49274927
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"
49284928

4929-
enzyme-adapter-react-16@1.9.1:
4930-
version "1.9.1"
4931-
resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.9.1.tgz#6d49a3a31c3a0fccf527610f31b837e0f307128a"
4932-
integrity sha512-Egzogv1y77DUxdnq/CyHxLHaNxmSSKDDSDNNB/EiAXCZVFXdFibaNy2uUuRQ1n24T2m6KH/1Rw16XDRq+1yVEg==
4929+
enzyme-adapter-react-16@1.15.2:
4930+
version "1.15.2"
4931+
resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.2.tgz#b16db2f0ea424d58a808f9df86ab6212895a4501"
4932+
integrity sha512-SkvDrb8xU3lSxID8Qic9rB8pvevDbLybxPK6D/vW7PrT0s2Cl/zJYuXvsd1EBTz0q4o3iqG3FJhpYz3nUNpM2Q==
49334933
dependencies:
4934-
enzyme-adapter-utils "^1.10.0"
4935-
function.prototype.name "^1.1.0"
4934+
enzyme-adapter-utils "^1.13.0"
4935+
enzyme-shallow-equal "^1.0.1"
4936+
has "^1.0.3"
49364937
object.assign "^4.1.0"
4937-
object.values "^1.1.0"
4938-
prop-types "^15.6.2"
4939-
react-is "^16.7.0"
4938+
object.values "^1.1.1"
4939+
prop-types "^15.7.2"
4940+
react-is "^16.12.0"
49404941
react-test-renderer "^16.0.0-0"
4942+
semver "^5.7.0"
49414943

4942-
enzyme-adapter-utils@^1.10.0:
4943-
version "1.12.0"
4944-
resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.12.0.tgz#96e3730d76b872f593e54ce1c51fa3a451422d93"
4945-
integrity sha512-wkZvE0VxcFx/8ZsBw0iAbk3gR1d9hK447ebnSYBf95+r32ezBq+XDSAvRErkc4LZosgH8J7et7H7/7CtUuQfBA==
4944+
enzyme-adapter-utils@^1.13.0:
4945+
version "1.13.0"
4946+
resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.13.0.tgz#01c885dde2114b4690bf741f8dc94cee3060eb78"
4947+
integrity sha512-YuEtfQp76Lj5TG1NvtP2eGJnFKogk/zT70fyYHXK2j3v6CtuHqc8YmgH/vaiBfL8K1SgVVbQXtTcgQZFwzTVyQ==
49464948
dependencies:
4947-
airbnb-prop-types "^2.13.2"
4948-
function.prototype.name "^1.1.0"
4949+
airbnb-prop-types "^2.15.0"
4950+
function.prototype.name "^1.1.2"
49494951
object.assign "^4.1.0"
4950-
object.fromentries "^2.0.0"
4952+
object.fromentries "^2.0.2"
49514953
prop-types "^15.7.2"
4952-
semver "^5.6.0"
4954+
semver "^5.7.1"
4955+
4956+
enzyme-shallow-equal@^1.0.1:
4957+
version "1.0.1"
4958+
resolved "https://registry.yarnpkg.com/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.1.tgz#7afe03db3801c9b76de8440694096412a8d9d49e"
4959+
integrity sha512-hGA3i1so8OrYOZSM9whlkNmVHOicJpsjgTzC+wn2JMJXhq1oO4kA4bJ5MsfzSIcC71aLDKzJ6gZpIxrqt3QTAQ==
4960+
dependencies:
4961+
has "^1.0.3"
4962+
object-is "^1.0.2"
49534963

49544964
49554965
version "3.8.0"
@@ -5014,6 +5024,23 @@ es-abstract@^1.13.0, es-abstract@^1.5.0:
50145024
is-regex "^1.0.4"
50155025
object-keys "^1.0.12"
50165026

5027+
es-abstract@^1.17.0-next.1:
5028+
version "1.17.0-next.1"
5029+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.0-next.1.tgz#94acc93e20b05a6e96dacb5ab2f1cb3a81fc2172"
5030+
integrity sha512-7MmGr03N7Rnuid6+wyhD9sHNE2n4tFSwExnU2lQl3lIo2ShXWGePY80zYaoMOmILWv57H0amMjZGHNzzGG70Rw==
5031+
dependencies:
5032+
es-to-primitive "^1.2.1"
5033+
function-bind "^1.1.1"
5034+
has "^1.0.3"
5035+
has-symbols "^1.0.1"
5036+
is-callable "^1.1.4"
5037+
is-regex "^1.0.4"
5038+
object-inspect "^1.7.0"
5039+
object-keys "^1.1.1"
5040+
object.assign "^4.1.0"
5041+
string.prototype.trimleft "^2.1.0"
5042+
string.prototype.trimright "^2.1.0"
5043+
50175044
es-to-primitive@^1.1.1:
50185045
version "1.1.1"
50195046
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -5031,6 +5058,15 @@ es-to-primitive@^1.2.0:
50315058
is-date-object "^1.0.1"
50325059
is-symbol "^1.0.2"
50335060

5061+
es-to-primitive@^1.2.1:
5062+
version "1.2.1"
5063+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
5064+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
5065+
dependencies:
5066+
is-callable "^1.1.4"
5067+
is-date-object "^1.0.1"
5068+
is-symbol "^1.0.2"
5069+
50345070
es5-shim@^4.5.10:
50355071
version "4.5.10"
50365072
resolved "https://registry.yarnpkg.com/es5-shim/-/es5-shim-4.5.10.tgz#b7e17ef4df2a145b821f1497b50c25cf94026205"
@@ -5680,6 +5716,20 @@ function.prototype.name@^1.1.0:
56805716
function-bind "^1.1.1"
56815717
is-callable "^1.1.3"
56825718

5719+
function.prototype.name@^1.1.1, function.prototype.name@^1.1.2:
5720+
version "1.1.2"
5721+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.2.tgz#5cdf79d7c05db401591dfde83e3b70c5123e9a45"
5722+
integrity sha512-C8A+LlHBJjB2AdcRPorc5JvJ5VUoWlXdEHLOJdCI7kjHEtGTpHQUiqMvCIKUwIsGwZX2jZJy761AXsn356bJQg==
5723+
dependencies:
5724+
define-properties "^1.1.3"
5725+
es-abstract "^1.17.0-next.1"
5726+
functions-have-names "^1.2.0"
5727+
5728+
functions-have-names@^1.2.0:
5729+
version "1.2.0"
5730+
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.0.tgz#83da7583e4ea0c9ac5ff530f73394b033e0bf77d"
5731+
integrity sha512-zKXyzksTeaCSw5wIX79iCA40YAa6CJMJgNg9wdkU/ERBrIdPSimPICYiLp65lRbSBqtiHql/HZfS2DyI/AH6tQ==
5732+
56835733
fuse.js@^3.4.4:
56845734
version "3.4.5"
56855735
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.4.5.tgz#8954fb43f9729bd5dbcb8c08f251db552595a7a6"
@@ -5942,6 +5992,11 @@ has-symbols@^1.0.0:
59425992
version "1.0.0"
59435993
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
59445994

5995+
has-symbols@^1.0.1:
5996+
version "1.0.1"
5997+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
5998+
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
5999+
59456000
has-unicode@^2.0.0:
59466001
version "2.0.1"
59476002
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -7879,14 +7934,29 @@ object-inspect@^1.6.0:
78797934
version "1.6.0"
78807935
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
78817936

7937+
object-inspect@^1.7.0:
7938+
version "1.7.0"
7939+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
7940+
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
7941+
78827942
object-is@^1.0.1:
78837943
version "1.0.1"
78847944
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
78857945

7946+
object-is@^1.0.2:
7947+
version "1.0.2"
7948+
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.2.tgz#6b80eb84fe451498f65007982f035a5b445edec4"
7949+
integrity sha512-Epah+btZd5wrrfjkJZq1AOB9O6OxUQto45hzFd7lXGrpHPGE0W1k+426yrZV+k6NJOzLNNW/nVsmZdIWsAqoOQ==
7950+
78867951
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.0.8:
78877952
version "1.0.12"
78887953
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
78897954

7955+
object-keys@^1.1.1:
7956+
version "1.1.1"
7957+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
7958+
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
7959+
78907960
object-keys@~0.4.0:
78917961
version "0.4.0"
78927962
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz#28a6aae7428dd2c3a92f3d95f21335dd204e0336"
@@ -7934,15 +8004,15 @@ object.fromentries@^1.0.0:
79348004
function-bind "^1.1.1"
79358005
has "^1.0.1"
79368006

7937-
object.fromentries@^2.0.0:
7938-
version "2.0.0"
7939-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
7940-
integrity sha512-9iLiI6H083uiqUuvzyY6qrlmc/Gz8hLQFOcb/Ri/0xXFkSNS3ctV+CbE6yM2+AnkYfOB3dGjdzC0wrMLIhQICA==
8007+
object.fromentries@^2.0.2:
8008+
version "2.0.2"
8009+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
8010+
integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==
79418011
dependencies:
7942-
define-properties "^1.1.2"
7943-
es-abstract "^1.11.0"
8012+
define-properties "^1.1.3"
8013+
es-abstract "^1.17.0-next.1"
79448014
function-bind "^1.1.1"
7945-
has "^1.0.1"
8015+
has "^1.0.3"
79468016

79478017
object.getownpropertydescriptors@^2.0.3:
79488018
version "2.0.3"
@@ -7983,6 +8053,16 @@ object.values@^1.1.0:
79838053
function-bind "^1.1.1"
79848054
has "^1.0.3"
79858055

8056+
object.values@^1.1.1:
8057+
version "1.1.1"
8058+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
8059+
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
8060+
dependencies:
8061+
define-properties "^1.1.3"
8062+
es-abstract "^1.17.0-next.1"
8063+
function-bind "^1.1.1"
8064+
has "^1.0.3"
8065+
79868066
observable-to-promise@^0.5.0:
79878067
version "0.5.0"
79888068
resolved "https://registry.yarnpkg.com/observable-to-promise/-/observable-to-promise-0.5.0.tgz#c828f0f0dc47e9f86af8a4977c5d55076ce7a91f"
@@ -8942,6 +9022,11 @@ react-inspector@^3.0.2:
89429022
is-dom "^1.0.9"
89439023
prop-types "^15.6.1"
89449024

9025+
react-is@^16.12.0, react-is@^16.9.0:
9026+
version "16.12.0"
9027+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
9028+
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
9029+
89459030
react-is@^16.4.1:
89469031
version "16.4.1"
89479032
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.4.1.tgz#d624c4650d2c65dbd52c72622bbf389435d9776e"
@@ -9686,6 +9771,11 @@ semver@^5.6.0:
96869771
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
96879772
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
96889773

9774+
semver@^5.7.0, semver@^5.7.1:
9775+
version "5.7.1"
9776+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
9777+
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
9778+
96899779
semver@^6.0.0, semver@^6.1.0:
96909780
version "6.1.1"
96919781
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.1.tgz#53f53da9b30b2103cd4f15eab3a18ecbcb210c9b"
@@ -10165,6 +10255,22 @@ string.prototype.trim@^1.1.2:
1016510255
es-abstract "^1.5.0"
1016610256
function-bind "^1.0.2"
1016710257

10258+
string.prototype.trimleft@^2.1.0:
10259+
version "2.1.1"
10260+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
10261+
integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
10262+
dependencies:
10263+
define-properties "^1.1.3"
10264+
function-bind "^1.1.1"
10265+
10266+
string.prototype.trimright@^2.1.0:
10267+
version "2.1.1"
10268+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
10269+
integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
10270+
dependencies:
10271+
define-properties "^1.1.3"
10272+
function-bind "^1.1.1"
10273+
1016810274
string_decoder@^1.0.0, string_decoder@~1.1.1:
1016910275
version "1.1.1"
1017010276
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"

0 commit comments

Comments
 (0)