Skip to content

Commit

Permalink
chore(deps): Bump the production-dependencies-minor group across 1 di…
Browse files Browse the repository at this point in the history
…rectory with 5 updates

Bumps the production-dependencies-minor group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@google-analytics/data](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-analytics-data) | `4.8.0` | `4.9.0` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `8.33.1` | `8.34.0` |
| [recharts](https://github.com/recharts/recharts) | `2.12.7` | `2.13.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.5.3` | `2.5.4` |
| [undici](https://github.com/nodejs/undici) | `6.20.0` | `6.20.1` |



Updates `@google-analytics/data` from 4.8.0 to 4.9.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-analytics-data/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/data-v4.9.0/packages/google-analytics-data)

Updates `@sentry/nextjs` from 8.33.1 to 8.34.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.33.1...8.34.0)

Updates `recharts` from 2.12.7 to 2.13.0
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md)
- [Commits](recharts/recharts@v2.12.7...v2.13.0)

Updates `tailwind-merge` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.5.3...v2.5.4)

Updates `undici` from 6.20.0 to 6.20.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.20.0...v6.20.1)

---
updated-dependencies:
- dependency-name: "@google-analytics/data"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: recharts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies-minor
- dependency-name: undici
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 4dcc60a commit 2a0fe62
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 117 deletions.
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
"url": "https://github.com/Ackuq/partiguiden.git"
},
"dependencies": {
"@google-analytics/data": "4.8.0",
"@google-analytics/data": "4.9.0",
"@heroicons/react": "2.1.5",
"@next/third-parties": "14.2.15",
"@partiguiden/party-data": "workspace:*",
"@sentry/nextjs": "8.33.1",
"@sentry/nextjs": "8.34.0",
"@supercharge/promise-pool": "3.2.0",
"cheerio": "1.0.0",
"next": "14.2.15",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-share": "5.1.0",
"recharts": "2.12.7",
"recharts": "2.13.0",
"strip-json-comments": "5.0.1",
"tailwindcss": "3.4.13",
"tailwind-merge": "2.5.3",
"tailwind-merge": "2.5.4",
"typed.js": "2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/scrapers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@partiguiden/party-data": "workspace:*",
"cheerio": "1.0.0",
"pdfjs-dist": "4.7.76",
"undici": "6.20.0"
"undici": "6.20.1"
},
"devDependencies": {
"@types/node": "22.7.5",
Expand Down
Loading

0 comments on commit 2a0fe62

Please sign in to comment.