Skip to content

Commit f72ce98

Browse files
committed
feat: bump hoist-non-react-statics to its newest version
1 parent 1cd98f4 commit f72ce98

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
### Feature
55
- Add support for React v17 - [#46](https://github.com/netceteragroup/react-message-source/pull/46) - by [@vl4d1m1r4](https://github.com/vl4d1m1r4)
66

7+
### Internal
8+
9+
710
## v2.3.1
811
### Bug fix
912
- 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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"predeploy": "cd example && yarn install && yarn run build"
3333
},
3434
"dependencies": {
35-
"hoist-non-react-statics": "^3.3.0",
35+
"hoist-non-react-statics": "^3.3.2",
3636
"invariant": "^2.2.4"
3737
},
3838
"peerDependencies": {

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2627,12 +2627,7 @@ [email protected], commander@~2.17.1:
26272627
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
26282628
integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==
26292629

2630-
commander@^2.11.0, commander@^2.12.1:
2631-
version "2.19.0"
2632-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
2633-
integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==
2634-
2635-
commander@~2.20.3:
2630+
commander@^2.11.0, commander@^2.12.1, commander@~2.20.3:
26362631
version "2.20.3"
26372632
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
26382633
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
@@ -4615,10 +4610,10 @@ hmac-drbg@^1.0.0:
46154610
minimalistic-assert "^1.0.0"
46164611
minimalistic-crypto-utils "^1.0.1"
46174612

4618-
hoist-non-react-statics@^3.3.0:
4619-
version "3.3.0"
4620-
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b"
4621-
integrity sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA==
4613+
hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
4614+
version "3.3.2"
4615+
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
4616+
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
46224617
dependencies:
46234618
react-is "^16.7.0"
46244619

0 commit comments

Comments
 (0)