Skip to content

Commit af85b40

Browse files
committed
back to stable
1 parent 0104c3d commit af85b40

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"private": true,
44
"type": "module",
55
"scripts": {
6-
"build": "next build --turbopack && sanity manifest extract --path public/studio/static",
6+
"build": "next build && sanity manifest extract --path public/studio/static",
77
"predev": "npm run typegen",
8-
"dev": "next --turbopack",
8+
"dev": "next dev",
99
"format": "npx prettier --write . --ignore-path .gitignore",
1010
"lint": "eslint .",
1111
"lint:fix": "npm run format && npm run lint -- --fix",
@@ -15,7 +15,7 @@
1515
"update:canaries": "pnpm up next@latest eslint-config-next@latest @next/env@latest next-sanity@canary"
1616
},
1717
"dependencies": {
18-
"@next/env": "16.0.0-canary.18",
18+
"@next/env": "16.0.0",
1919
"@sanity/client": "7.12.0",
2020
"@sanity/demo": "2.0.0",
2121
"@sanity/icons": "3.7.4",
@@ -27,7 +27,7 @@
2727
"@vercel/speed-insights": "1.2.0",
2828
"classnames": "2.5.1",
2929
"date-fns": "4.1.0",
30-
"next": "16.0.0-canary.18",
30+
"next": "16.0.0",
3131
"next-sanity": "11.5.7-canary.3",
3232
"react": "19.2.0",
3333
"react-dom": "19.2.0",

pnpm-lock.yaml

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)