feat: upgrade next 14.1, tailwind 3.4 and pliny 0.1.7

This commit is contained in:
Timothy Lin
2024-01-28 11:28:05 +08:00
parent 6c79596f0d
commit 2aa47049e6
4 changed files with 179 additions and 189 deletions
+7 -7
View File
@@ -11,19 +11,19 @@
"lint": "next lint --fix --dir pages --dir app --dir components --dir lib --dir layouts --dir scripts"
},
"dependencies": {
"@next/bundle-analyzer": "14.0.3",
"@next/bundle-analyzer": "14.1.0",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"contentlayer": "0.3.4",
"esbuild": "0.18.11",
"github-slugger": "^1.4.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.2",
"image-size": "1.0.0",
"next": "14.0.3",
"next": "14.1.0",
"next-contentlayer": "0.3.4",
"next-themes": "^0.2.1",
"pliny": "0.1.6",
"pliny": "0.1.7",
"postcss": "^8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -37,7 +37,7 @@
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.4.1",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
@@ -48,13 +48,13 @@
"@typescript-eslint/parser": "^6.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint-config-next": "14.0.3",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"typescript": "^5.1.3"
},
"resolutions": {