Skip to content

Commit

Permalink
Bump the misc group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the misc group with 5 updates in the /ui directory:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.32.0` | `5.32.1` |
| [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` |
| [video.js](https://github.com/videojs/video.js) | `8.10.0` | `8.12.0` |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `14.2.2` | `14.2.3` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.32.0` | `5.32.1` |



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

Updates `clsx` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v2.1.0...v2.1.1)

Updates `video.js` from 8.10.0 to 8.12.0
- [Release notes](https://github.com/videojs/video.js/releases)
- [Changelog](https://github.com/videojs/video.js/blob/main/CHANGELOG.md)
- [Commits](videojs/video.js@v8.10.0...v8.12.0)

Updates `@next/bundle-analyzer` from 14.2.2 to 14.2.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-bundle-analyzer)

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

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc
- dependency-name: video.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: misc
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: misc
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 87aa691 commit 039b0c5
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 62 deletions.
98 changes: 41 additions & 57 deletions ui/package-lock.json

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

10 changes: 5 additions & 5 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/material-nextjs": "^5.15.11",
"@tanstack/react-query": "^5.32.0",
"clsx": "^2.1.0",
"@tanstack/react-query": "^5.32.1",
"clsx": "^2.1.1",
"dotenv-cli": "^7.4.1",
"graphql": "^16.8.1",
"leaflet": "^1.9.4",
Expand All @@ -39,7 +39,7 @@
"react-ga4": "^2.1.0",
"react-leaflet": "^4.2.1",
"sharp": "^0.33.3",
"video.js": "^8.10.0",
"video.js": "^8.12.0",
"videojs-offset": "^2.1.3"
},
"devDependencies": {
Expand All @@ -48,8 +48,8 @@
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-query": "^6.1.0",
"@next/bundle-analyzer": "^14.2.2",
"@tanstack/react-query-devtools": "^5.32.0",
"@next/bundle-analyzer": "^14.2.3",
"@tanstack/react-query-devtools": "^5.32.1",
"@types/leaflet": "^1.9.12",
"@types/node": "20.12.7",
"@types/phoenix": "^1.6.4",
Expand Down

0 comments on commit 039b0c5

Please sign in to comment.