Updated to next 13.5.6.

This commit is contained in:
2023-12-04 14:56:36 +13:00
parent 744fc4359e
commit 5c362cba19
2 changed files with 107 additions and 117 deletions

View File

@ -6,6 +6,7 @@
"start": "next-remote-watch ./data",
"dev": "next dev",
"build": "next build",
"export": "next export",
"serve": "next start",
"analyze": "cross-env ANALYZE=true next build",
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts",
@ -15,7 +16,7 @@
"dependencies": {
"@fontsource/inter": "4.5.2",
"@mailchimp/mailchimp_marketing": "^3.0.58",
"@next/bundle-analyzer": "^13.5.1",
"@next/bundle-analyzer": "^13.5.6",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
@ -24,7 +25,7 @@
"gray-matter": "^4.0.2",
"image-size": "1.0.0",
"mdx-bundler": "^8.0.0",
"next": "13.5.1",
"next": "13.5.6",
"next-themes": "^0.0.14",
"postcss": "^8.4.5",
"preact": "^10.6.2",