From f72ce98747e854f1ceceb4f119f5b0544b0cc274 Mon Sep 17 00:00:00 2001 From: Oliver Lazoroski Date: Wed, 14 Jul 2021 17:42:12 +0200 Subject: [PATCH] feat: bump `hoist-non-react-statics` to its newest version --- CHANGELOG.md | 3 +++ package.json | 2 +- yarn.lock | 15 +++++---------- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216848c..b8c3783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### Feature - Add support for React v17 - [#46](https://github.com/netceteragroup/react-message-source/pull/46) - by [@vl4d1m1r4](https://github.com/vl4d1m1r4) +### Internal +- Bump `hoist-non-react-statics@3.3.2` + ## v2.3.1 ### Bug fix - Network failure could crash the whole application sub-tree [#26](https://github.com/netceteragroup/react-message-source/pull/26) - by [@AndrejGeorgiev](https://github.com/AndrejGeorgiev) diff --git a/package.json b/package.json index e620983..a007655 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "predeploy": "cd example && yarn install && yarn run build" }, "dependencies": { - "hoist-non-react-statics": "^3.3.0", + "hoist-non-react-statics": "^3.3.2", "invariant": "^2.2.4" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index ecb1be7..5bf4ae8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2627,12 +2627,7 @@ commander@2.17.x, commander@~2.17.1: resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf" integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg== -commander@^2.11.0, commander@^2.12.1: - version "2.19.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a" - integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg== - -commander@~2.20.3: +commander@^2.11.0, commander@^2.12.1, commander@~2.20.3: version "2.20.3" resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== @@ -4615,10 +4610,10 @@ hmac-drbg@^1.0.0: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.1" -hoist-non-react-statics@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b" - integrity sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA== +hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2: + version "3.3.2" + resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" + integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== dependencies: react-is "^16.7.0"