Update dependency react-immutable-pure-component to v2
This commit is contained in:
parent
019a78eac0
commit
12359c7c79
2 changed files with 5 additions and 14 deletions
|
@ -106,7 +106,7 @@
|
||||||
"react-helmet": "^6.0.0",
|
"react-helmet": "^6.0.0",
|
||||||
"react-hotkeys": "^1.1.4",
|
"react-hotkeys": "^1.1.4",
|
||||||
"react-immutable-proptypes": "^2.1.0",
|
"react-immutable-proptypes": "^2.1.0",
|
||||||
"react-immutable-pure-component": "^1.1.1",
|
"react-immutable-pure-component": "^2.0.0",
|
||||||
"react-intl": "^4.6.6",
|
"react-intl": "^4.6.6",
|
||||||
"react-masonry-infinite": "^1.2.2",
|
"react-masonry-infinite": "^1.2.2",
|
||||||
"react-motion": "^0.5.2",
|
"react-motion": "^0.5.2",
|
||||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -1677,13 +1677,6 @@
|
||||||
"@types/prop-types" "*"
|
"@types/prop-types" "*"
|
||||||
csstype "^2.2.0"
|
csstype "^2.2.0"
|
||||||
|
|
||||||
"@types/react@16.4.6":
|
|
||||||
version "16.4.6"
|
|
||||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.6.tgz#5024957c6bcef4f02823accf5974faba2e54fada"
|
|
||||||
integrity sha512-9LDZdhsuKSc+DjY65SjBkA958oBWcTWSVWAd2cD9XqKBjhGw1KzAkRhWRw2eIsXvaIE/TOTjjKMFVC+JA1iU4g==
|
|
||||||
dependencies:
|
|
||||||
csstype "^2.2.0"
|
|
||||||
|
|
||||||
"@types/schema-utils@^2.4.0":
|
"@types/schema-utils@^2.4.0":
|
||||||
version "2.4.0"
|
version "2.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/@types/schema-utils/-/schema-utils-2.4.0.tgz#9983012045d541dcee053e685a27c9c87c840fcd"
|
resolved "https://registry.yarnpkg.com/@types/schema-utils/-/schema-utils-2.4.0.tgz#9983012045d541dcee053e685a27c9c87c840fcd"
|
||||||
|
@ -9630,12 +9623,10 @@ react-immutable-proptypes@^2.1.0:
|
||||||
resolved "https://registry.yarnpkg.com/react-immutable-proptypes/-/react-immutable-proptypes-2.1.0.tgz#023d6f39bb15c97c071e9e60d00d136eac5fa0b4"
|
resolved "https://registry.yarnpkg.com/react-immutable-proptypes/-/react-immutable-proptypes-2.1.0.tgz#023d6f39bb15c97c071e9e60d00d136eac5fa0b4"
|
||||||
integrity sha1-Aj1vObsVyXwHHp5g0A0TbqxfoLQ=
|
integrity sha1-Aj1vObsVyXwHHp5g0A0TbqxfoLQ=
|
||||||
|
|
||||||
react-immutable-pure-component@^1.1.1:
|
react-immutable-pure-component@^2.0.0:
|
||||||
version "1.2.3"
|
version "2.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/react-immutable-pure-component/-/react-immutable-pure-component-1.2.3.tgz#fa33638df68cfe9f73ccbee1d5861c17f3053f86"
|
resolved "https://registry.yarnpkg.com/react-immutable-pure-component/-/react-immutable-pure-component-2.2.2.tgz#3014d3e20cd5a7a4db73b81f1f1464f4d351684b"
|
||||||
integrity sha512-kNy2A/fDrSuR8TKwB+4ynmItmp1vgF87tWxxfmadwDYo2J3ANipHqTjDIBvJvJ7libvuh76jIbvmK0krjtKH1g==
|
integrity sha512-vkgoMJUDqHZfXXnjVlG3keCxSO/U6WeDQ5/Sl0GK2cH8TOxEzQ5jXqDXHEL/jqk6fsNxV05oH5kD7VNMUE2k+A==
|
||||||
optionalDependencies:
|
|
||||||
"@types/react" "16.4.6"
|
|
||||||
|
|
||||||
react-infinite-scroller@^1.0.12:
|
react-infinite-scroller@^1.0.12:
|
||||||
version "1.2.4"
|
version "1.2.4"
|
||||||
|
|
Loading…
Reference in a new issue