Update npm dependencies.

This commit is contained in:
2024-11-28 23:23:46 +13:00
parent 730a3f5a5b
commit 1877d9c0ff
2 changed files with 15 additions and 15 deletions

24
package-lock.json generated
View File

@ -21,7 +21,7 @@
"next": "^15.0.3",
"next-themes": "^0.4.3",
"postcss": "^8.4.49",
"preact": "^10.24.3",
"preact": "^10.25.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-medium-image-zoom": "^4.3.5",
@ -53,8 +53,8 @@
"inquirer": "^12.1.0",
"lint-staged": "^15.2.10",
"next-remote-watch": "^2.0.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
}
@ -13732,9 +13732,9 @@
"license": "MIT"
},
"node_modules/preact": {
"version": "10.24.3",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.24.3.tgz",
"integrity": "sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==",
"version": "10.25.0",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.25.0.tgz",
"integrity": "sha512-6bYnzlLxXV3OSpUxLdaxBmE7PMOu0aR3pG6lryK/0jmvcDFPlcXGQAt5DpK3RITWiDrfYZRI0druyaK/S9kYLg==",
"license": "MIT",
"funding": {
"type": "opencollective",
@ -13752,9 +13752,9 @@
}
},
"node_modules/prettier": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz",
"integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==",
"dev": true,
"license": "MIT",
"bin": {
@ -13781,9 +13781,9 @@
}
},
"node_modules/prettier-plugin-tailwindcss": {
"version": "0.6.8",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.8.tgz",
"integrity": "sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==",
"version": "0.6.9",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.9.tgz",
"integrity": "sha512-r0i3uhaZAXYP0At5xGfJH876W3HHGHDp+LCRUJrs57PBeQ6mYHMwr25KH8NPX44F2yGTvdnH7OqCshlQx183Eg==",
"dev": true,
"license": "MIT",
"engines": {

View File

@ -28,7 +28,7 @@
"next": "^15.0.3",
"next-themes": "^0.4.3",
"postcss": "^8.4.49",
"preact": "^10.24.3",
"preact": "^10.25.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-medium-image-zoom": "^4.3.5",
@ -60,8 +60,8 @@
"inquirer": "^12.1.0",
"lint-staged": "^15.2.10",
"next-remote-watch": "^2.0.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},