mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-23 16:56:25 +00:00
de918cf6d7
Bumps [next](https://github.com/vercel/next.js) from 13.5.3 to 14.1.1. - [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/v13.5.3...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
314 B
JSON
15 lines
314 B
JSON
{
|
|
"scripts": {
|
|
"build": "NEXT_TELEMETRY_DISABLED=1 next build",
|
|
"dev": "NEXT_TELEMETRY_DISABLED=1 next"
|
|
},
|
|
"dependencies": {
|
|
"next": "^14.1.1",
|
|
"nextra": "^2.13.1",
|
|
"nextra-theme-docs": "^2.13.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"packageManager": "pnpm@8.8.0"
|
|
}
|