feat: Upgrade to Astro 4
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
parent
8ebbf422b8
commit
9aa14b6778
3922
package-lock.json
generated
3922
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -15,23 +15,23 @@
|
|||||||
"install:test": "playwright install --with-deps"
|
"install:test": "playwright install --with-deps"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/node": "^6",
|
"@astrojs/node": "^7",
|
||||||
"@astrojs/tailwind": "^5",
|
"@astrojs/tailwind": "^5",
|
||||||
"@dzeio/logger": "^3",
|
"@dzeio/logger": "^3",
|
||||||
"@dzeio/object-util": "^1",
|
"@dzeio/object-util": "^1",
|
||||||
"@dzeio/url-manager": "^1",
|
"@dzeio/url-manager": "^1",
|
||||||
"astro": "^3",
|
"astro": "^4",
|
||||||
"lucide-astro": "^0",
|
"lucide-astro": "^0",
|
||||||
"sharp": "^0",
|
"sharp": "^0",
|
||||||
"simple-icons-astro": "^9",
|
"simple-icons-astro": "^10",
|
||||||
"tailwindcss": "^3"
|
"tailwindcss": "^3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/check": "^0",
|
"@astrojs/check": "^0",
|
||||||
"@playwright/test": "^1",
|
"@playwright/test": "^1",
|
||||||
"@types/node": "^20",
|
"@types/node": "^20",
|
||||||
"@vitest/coverage-v8": "^0",
|
"@vitest/coverage-v8": "^1",
|
||||||
"typescript": "^5",
|
"typescript": "^5",
|
||||||
"vitest": "^0"
|
"vitest": "^1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user