Skip to content

Commit

Permalink
meta: bump the next-js group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the next-js group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) | `1.3.1` | `1.3.2` |
| [@vercel/speed-insights](https://github.com/vercel/speed-insights/tree/HEAD/packages/web) | `1.0.12` | `1.0.14` |
| [next](https://github.com/vercel/next.js) | `14.2.15` | `15.0.2` |
| [next-intl](https://github.com/amannn/next-intl) | `3.21.1` | `3.24.0` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `14.2.15` | `15.0.2` |


Updates `@vercel/analytics` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/vercel/analytics/releases)
- [Commits](https://github.com/vercel/analytics/commits/1.3.2/packages/web)

Updates `@vercel/speed-insights` from 1.0.12 to 1.0.14
- [Release notes](https://github.com/vercel/speed-insights/releases)
- [Commits](https://github.com/vercel/speed-insights/commits/1.0.14/packages/web)

Updates `next` from 14.2.15 to 15.0.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.15...v15.0.2)

Updates `next-intl` from 3.21.1 to 3.24.0
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v3.21.1...v3.24.0)

Updates `@next/eslint-plugin-next` from 14.2.15 to 15.0.2
- [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.0.2/packages/eslint-plugin-next)

---
updated-dependencies:
- dependency-name: "@vercel/analytics"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-js
- dependency-name: "@vercel/speed-insights"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-js
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: next-js
- dependency-name: next-intl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: next-js
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: next-js
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 3, 2024
1 parent 8cf21b0 commit e08a092
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 244 deletions.
10 changes: 5 additions & 5 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@tailwindcss/container-queries": "~0.1.1",
"@types/node": "20.17.5",
"@vcarl/remark-headings": "~0.1.0",
"@vercel/analytics": "~1.3.1",
"@vercel/speed-insights": "~1.0.12",
"@vercel/analytics": "~1.3.2",
"@vercel/speed-insights": "~1.0.14",
"autoprefixer": "~10.4.20",
"classnames": "~2.5.1",
"cross-env": "7.0.3",
Expand All @@ -67,8 +67,8 @@
"github-slugger": "~2.0.0",
"glob": "~11.0.0",
"gray-matter": "~4.0.3",
"next": "~14.2.14",
"next-intl": "~3.21.1",
"next": "~15.0.2",
"next-intl": "~3.24.0",
"next-themes": "~0.3.0",
"postcss": "~8.4.47",
"postcss-calc": "~10.0.2",
Expand All @@ -90,7 +90,7 @@
},
"devDependencies": {
"@eslint/compat": "~1.2.0",
"@next/eslint-plugin-next": "~14.2.14",
"@next/eslint-plugin-next": "~15.0.2",
"@storybook/addon-controls": "~8.3.5",
"@storybook/addon-interactions": "~8.3.5",
"@storybook/addon-themes": "~8.3.5",
Expand Down
Loading

0 comments on commit e08a092

Please sign in to comment.