Skip to content

Commit

Permalink
chore: Bump the npm_dependencies group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the npm_dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@canonical/react-components](https://github.com/canonical/react-components) | `1.0.0` | `1.2.0` |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.13.0` | `11.13.3` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.51.23` | `5.52.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.4.1` | `22.5.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.4` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.5` | `14.2.6` |
| [next](https://github.com/vercel/next.js) | `14.2.5` | `14.2.6` |


Updates `@canonical/react-components` from 1.0.0 to 1.2.0
- [Release notes](https://github.com/canonical/react-components/releases)
- [Changelog](https://github.com/canonical/react-components/blob/main/.releaserc)
- [Commits](canonical/react-components@v1.0.0...v1.2.0)

Updates `@emotion/react` from 11.13.0 to 11.13.3
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/react@11.13.0...@emotion/react@11.13.3)

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

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

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

Updates `eslint-config-next` from 14.2.5 to 14.2.6
- [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.6/packages/eslint-config-next)

Updates `next` from 14.2.5 to 14.2.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.5...v14.2.6)

---
updated-dependencies:
- dependency-name: "@canonical/react-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
- dependency-name: eslint-config-next
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 4567219 commit 91b38e9
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 95 deletions.
176 changes: 88 additions & 88 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"lint": "next lint"
},
"dependencies": {
"@canonical/react-components": "^1.0.0",
"@emotion/react": "^11.13.0",
"@canonical/react-components": "^1.2.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@tanstack/react-query": "^5.51.23",
"@types/node": "22.4.1",
"@types/react": "18.3.3",
"@tanstack/react-query": "^5.52.1",
"@types/node": "22.5.0",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.6",
"formik": "2.4.6",
"lodash": "^4.17.21",
"next": "14.2.5",
"next": "14.2.6",
"next-swagger-doc": "^0.4.0",
"postcss": "8.4.41",
"react": "18.3.1",
Expand Down

0 comments on commit 91b38e9

Please sign in to comment.