mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-12-13 15:54:59 +00:00
Bumps [next](https://github.com/vercel/next.js) from 14.2.7 to 14.2.35. - [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/compare/v14.2.7...v14.2.35) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.35 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
368 B
JSON
16 lines
368 B
JSON
{
|
|
"scripts": {
|
|
"build": "NEXT_TELEMETRY_DISABLED=1 next build",
|
|
"dev": "NEXT_TELEMETRY_DISABLED=1 next",
|
|
"start": "NEXT_TELEMETRY_DISABLED=1 next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "^14.2.35",
|
|
"nextra": "^2.13.4",
|
|
"nextra-theme-docs": "^2.13.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"packageManager": "pnpm@9.9.0"
|
|
}
|