Skip to content

Commit

Permalink
chore: bump the npm_dependencies group in /ui with 4 updates
Browse files Browse the repository at this point in the history
Bumps the npm_dependencies group in /ui with 4 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [next](https://github.com/vercel/next.js), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).


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

Updates `next` from 15.0.2 to 15.0.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.0.2...v15.0.3)

Updates `@types/node` from 22.8.7 to 22.9.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-config-next` from 15.0.2 to 15.0.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/v15.0.3/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 5f7ce1f commit fc1a1fa
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
124 changes: 62 additions & 62 deletions ui/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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"@canonical/react-components": "^1.7.1",
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query": "^5.59.20",
"jwt-decode": "^4.0.0",
"next": "15.0.2",
"next": "15.0.3",
"pkijs": "^3.2.4",
"react": "^18",
"react-cookie": "^7.2.2",
Expand All @@ -29,7 +29,7 @@
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"eslint-config-next": "15.0.3",
"jsdom": "^25.0.1",
"typescript": "^5",
"vitest": "^2.1.4"
Expand Down

0 comments on commit fc1a1fa

Please sign in to comment.