Skip to content

Commit

Permalink
chore(deps): bump the js-minor group in /ui with 3 updates
Browse files Browse the repository at this point in the history
Bumps the js-minor group in /ui with 3 updates: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom), [globals](https://github.com/sindresorhus/globals) and [json-stable-stringify](https://github.com/ljharb/json-stable-stringify).


Updates `react-router-dom` from 7.0.2 to 7.1.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/react-router-dom@7.1.0/packages/react-router-dom)

Updates `globals` from 15.13.0 to 15.14.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.13.0...v15.14.0)

Updates `json-stable-stringify` from 1.1.1 to 1.2.1
- [Changelog](https://github.com/ljharb/json-stable-stringify/blob/main/CHANGELOG.md)
- [Commits](ljharb/json-stable-stringify@v1.1.1...v1.2.1)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: json-stable-stringify
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent cd062f0 commit 249fc9a
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 91 deletions.
6 changes: 3 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"json-stable-stringify": "^1.1.1",
"globals": "^15.14.0",
"json-stable-stringify": "^1.2.1",
"less": "^4.2.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
Expand Down Expand Up @@ -79,7 +79,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.1",
"react-router-dom": "^7.0.2",
"react-router-dom": "^7.1.0",
"recharts": "^2.15.0",
"semver": "^7.6.3",
"vite-plugin-monaco-editor": "^1.1.0",
Expand Down
Loading

0 comments on commit 249fc9a

Please sign in to comment.