Skip to content

Commit

Permalink
build(deps): bump the minor group across 1 directory with 26 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 26 updates in the /client directory:

| Package | From | To |
| --- | --- | --- |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.11.3` | `11.14.0` |
| [@fontsource/material-icons](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/material-icons) | `5.0.11` | `5.1.0` |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.3.2` | `7.15.0` |
| [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) | `7.3.2` | `7.15.0` |
| [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) | `7.3.2` | `7.15.0` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.3.2` | `7.15.0` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.3.2` | `7.15.0` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.0.1` | `2.4.0` |
| [immer](https://github.com/immerjs/immer) | `10.0.3` | `10.1.1` |
| [jotai](https://github.com/pmndrs/jotai) | `2.6.1` | `2.10.3` |
| [react-redux](https://github.com/reduxjs/react-redux) | `9.0.4` | `9.1.2` |
| [react-virtuoso](https://github.com/petyosi/react-virtuoso) | `4.6.2` | `4.12.3` |
| [workbox-core](https://github.com/googlechrome/workbox) | `7.0.0` | `7.3.0` |
| [workbox-expiration](https://github.com/googlechrome/workbox) | `7.0.0` | `7.3.0` |
| [workbox-precaching](https://github.com/googlechrome/workbox) | `7.0.0` | `7.3.0` |
| [workbox-routing](https://github.com/googlechrome/workbox) | `7.0.0` | `7.3.0` |
| [workbox-strategies](https://github.com/googlechrome/workbox) | `7.0.0` | `7.3.0` |
| [zod](https://github.com/colinhacks/zod) | `3.22.4` | `3.24.0` |
| [@playwright/experimental-ct-react](https://github.com/microsoft/playwright) | `1.40.1` | `1.49.1` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.6.1` | `3.7.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.8.0` | `6.10.2` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.37.2` |
| [openapi-zod-client](https://github.com/astahmer/openapi-zod-client) | `1.15.0` | `1.18.2` |
| [playwright](https://github.com/microsoft/playwright) | `1.40.1` | `1.49.1` |
| [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `0.17.4` | `0.21.1` |



Updates `@emotion/react` from 11.11.3 to 11.14.0
- [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/[email protected]...@emotion/[email protected])

Updates `@fontsource/material-icons` from 5.0.11 to 5.1.0
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/material-icons)

Updates `@mantine/core` from 7.3.2 to 7.15.0
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.15.0/packages/@mantine/core)

Updates `@mantine/dates` from 7.3.2 to 7.15.0
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.15.0/packages/@mantine/dates)

Updates `@mantine/form` from 7.3.2 to 7.15.0
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.15.0/packages/@mantine/form)

Updates `@mantine/hooks` from 7.3.2 to 7.15.0
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.15.0/packages/@mantine/hooks)

Updates `@mantine/notifications` from 7.3.2 to 7.15.0
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.15.0/packages/@mantine/notifications)

Updates `@reduxjs/toolkit` from 2.0.1 to 2.4.0
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.0.1...v2.4.0)

Updates `immer` from 10.0.3 to 10.1.1
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](immerjs/immer@v10.0.3...v10.1.1)

Updates `jotai` from 2.6.1 to 2.10.3
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.6.1...v2.10.3)

Updates `react-redux` from 9.0.4 to 9.1.2
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v9.0.4...v9.1.2)

Updates `react-virtuoso` from 4.6.2 to 4.12.3
- [Release notes](https://github.com/petyosi/react-virtuoso/releases)
- [Commits](petyosi/react-virtuoso@v4.6.2...v4.12.3)

Updates `workbox-core` from 7.0.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.0.0...v7.3.0)

Updates `workbox-expiration` from 7.0.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.0.0...v7.3.0)

Updates `workbox-precaching` from 7.0.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.0.0...v7.3.0)

Updates `workbox-routing` from 7.0.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.0.0...v7.3.0)

Updates `workbox-strategies` from 7.0.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.0.0...v7.3.0)

Updates `zod` from 3.22.4 to 3.24.0
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.22.4...v3.24.0)

Updates `@playwright/experimental-ct-react` from 1.40.1 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.40.1...v1.49.1)

Updates `eslint-import-resolver-typescript` from 3.6.1 to 3.7.0
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v3.6.1...v3.7.0)

Updates `eslint-plugin-import` from 2.29.1 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.31.0)

Updates `eslint-plugin-jsx-a11y` from 6.8.0 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.8.0...v6.10.2)

Updates `eslint-plugin-react` from 7.33.2 to 7.37.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.37.2)

Updates `openapi-zod-client` from 1.15.0 to 1.18.2
- [Release notes](https://github.com/astahmer/openapi-zod-client/releases)
- [Changelog](https://github.com/astahmer/openapi-zod-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astahmer/openapi-zod-client/compare/[email protected]@1.18.2)

Updates `playwright` from 1.40.1 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.40.1...v1.49.1)

Updates `vite-plugin-pwa` from 0.17.4 to 0.21.1
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](vite-pwa/vite-plugin-pwa@v0.17.4...v0.21.1)

---
updated-dependencies:
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@fontsource/material-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@mantine/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@mantine/dates"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@mantine/form"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@mantine/hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@mantine/notifications"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: immer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: jotai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: react-virtuoso
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workbox-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workbox-expiration
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workbox-precaching
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workbox-routing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workbox-strategies
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@playwright/experimental-ct-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: openapi-zod-client
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vite-plugin-pwa
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent a6d8de3 commit 6719bdc
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,36 @@
"homepage": ".",
"prettier": {},
"dependencies": {
"@emotion/react": "^11.11.3",
"@fontsource/material-icons": "^5.0.11",
"@emotion/react": "^11.14.0",
"@fontsource/material-icons": "^5.1.0",
"@kshramt/fast-json-patch": "^3.1.2",
"@kshramt/runtime-type-validator": "^0.13.0",
"@kshramt/sequence-comparisons": "^0.5.0",
"@mantine/core": "^7.3.2",
"@mantine/dates": "^7.3.2",
"@mantine/form": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@mantine/notifications": "^7.3.2",
"@reduxjs/toolkit": "^2.0.1",
"@mantine/core": "^7.15.0",
"@mantine/dates": "^7.15.0",
"@mantine/form": "^7.15.0",
"@mantine/hooks": "^7.15.0",
"@mantine/notifications": "^7.15.0",
"@reduxjs/toolkit": "^2.4.0",
"@types/react-window": "^1.8.8",
"@zodios/core": "^10.9.6",
"dayjs": "^1.11.10",
"idb": "^8.0.0",
"immer": "^10.0.3",
"jotai": "^2.6.1",
"immer": "^10.1.1",
"jotai": "^2.10.3",
"react": "^19.0.0-rc-14a4699f-20240725",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.0.0-rc-14a4699f-20240725",
"react-redux": "^9.0.4",
"react-virtuoso": "^4.6.2",
"react-redux": "^9.1.2",
"react-virtuoso": "^4.12.3",
"react-window": "^1.8.10",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0",
"zod": "^3.22.4"
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"zod": "^3.24.0"
},
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -127,7 +127,7 @@
"not op_mini all"
],
"devDependencies": {
"@playwright/experimental-ct-react": "^1.40.1",
"@playwright/experimental-ct-react": "^1.49.1",
"@types/node": "^20.10.6",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
Expand All @@ -140,22 +140,22 @@
"autoprefixer": "^10.4.16",
"babel-plugin-react-compiler": "0.0.0-experimental-334f00b-20240725",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-9ed098e-20240725",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.0",
"openapi-zod-client": "^1.15.0",
"playwright": "^1.40.1",
"openapi-zod-client": "^1.18.2",
"playwright": "^1.49.1",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"tailwindcss": "^3.4.0",
"ts-prune": "^0.10.3",
"typescript": "^5.5.4",
"vite": "^5.0.10",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^1.1.0"
}
}

0 comments on commit 6719bdc

Please sign in to comment.