mise à jour Astro
parent
2a67f9b778
commit
502131f3ab
File diff suppressed because it is too large
Load Diff
|
@ -12,15 +12,15 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^7.0.3",
|
||||
"@astrojs/node": "^8.3.4",
|
||||
"@contentful/rich-text-html-renderer": "^16.3.0",
|
||||
"astro": "^4.0.8",
|
||||
"astro": "^4.16.10",
|
||||
"contentful": "^10.6.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@types/node": "^20.10.6",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"typescript": "^5.6.3",
|
||||
"@astrojs/check": "^0.9.4"
|
||||
"typescript": "^5.6.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/// <reference path="../.astro/types.d.ts" />
|
||||
/// <reference types="astro/client" />
|
||||
interface ImportMetaEnv {
|
||||
readonly CONTENTFUL_SPACE_ID: string;
|
||||
|
|
Loading…
Reference in New Issue