fix: npm install after updating deps

This commit is contained in:
Troy 2025-03-03 16:02:47 +00:00
parent 2709cfac18
commit df28660adc
Signed by: troy
GPG key ID: DFC06C02ED3B4711
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -26,7 +26,7 @@
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.13.8",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11"
}
@ -6398,9 +6398,9 @@
}
},
"node_modules/prettier": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz",
"integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==",
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
"integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
"devOptional": true,
"license": "MIT",
"bin": {

View file

@ -9,7 +9,7 @@
"astro": "astro",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"update": "npx npm-check-updates -u"
"update": "npx npm-check-updates -u && npm install"
},
"dependencies": {
"@astrojs/check": "0.9.4",