Skip to content

Commit

Permalink
chore(deps): bump the patches group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the patches group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.0` | `8.18.2` |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `3.12.3` | `3.12.4` |
| [react-big-calendar](https://github.com/jquense/react-big-calendar) | `1.17.0` | `1.17.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.16` | `3.4.17` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.1.3` | `1.1.4` |
| [@radix-ui/react-navigation-menu](https://github.com/radix-ui/primitives) | `1.2.2` | `1.2.3` |



Updates `typescript-eslint` from 8.18.0 to 8.18.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.2/packages/typescript-eslint)

Updates `@apollo/client` from 3.12.3 to 3.12.4
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.12.3...v3.12.4)

Updates `react-big-calendar` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/jquense/react-big-calendar/releases)
- [Changelog](https://github.com/jquense/react-big-calendar/blob/master/CHANGELOG.md)
- [Commits](jquense/react-big-calendar@v1.17.0...v1.17.1)

Updates `tailwindcss` from 3.4.16 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.16...v3.4.17)

Updates `@radix-ui/react-dialog` from 1.1.3 to 1.1.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-navigation-menu` from 1.2.2 to 1.2.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: react-big-calendar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@radix-ui/react-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@radix-ui/react-navigation-menu"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent cacf90f commit abff6eb
Show file tree
Hide file tree
Showing 3 changed files with 391 additions and 368 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@apollo/client": "^3.12.3",
"@apollo/client": "^3.12.4",
"@date-fns/tz": "^1.2.0",
"@tietokilta/ui": "workspace:*",
"autoprefixer": "catalog:",
Expand All @@ -25,7 +25,7 @@
"postcss": "catalog:",
"qs": "^6.13.1",
"react": "catalog:",
"react-big-calendar": "^1.17.0",
"react-big-calendar": "^1.17.1",
"react-dom": "catalog:",
"react-markdown": "^9.0.1",
"remark": "^15.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@icons-pack/react-simple-icons": "^10.2.0",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-navigation-menu": "^1.2.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-separator": "^1.1.1",
Expand Down
Loading

0 comments on commit abff6eb

Please sign in to comment.