feat: Upgrade to Astro 4

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
Florian Bouillon 2023-12-06 10:40:31 +01:00
parent 8ebbf422b8
commit 9aa14b6778
2 changed files with 1996 additions and 1936 deletions

3922
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,23 +15,23 @@
"install:test": "playwright install --with-deps"
},
"dependencies": {
"@astrojs/node": "^6",
"@astrojs/node": "^7",
"@astrojs/tailwind": "^5",
"@dzeio/logger": "^3",
"@dzeio/object-util": "^1",
"@dzeio/url-manager": "^1",
"astro": "^3",
"astro": "^4",
"lucide-astro": "^0",
"sharp": "^0",
"simple-icons-astro": "^9",
"simple-icons-astro": "^10",
"tailwindcss": "^3"
},
"devDependencies": {
"@astrojs/check": "^0",
"@playwright/test": "^1",
"@types/node": "^20",
"@vitest/coverage-v8": "^0",
"@vitest/coverage-v8": "^1",
"typescript": "^5",
"vitest": "^0"
"vitest": "^1"
}
}