Update npm dependencies.

This commit is contained in:
2024-10-15 20:06:48 +13:00
parent 7ee2a55cdc
commit 0885136ca9
3 changed files with 180 additions and 271 deletions

View File

@ -16,7 +16,7 @@
},
"dependencies": {
"@fontsource/inter": "4.5.2",
"@next/bundle-analyzer": "^14.2.13",
"@next/bundle-analyzer": "^14.2.15",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
@ -25,18 +25,18 @@
"gray-matter": "^4.0.3",
"image-size": "1.1.1",
"mdx-bundler": "^8.0.0",
"next": "^14.2.13",
"next": "^14.2.15",
"next-themes": "^0.3.0",
"postcss": "^8.4.47",
"preact": "^10.24.1",
"preact": "^10.24.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-medium-image-zoom": "^4.3.5",
"reading-time": "1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.1.1",
"rehype-citation": "^2.2.0",
"rehype-katex": "^7.0.1",
"rehype-preset-minify": "7.0.0",
"rehype-preset-minify": "7.0.1",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-footnotes": "^4.0.1",
@ -51,17 +51,17 @@
"cross-env": "^7.0.3",
"dedent": "^1.5.3",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.13",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"file-loader": "^6.2.0",
"globby": "14.0.2",
"husky": "^9.1.6",
"inquirer": "^11.0.2",
"inquirer": "^12.0.0",
"lint-staged": "^15.2.10",
"next-remote-watch": "^2.0.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0"
},