Skip to content

Commit

Permalink
chore(deps): bump the prod-deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 3 updates: [mobx](https://github.com/mobxjs/mobx), [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) and [react-window](https://github.com/bvaughn/react-window).


Updates `mobx` from 6.11.0 to 6.12.0
- [Release notes](https://github.com/mobxjs/mobx/releases)
- [Commits](https://github.com/mobxjs/mobx/commits/[email protected])

Updates `react-router-dom` from 6.19.0 to 6.20.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `react-window` from 1.8.9 to 1.8.10
- [Release notes](https://github.com/bvaughn/react-window/releases)
- [Changelog](https://github.com/bvaughn/react-window/blob/master/CHANGELOG.md)
- [Commits](bvaughn/react-window@1.8.9...1.8.10)

---
updated-dependencies:
- dependency-name: mobx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: react-window
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kimstacy committed Nov 27, 2023
1 parent 7539ad0 commit fb18272
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"grpc-web": "1.5.0",
"history": "5.3.0",
"lodash": "4.17.21",
"mobx": "6.11.0",
"mobx": "6.12.0",
"mobx-react": "9.1.0",
"object-hash": "3.0.0",
"pluralize": "8.0.0",
"prop-types": "15.8.1",
"query-string": "8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.19.0",
"react-router-dom": "6.20.0",
"react-spring": "9.7.3",
"react-window": "1.8.9",
"react-window": "1.8.10",
"route-parser": "0.0.5",
"url-parse": "1.5.10"
},
Expand Down

0 comments on commit fb18272

Please sign in to comment.