update to next 13.5.3

This commit is contained in:
Timothy Lin
2023-09-26 10:35:21 +08:00
parent b7655a2d50
commit 862f73ab73
3 changed files with 524 additions and 105 deletions
+4 -4
View File
@@ -11,7 +11,7 @@
"lint": "next lint --fix --dir pages --dir app --dir components --dir lib --dir layouts --dir scripts"
},
"dependencies": {
"@next/bundle-analyzer": "13.4.19",
"@next/bundle-analyzer": "13.5.3",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
@@ -20,10 +20,10 @@
"github-slugger": "^1.4.0",
"gray-matter": "^4.0.2",
"image-size": "1.0.0",
"next": "13.4.19",
"next": "13.5.3",
"next-contentlayer": "0.3.4",
"next-themes": "^0.2.1",
"pliny": "0.1.2",
"pliny": "0.1.4",
"postcss": "^8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -48,7 +48,7 @@
"@typescript-eslint/parser": "^6.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint-config-next": "13.4.19",
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",