Skip to content

Commit

Permalink
chore(deps): Bump the production-dependencies-minor group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies-minor group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `15.0.3` | `15.1.0` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `8.41.0` | `8.44.0` |
| [next](https://github.com/vercel/next.js) | `15.0.3` | `15.1.0` |
| [next-themes](https://github.com/pacocoursey/next-themes) | `0.4.3` | `0.4.4` |
| [recharts](https://github.com/recharts/recharts) | `2.13.3` | `2.15.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.15` | `3.4.16` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js) | `4.9.124` | `4.9.155` |


Updates `prettier` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.1...3.4.2)

Updates `@next/third-parties` from 15.0.3 to 15.1.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.0/packages/third-parties)

Updates `@sentry/nextjs` from 8.41.0 to 8.44.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.41.0...8.44.0)

Updates `next` from 15.0.3 to 15.1.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.0.3...v15.1.0)

Updates `next-themes` from 0.4.3 to 0.4.4
- [Release notes](https://github.com/pacocoursey/next-themes/releases)
- [Commits](pacocoursey/next-themes@v0.4.3...v0.4.4)

Updates `recharts` from 2.13.3 to 2.15.0
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md)
- [Commits](recharts/recharts@v2.13.3...v2.15.0)

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

Updates `pdfjs-dist` from 4.9.124 to 4.9.155
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v4.9.124...v4.9.155)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies-minor
- dependency-name: "@next/third-parties"
  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: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: next-themes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies-minor
- dependency-name: pdfjs-dist
  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 Dec 13, 2024
1 parent a0f7e55 commit 8d92880
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 472 deletions.
12 changes: 6 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"dependencies": {
"@google-analytics/data": "4.11.0",
"@heroicons/react": "2.2.0",
"@next/third-parties": "15.0.3",
"@next/third-parties": "15.1.0",
"@partiguiden/party-data": "workspace:*",
"@sentry/nextjs": "8.41.0",
"@sentry/nextjs": "8.44.0",
"@supercharge/promise-pool": "3.2.0",
"cheerio": "1.0.0",
"next": "15.0.3",
"next-themes": "0.4.3",
"next": "15.1.0",
"next-themes": "0.4.4",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-share": "5.1.1",
"recharts": "2.13.3",
"recharts": "2.15.0",
"strip-json-comments": "5.0.1",
"tailwind-merge": "2.5.5",
"tailwindcss": "3.4.15",
"tailwindcss": "3.4.16",
"typed.js": "2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-plugin-react-hooks": "5.1.0-rc.1",
"eslint-plugin-turbo": "2.3.3",
"knip": "5.38.3",
"prettier": "3.4.1",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"turbo": "2.3.3",
"typescript": "5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/party-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"./types": "./src/types.ts"
},
"dependencies": {
"prettier": "3.4.1"
"prettier": "3.4.2"
},
"devDependencies": {
"@inquirer/prompts": "7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/scrapers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@partiguiden/party-data": "workspace:*",
"cheerio": "1.0.0",
"pdfjs-dist": "4.9.124",
"pdfjs-dist": "4.9.155",
"undici": "6.21.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8d92880

Please sign in to comment.