From 2254b62bd813bc96103b30cf2ee1eaab90c498f2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2019 05:29:20 +0000 Subject: [PATCH] Bump react-immutable-pure-component from 1.2.3 to 2.2.1 Bumps [react-immutable-pure-component](https://github.com/Monar/react-immutable-pure-component) from 1.2.3 to 2.2.1. - [Release notes](https://github.com/Monar/react-immutable-pure-component/releases) - [Commits](https://github.com/Monar/react-immutable-pure-component/compare/v1.2.3...v2.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- package.json | 2 +- yarn.lock | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 26ff648513..4931f6562c 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "react-dom": "^16.8.6", "react-hotkeys": "^1.1.4", "react-immutable-proptypes": "^2.1.0", - "react-immutable-pure-component": "^1.1.1", + "react-immutable-pure-component": "^2.2.1", "react-intl": "^2.9.0", "react-masonry-infinite": "^1.2.2", "react-motion": "^0.5.2", diff --git a/yarn.lock b/yarn.lock index c4740dabb6..261eea4fda 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1148,16 +1148,22 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.18.tgz#1d3ca764718915584fcd9f6344621b7672665c67" integrity sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ== +"@types/prop-types@*": + version "15.7.1" + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.1.tgz#f1a11e7babb0c3cad68100be381d1e064c68f1f6" + integrity sha512-CFzn9idOEpHrgdw8JsoTkaDDyRWk1jrzIV8djzcgpq0y9tG4B4lFT+Nxh52DVpDXV+n4+NPNv7M1Dj5uMp6XFg== + "@types/q@^1.5.1": version "1.5.1" resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.1.tgz#48fd98c1561fe718b61733daed46ff115b496e18" integrity sha512-eqz8c/0kwNi/OEHQfvIuJVLTst3in0e7uTKeuY+WL/zfKn0xVujOTp42bS/vUUokhK5P2BppLd9JXMOMHcgbjA== -"@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== +"@types/react@*": + version "16.8.20" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.20.tgz#4f633ecbd0a4d56d0ccc50fff6f9321bbcd7d583" + integrity sha512-ZLmI+ubSJpfUIlQuULDDrdyuFQORBuGOvNnMue8HeA0GVrAJbWtZQhcBvnBPNRBI/GrfSfrKPFhthzC2SLEtLQ== dependencies: + "@types/prop-types" "*" csstype "^2.2.0" "@types/stack-utils@^1.0.1": @@ -8020,12 +8026,12 @@ react-immutable-proptypes@^2.1.0: resolved "https://registry.yarnpkg.com/react-immutable-proptypes/-/react-immutable-proptypes-2.1.0.tgz#023d6f39bb15c97c071e9e60d00d136eac5fa0b4" integrity sha1-Aj1vObsVyXwHHp5g0A0TbqxfoLQ= -react-immutable-pure-component@^1.1.1: - version "1.2.3" - resolved "https://registry.yarnpkg.com/react-immutable-pure-component/-/react-immutable-pure-component-1.2.3.tgz#fa33638df68cfe9f73ccbee1d5861c17f3053f86" - integrity sha512-kNy2A/fDrSuR8TKwB+4ynmItmp1vgF87tWxxfmadwDYo2J3ANipHqTjDIBvJvJ7libvuh76jIbvmK0krjtKH1g== +react-immutable-pure-component@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/react-immutable-pure-component/-/react-immutable-pure-component-2.2.1.tgz#a01b40c9f4bdc2ed1dc977bdbe80a64a9f5b3a7f" + integrity sha512-wP4Y0wiyMKGlBJUgyadNkUS5vD7k2IhM0nVdu2ZNzE57nT4EiGF+t+TioSq/Aw1inEtMWdJhYupItfQj7/CDJg== optionalDependencies: - "@types/react" "16.4.6" + "@types/react" "*" react-infinite-scroller@^1.0.12: version "1.2.4" -- GitLab