Update npm dependencies.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
2024-09-17 14:52:13 +12:00
parent 867a404dae
commit e539ac1e0b
2 changed files with 176 additions and 190 deletions

View File

@ -16,7 +16,7 @@
},
"dependencies": {
"@fontsource/inter": "4.5.2",
"@next/bundle-analyzer": "^14.2.9",
"@next/bundle-analyzer": "^14.2.11",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
@ -25,10 +25,10 @@
"gray-matter": "^4.0.3",
"image-size": "1.1.1",
"mdx-bundler": "^8.0.0",
"next": "^14.2.9",
"next": "^14.2.11",
"next-themes": "^0.3.0",
"postcss": "^8.4.45",
"preact": "^10.23.2",
"postcss": "^8.4.47",
"preact": "^10.24.0",
"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.5",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.11",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
@ -51,13 +51,13 @@
"cross-env": "^7.0.3",
"dedent": "^1.5.3",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.9",
"eslint-config-next": "14.2.11",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"file-loader": "^6.2.0",
"globby": "14.0.2",
"husky": "^9.1.5",
"inquirer": "^10.2.2",
"husky": "^9.1.6",
"inquirer": "^11.0.1",
"lint-staged": "^15.2.10",
"next-remote-watch": "^2.0.0",
"prettier": "^3.3.3",