Skip to content

Commit

Permalink
[Frontend] bump the all group in /frontend with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all group in /frontend with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.62.8` | `5.62.11` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.62.8` | `5.62.11` |
| [antd](https://github.com/ant-design/ant-design) | `5.22.6` | `5.22.7` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.1.0` | `7.1.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.5` | `6.0.6` |


Updates `@tanstack/react-query` from 5.62.8 to 5.62.11
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.11/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.62.8 to 5.62.11
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.11/packages/react-query-devtools)

Updates `antd` from 5.22.6 to 5.22.7
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@5.22.6...5.22.7)

Updates `react-router-dom` from 7.1.0 to 7.1.1
- [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.1/packages/react-router-dom)

Updates `vite` from 6.0.5 to 6.0.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.6/packages/vite)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 8906dab commit 0c7a947
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 172 deletions.
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
},
"dependencies": {
"@ant-design/icons": "5.5.2",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query-devtools": "5.62.8",
"antd": "5.22.6",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query-devtools": "5.62.11",
"antd": "5.22.7",
"classnames": "2.5.1",
"dayjs": "1.11.13",
"jkscript": "3.2.3",
"million": "3.1.11",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-helmet-async": "2.0.5",
"react-router-dom": "7.1.0",
"react-router-dom": "7.1.1",
"react-use": "17.6.0",
"zustand": "5.0.2"
},
Expand Down Expand Up @@ -61,7 +61,7 @@
"tailwindcss": "3.4.17",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"vite": "6.0.5",
"vite": "6.0.6",
"vitest": "2.1.8"
},
"browserslist": {
Expand Down
Loading

0 comments on commit 0c7a947

Please sign in to comment.