Skip to content

Commit

Permalink
build(deps): bump mobx-react from 8.0.0 to 9.0.0
Browse files Browse the repository at this point in the history
Bumps [mobx-react](https://github.com/mobxjs/mobx) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/mobxjs/mobx/releases)
- [Commits](https://github.com/mobxjs/mobx/commits/mobx-react@9.0.0)

---
updated-dependencies:
- dependency-name: mobx-react
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 11, 2023
1 parent e2809b5 commit 644a08c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/app-content-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lodash": "~4.17.11",
"mobx": "~6.10.0",
"mobx-devtools-mst": "~0.9.21",
"mobx-react": "~8.0.0",
"mobx-react": "~9.0.0",
"mobx-state-tree": "~5.1.0",
"morgan": "^1.10.0",
"newrelic": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"luxon": "~3.4.0",
"mobx": "~6.10.0",
"mobx-devtools-mst": "~0.9.21",
"mobx-react": "~8.0.0",
"mobx-react": "~9.0.0",
"mobx-state-tree": "~5.1.0",
"morgan": "^1.10.0",
"newrelic": "~10.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"jsdom": "~22.1.0",
"mobx": "~6.10.0",
"mobx-devtools-mst": "~0.9.21",
"mobx-react": "~8.0.0",
"mobx-react": "~9.0.0",
"mobx-state-tree": "~5.1.0",
"mocha": "~10.2.0",
"mst-middlewares": "~5.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12837,19 +12837,19 @@ mobx-devtools-mst@~0.9.21:
resolved "https://registry.yarnpkg.com/mobx-devtools-mst/-/mobx-devtools-mst-0.9.30.tgz#0d1cad8b3d97e1f3f94bb9afb701cd9c8b5b164d"
integrity sha512-6fIYeFG4xT4syIeKddmK55zQbc3ZZZr/272/cCbfaAAM5YiuFdteGZGUgdsz8wxf/mGxWZbFOM3WmASAnpwrbw==

mobx-react-lite@^4.0.0:
version "4.0.2"
resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-4.0.2.tgz#bf4df238d17491cddb1021a49f79f8af50ed4260"
integrity sha512-5o7for7/5QLpgzKvA3ZjrO8TmfkZgVcSjwYalGlW6OkK/fCxmVlwbFeoWJQzWbkWSxlcaatTO0j4riAUvWoqMg==
mobx-react-lite@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-4.0.3.tgz#f7aa5ac3be558ca19a53b2929d9599679769c2a8"
integrity sha512-wEE1oT5zvDdvplG4HnRrFgPwg5GFVVrEtl42Er85k23zeu3om8H8wbDPgdbQP88zAihVsik6xJfw6VnzUl8fQw==
dependencies:
use-sync-external-store "^1.2.0"

mobx-react@~8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-8.0.0.tgz#ec3e13a19662f452f14d279c59168d94385c86f0"
integrity sha512-WKfYrxIDmI/ysmugybfWBFnKC0li4VvLHhfZqn1y5hXkOJ0selFFZ4rO8KHWZljWrzseNGRRqatYX9X4PaDD8A==
mobx-react@~9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-9.0.0.tgz#056af3ab4dd8ccfb8c3c8258d19d641f084a03a1"
integrity sha512-rhUBWXK/k4H/jMXZqbL0uTPncRSvJR23tpmJemoAEjJjm0Fkv6tTLG3Cze9MIgvf882Kradx6msizuQxLAiQwA==
dependencies:
mobx-react-lite "^4.0.0"
mobx-react-lite "^4.0.3"

mobx-state-tree@~5.1.0:
version "5.1.8"
Expand Down

0 comments on commit 644a08c

Please sign in to comment.