Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit f15c980

Browse files
greenkeeper[bot]mydearxym
authored andcommitted
chore: update mobx-react to the latest version 🚀 (#495)
* fix(package): update mobx-react to version 6.0.4 * chore(package): update lockfile yarn.lock
1 parent 3789d4f commit f15c980

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"lru-cache": "^4.1.3",
7979
"mastani-codehighlight": "0.0.7",
8080
"mobx": "4.9.3",
81-
"mobx-react": "5.4.3",
81+
"mobx-react": "6.0.4",
8282
"mobx-react-lite": "^1.2.0",
8383
"mobx-state-tree": "3.10.1",
8484
"module-alias": "^2.0.1",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5496,7 +5496,7 @@ hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.5:
54965496
version "2.5.5"
54975497
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
54985498

5499-
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.2.1, hoist-non-react-statics@^3.3.0:
5499+
hoist-non-react-statics@^3.2.1, hoist-non-react-statics@^3.3.0:
55005500
version "3.3.0"
55015501
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b"
55025502
dependencies:
@@ -7506,16 +7506,17 @@ [email protected], mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0:
75067506
dependencies:
75077507
minimist "0.0.8"
75087508

7509-
mobx-react-lite@^1.2.0:
7509+
mobx-react-lite@1.4.0, mobx-react-lite@^1.2.0:
75107510
version "1.4.0"
7511-
resolved "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-1.4.0.tgz#193beb5fdddf17ae61542f65ff951d84db402351"
7511+
resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-1.4.0.tgz#193beb5fdddf17ae61542f65ff951d84db402351"
7512+
integrity sha512-5xCuus+QITQpzKOjAOIQ/YxNhOl/En+PlNJF+5QU4Qxn9gnNMJBbweAdEW3HnuVQbfqDYEUnkGs5hmkIIStehg==
75127513

7513-
7514-
version "5.4.3"
7515-
resolved "https://registry.npmjs.org/mobx-react/-/mobx-react-5.4.3.tgz#6709b7dd89670c40e9815914ac2ca49cc02bfb47"
7514+
7515+
version "6.0.4"
7516+
resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-6.0.4.tgz#829697c7a4098567047555e1285cc619f4aa9be7"
7517+
integrity sha512-sLAMFNkkNp7p8CHOy6jXcFlvGcJeiAq9vusMdsITwwejDjz/1dOGQgWtTijQTWBWOcmZp7xbIRZi61jAlpGY4w==
75167518
dependencies:
7517-
hoist-non-react-statics "^3.0.0"
7518-
react-lifecycles-compat "^3.0.2"
7519+
mobx-react-lite "1.4.0"
75197520

75207521
75217522
version "3.10.1"

0 commit comments

Comments
 (0)