Update npm dependencies.

This commit is contained in:
2024-08-08 15:43:32 +12:00
parent 82c6323d0a
commit 5169cad7ee
2 changed files with 239 additions and 266 deletions

View File

@ -18,8 +18,8 @@
"@fontsource/inter": "4.5.2",
"@next/bundle-analyzer": "^14.2.5",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"@tailwindcss/typography": "^0.5.14",
"autoprefixer": "^10.4.20",
"esbuild": "^0.14.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
@ -27,8 +27,8 @@
"mdx-bundler": "^8.0.0",
"next": "^14.2.5",
"next-themes": "^0.3.0",
"postcss": "^8.4.40",
"preact": "^10.22.1",
"postcss": "^8.4.41",
"preact": "^10.23.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-medium-image-zoom": "^4.3.5",
@ -43,7 +43,7 @@
"remark-gfm": "^3.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.8",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
@ -57,8 +57,8 @@
"file-loader": "^6.2.0",
"globby": "14.0.2",
"husky": "^9.1.4",
"inquirer": "^10.1.6",
"lint-staged": "^15.2.7",
"inquirer": "^10.1.8",
"lint-staged": "^15.2.8",
"next-remote-watch": "^2.0.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",