mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
build: bump deps
This commit is contained in:
parent
2685707238
commit
d27b4f9771
2 changed files with 18 additions and 18 deletions
BIN
bun.lockb
Executable file
BIN
bun.lockb
Executable file
Binary file not shown.
36
package.json
36
package.json
|
@ -11,32 +11,32 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/preact": "^3.3.0",
|
"@astrojs/preact": "^3.5.1",
|
||||||
"@astrojs/sitemap": "^3.1.4",
|
"@astrojs/sitemap": "^3.1.6",
|
||||||
"@astrojs/tailwind": "^5.1.0",
|
"@astrojs/tailwind": "^5.1.0",
|
||||||
"@playform/compress": "^0.0.4",
|
"@playform/compress": "^0.0.13",
|
||||||
"@tailwindcss/typography": "^0.5.13",
|
"@tailwindcss/typography": "^0.5.13",
|
||||||
"astro": "^4.8.1",
|
"astro": "^4.12.2",
|
||||||
"astro-icon": "^1.1.0",
|
"astro-icon": "^1.1.0",
|
||||||
"astro-robots-txt": "^1.0.0",
|
"astro-robots-txt": "^1.0.0",
|
||||||
"astro-tooltips": "^0.6.2",
|
"astro-tooltips": "^0.6.2",
|
||||||
"fireworks-js": "^2.10.7",
|
"fireworks-js": "^2.10.8",
|
||||||
"html-minifier": "^4.0.0",
|
"html-minifier": "^4.0.0",
|
||||||
"preact": "^10.21.0",
|
"preact": "^10.23.0",
|
||||||
"sharp": "^0.33.3",
|
"sharp": "^0.33.4",
|
||||||
"tailwindcss": "^3.4.3"
|
"tailwindcss": "^3.4.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify-json/devicon": "^1.1.41",
|
"@iconify-json/devicon": "^1.1.48",
|
||||||
"@iconify-json/file-icons": "^1.1.8",
|
"@iconify-json/file-icons": "^1.1.9",
|
||||||
"@iconify-json/logos": "^1.1.42",
|
"@iconify-json/logos": "^1.1.43",
|
||||||
"@iconify-json/mdi": "^1.1.66",
|
"@iconify-json/mdi": "^1.1.67",
|
||||||
"@iconify-json/simple-icons": "^1.1.101",
|
"@iconify-json/simple-icons": "^1.1.109",
|
||||||
"@iconify-json/skill-icons": "^1.1.8",
|
"@iconify-json/skill-icons": "^1.1.9",
|
||||||
"@iconify-json/vscode-icons": "^1.1.34",
|
"@iconify-json/vscode-icons": "^1.1.36",
|
||||||
"@types/html-minifier": "^4.0.5",
|
"@types/html-minifier": "^4.0.5",
|
||||||
"prettier": "3.2.5",
|
"prettier": "3.3.3",
|
||||||
"prettier-plugin-astro": "^0.13.0",
|
"prettier-plugin-astro": "^0.14.1",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.14"
|
"prettier-plugin-tailwindcss": "^0.6.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue