Update dependencies and version

This commit is contained in:
Bad Manners 2024-09-14 15:08:15 -03:00
parent 0a76dd6172
commit b464c5e795
Signed by: badmanners
GPG key ID: 8C88292CCB075609
2 changed files with 1460 additions and 1142 deletions

2579
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"name": "gallery.badmanners.xyz",
"type": "module",
"version": "1.7.12",
"version": "1.8.0",
"scripts": {
"postinstall": "astro sync",
"dev": "astro dev",
@ -16,37 +16,38 @@
"deploy-lftp": "dotenv tsx scripts/deploy-lftp.ts --"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.6",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.0",
"@astropub/md": "^1.0.0",
"@tailwindcss/typography": "^0.5.14",
"astro": "^4.13.3",
"astro-htaccess": "^0.1.2",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.15.5",
"astro-htaccess": "^0.2.0",
"astro-pagefind": "^1.6.0",
"clsx": "^2.1.1",
"fluid-tailwind": "^1.0.3",
"github-slugger": "^2.0.0",
"marked": "^14.0.0",
"pagefind": "^1.1.0",
"marked": "^14.1.2",
"pagefind": "^1.1.1",
"polywasm": "^0.1.4",
"reading-time": "^1.5.0",
"sanitize-html": "^2.13.0",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.11",
"tiny-decode": "^0.1.3",
"tippy.js": "^6.3.7",
"toml": "^3.0.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/sanitize-html": "^2.11.0",
"@types/node": "^22.5.5",
"@types/sanitize-html": "^2.13.0",
"commander": "^12.1.0",
"dotenv-cli": "^7.4.2",
"fetch-retry": "^6.0.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"tsx": "^4.17.0"
"tsx": "^4.19.1"
}
}