3.0.0 - Dependency updates, improved typesafe config, improve typing
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m44s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m44s
This commit is contained in:
26
package.json
26
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "atridotdad",
|
||||
"type": "module",
|
||||
"version": "2.1.0",
|
||||
"version": "3.0.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
@@ -10,26 +10,26 @@
|
||||
"nix": "nix develop"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^4.3.4",
|
||||
"@astrojs/node": "^9.4.3",
|
||||
"@astrojs/preact": "^4.1.0",
|
||||
"@astrojs/mdx": "^4.3.6",
|
||||
"@astrojs/node": "^9.4.4",
|
||||
"@astrojs/preact": "^4.1.1",
|
||||
"@astrojs/rss": "^4.0.12",
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"@preact/signals": "^2.3.1",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tailwindcss/vite": "^4.1.12",
|
||||
"astro": "^5.13.5",
|
||||
"@tailwindcss/typography": "^0.5.18",
|
||||
"@tailwindcss/vite": "^4.1.13",
|
||||
"astro": "^5.13.10",
|
||||
"astro-icon": "^1.1.5",
|
||||
"lucide-preact": "^0.542.0",
|
||||
"lucide-preact": "^0.544.0",
|
||||
"playwright": "^1.55.0",
|
||||
"preact": "^10.27.1",
|
||||
"sharp": "^0.34.3",
|
||||
"tailwindcss": "^4.1.12"
|
||||
"preact": "^10.27.2",
|
||||
"sharp": "^0.34.4",
|
||||
"tailwindcss": "^4.1.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@iconify-json/simple-icons": "^1.2.50",
|
||||
"daisyui": "^5.1.6"
|
||||
"@iconify-json/simple-icons": "^1.2.52",
|
||||
"daisyui": "^5.1.14"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
|
||||
Reference in New Issue
Block a user