mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
build: update deps
This commit is contained in:
parent
56f28af300
commit
4dbbae2589
2 changed files with 553 additions and 864 deletions
22
package.json
22
package.json
|
@ -11,27 +11,27 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/image": "^0.17.3",
|
"@astrojs/image": "^0.18.0",
|
||||||
"@astrojs/preact": "^2.2.2",
|
"@astrojs/preact": "^3.0.0",
|
||||||
"@astrojs/prefetch": "^0.3.0",
|
"@astrojs/prefetch": "^0.4.0",
|
||||||
"@astrojs/sitemap": "^2.0.2",
|
"@astrojs/sitemap": "^3.0.0",
|
||||||
"@astrojs/tailwind": "^4.0.0",
|
"@astrojs/tailwind": "^5.0.0",
|
||||||
"@tailwindcss/typography": "^0.5.9",
|
"@tailwindcss/typography": "^0.5.9",
|
||||||
"astro": "^2.10.9",
|
"astro": "^3.0.8",
|
||||||
"astro-compress": "^2.0.12",
|
"astro-compress": "^2.0.15",
|
||||||
"astro-icon": "^0.8.1",
|
"astro-icon": "^0.8.1",
|
||||||
"astro-robots-txt": "^0.5.0",
|
"astro-robots-txt": "^0.5.0",
|
||||||
"astro-tooltips": "^0.6.2",
|
"astro-tooltips": "^0.6.2",
|
||||||
"fireworks-js": "^2.10.7",
|
"fireworks-js": "^2.10.7",
|
||||||
"html-minifier": "^4.0.0",
|
"html-minifier": "^4.0.0",
|
||||||
"preact": "^10.17.0",
|
"preact": "^10.17.1",
|
||||||
"tailwindcss": "^3.3.3"
|
"tailwindcss": "^3.3.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/html-minifier": "^4.0.2",
|
"@types/html-minifier": "^4.0.2",
|
||||||
"prettier": "3.0.2",
|
"prettier": "3.0.3",
|
||||||
"prettier-plugin-astro": "^0.11.1",
|
"prettier-plugin-astro": "^0.12.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.3"
|
"prettier-plugin-tailwindcss": "^0.5.4"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"patchedDependencies": {
|
"patchedDependencies": {
|
||||||
|
|
1395
pnpm-lock.yaml
1395
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue