Skip to content

Commit

Permalink
chore: Bump the npm_dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the npm_dependencies group with 4 updates: [@canonical/react-components](https://github.com/canonical/react-components), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [react-icons](https://github.com/react-icons/react-icons) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss).


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

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

Updates `react-icons` from 5.2.1 to 5.3.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.2.1...v5.3.0)

Updates `tailwindcss` from 3.4.9 to 3.4.10
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.9...v3.4.10)

---
updated-dependencies:
- dependency-name: "@canonical/react-components"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_dependencies
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
- dependency-name: tailwindcss
  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 19, 2024
1 parent 2bbd081 commit 49458f8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"lint": "next lint"
},
"dependencies": {
"@canonical/react-components": "^0.59.1",
"@canonical/react-components": "^1.0.0",
"@emotion/react": "^11.13.0",
"@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.2.0",
"@types/node": "22.4.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
Expand All @@ -28,10 +28,10 @@
"postcss": "8.4.41",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"react-icons": "^5.3.0",
"sass": "^1.77.8",
"swagger-ui-react": "^5.17.14",
"tailwindcss": "3.4.9",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"vanilla-framework": "^4.15.0",
"yup": "1.4.0"
Expand Down

0 comments on commit 49458f8

Please sign in to comment.