update packages

This commit is contained in:
Timothy Lin
2023-07-22 16:02:57 +08:00
parent 67e7801462
commit dadff718bb
3 changed files with 248 additions and 271 deletions
+12 -16
View File
@@ -11,8 +11,8 @@
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts"
},
"dependencies": {
"@next/bundle-analyzer": "13.4.9",
"@tailwindcss/forms": "^0.5.3",
"@next/bundle-analyzer": "13.4.12",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"contentlayer": "0.3.4",
@@ -21,10 +21,10 @@
"gray-matter": "^4.0.2",
"image-size": "1.0.0",
"mdx-bundler": "^9.2.1",
"next": "13.4.9",
"next": "13.4.12",
"next-contentlayer": "0.3.4",
"next-themes": "^0.2.1",
"pliny": "0.1.0-beta.9",
"pliny": "0.1.0-beta.10",
"postcss": "^8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -38,27 +38,23 @@
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"tailwindcss": "^3.3.2",
"tailwindcss": "^3.3.3",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"cross-env": "^7.0.3",
"dedent": "^0.7.0",
"eslint": "^8.43.0",
"eslint-config-next": "13.4.7",
"eslint": "^8.45.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"file-loader": "^6.2.0",
"globby": "11.0.3",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"js-yaml": "4.1.0",
"lint-staged": "^13.0.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"typescript": "^5.1.3"
},
"resolutions": {