Skip to content

Commit

Permalink
chore(deps): bump the patch group in /website with 5 updates (#3101)
Browse files Browse the repository at this point in the history
Bumps the patch group in /website with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.5` | `4.4.6` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.263` | `2.2.265` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.48.1` | `1.48.2` |
| [daisyui](https://github.com/saadeghi/daisyui) | `4.12.13` | `4.12.14` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.10.1` | `6.10.2` |


Updates `chart.js` from 4.4.5 to 4.4.6
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.5...v4.4.6)

Updates `@iconify/json` from 2.2.263 to 2.2.265
- [Commits](iconify/icon-sets@2.2.263...2.2.265)

Updates `@playwright/test` from 1.48.1 to 1.48.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.48.1...v1.48.2)

Updates `daisyui` from 4.12.13 to 4.12.14
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](saadeghi/daisyui@v4.12.13...v4.12.14)

Updates `eslint-plugin-jsx-a11y` from 6.10.1 to 6.10.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.10.1...v6.10.2)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: daisyui
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 1a6ac36 commit cbacc24
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 40 deletions.
63 changes: 28 additions & 35 deletions website/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 website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"astro": "^4.16.7",
"axios": "^1.7.7",
"change-case": "~5.3.0",
"chart.js": "^4.4.5",
"chart.js": "^4.4.6",
"flowbite-react": "^0.10.2",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
Expand All @@ -57,8 +57,8 @@
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.2",
"@emotion/styled": "^11.13.0",
"@iconify/json": "^2.2.263",
"@playwright/test": "^1.47.0",
"@iconify/json": "^2.2.265",
"@playwright/test": "^1.48.2",
"@tailwindcss/forms": "^0.5.9",
"@tanstack/eslint-plugin-query": "^5.53.0",
"@testing-library/dom": "^10.4.0",
Expand All @@ -76,11 +76,11 @@
"@typescript-eslint/parser": "^8.5.0",
"@vitejs/plugin-react": "^4.3.3",
"cross-env": "^7.0.3",
"daisyui": "^4.12.13",
"daisyui": "^4.12.14",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
Expand Down

0 comments on commit cbacc24

Please sign in to comment.