Skip to content

Commit 4935ac7

Browse files
committed
bump
1 parent 005deae commit 4935ac7

File tree

3 files changed

+20
-22
lines changed

3 files changed

+20
-22
lines changed

next.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import type {NextConfig} from 'next'
22

33
const config: NextConfig = {
4-
// Helps catch bugs
5-
reactStrictMode: true,
64
// Speeds up performance by automatically generating useMemo and useCallback in client components
75
reactCompiler: true,
86
// Required by `next-sanity/experimental/live`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"classnames": "2.5.1",
2929
"date-fns": "4.1.0",
3030
"next": "16.0.0",
31-
"next-sanity": "11.5.7-canary.3",
31+
"next-sanity": "11.6.0-canary.0",
3232
"react": "19.2.0",
3333
"react-dom": "19.2.0",
3434
"react-live-transitions": "0.2.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)