Skip to content

Commit

Permalink
chore(deps): bump the minorandpatch group in /website with 8 updates (#…
Browse files Browse the repository at this point in the history
…1199)

Bumps the minorandpatch group in /website with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.11.3` | `11.11.4` |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.1` | `4.4.2` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.187` | `2.2.188` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.41.2` | `1.42.0` |
| [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) | `9.0.5` | `9.0.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.20` | `20.11.23` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.58` | `18.2.61` |
| [msw](https://github.com/mswjs/msw) | `2.2.1` | `2.2.2` |


Updates `@emotion/react` from 11.11.3 to 11.11.4
- [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.11.3...@emotion/react@11.11.4)

Updates `chart.js` from 4.4.1 to 4.4.2
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.1...v4.4.2)

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

Updates `@playwright/test` from 1.41.2 to 1.42.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.41.2...v1.42.0)

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

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

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

Updates `msw` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@types/jsonwebtoken"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 29, 2024
1 parent e8f8f21 commit 0ea9a62
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
82 changes: 41 additions & 41 deletions website/package-lock.json

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

16 changes: 8 additions & 8 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@astrojs/node": "^6.1.0",
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.11.4",
"@headlessui/react": "^1.7.18",
"@mui/material": "~5.14.20",
"@mui/x-date-pickers": "^6.19.5",
Expand All @@ -30,7 +30,7 @@
"astro": "^3.6.2",
"axios": "^1.6.7",
"change-case": "~5.3.0",
"chart.js": "^4.4.1",
"chart.js": "^4.4.2",
"cookie": "^0.6.0",
"flowbite-react": "^0.7.2",
"jsonwebtoken": "^9.0.2",
Expand All @@ -53,18 +53,18 @@
"@astrojs/react": "^3.0.10",
"@astrojs/tailwind": "^5.1.0",
"@emotion/styled": "^11.11.0",
"@iconify/json": "^2.2.187",
"@playwright/test": "^1.41.2",
"@iconify/json": "^2.2.188",
"@playwright/test": "^1.42.0",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/jsonwebtoken": "^9.0.5",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "^4.14.202",
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/node": "^20.11.23",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.1.0",
Expand All @@ -80,7 +80,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^24.0.0",
"msw": "^2.2.1",
"msw": "^2.2.2",
"prettier": "3.2.5",
"prettier-plugin-astro": "^0.13.0",
"sass": "^1.71.1",
Expand Down

0 comments on commit 0ea9a62

Please sign in to comment.