mise à jour Astro

main
Jalil Arfaoui 2024-11-12 16:29:30 +01:00
parent 2a67f9b778
commit 502131f3ab
3 changed files with 1772 additions and 2385 deletions

4146
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,15 +12,15 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/node": "^7.0.3", "@astrojs/node": "^8.3.4",
"@contentful/rich-text-html-renderer": "^16.3.0", "@contentful/rich-text-html-renderer": "^16.3.0",
"astro": "^4.0.8", "astro": "^4.16.10",
"contentful": "^10.6.15" "contentful": "^10.6.15"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.9.4",
"@types/node": "^20.10.6", "@types/node": "^20.10.6",
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.16",
"typescript": "^5.6.3", "typescript": "^5.6.3"
"@astrojs/check": "^0.9.4"
} }
} }

1
src/env.d.ts vendored
View File

@ -1,3 +1,4 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" /> /// <reference types="astro/client" />
interface ImportMetaEnv { interface ImportMetaEnv {
readonly CONTENTFUL_SPACE_ID: string; readonly CONTENTFUL_SPACE_ID: string;