diff --git a/website/package-lock.json b/website/package-lock.json index 443965d..46f6733 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -15,7 +15,7 @@ "@astrojs/starlight": "^0.21.5", "@fastify/cors": "^9.0.1", "@fastify/static": "^7.0.3", - "@gouvfr-lasuite/integration": "^1.0.0", + "@gouvfr-lasuite/integration": "^1.0.1", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", @@ -35,6 +35,9 @@ "sharp": "^0.33.3", "svg-gradient": "^1.0.3", "typescript": "^5.4.5" + }, + "engines": { + "node": "20" } }, "node_modules/@ampproject/remapping": { @@ -1478,9 +1481,9 @@ } }, "node_modules/@gouvfr-lasuite/integration": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-1.0.0.tgz", - "integrity": "sha512-e4JcMgIieDgxp9WLEPko0HxNYTmPFUcACcREYtp5pZN4E3yB99oAHs3vW2LHYZl7Hrs0txJx6+GqnPKaXgqvjw==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-1.0.1.tgz", + "integrity": "sha512-w1roGR5rG7RFoxmnvs0T1vg3lxB9AHws1Mmio6c3QsIR7GdltHC1HyHI/vZVq5V5TSoyLanlU4qG2lSi5uUnGw==", "peerDependencies": { "@types/react": "*", "@types/react-dom": "*", diff --git a/website/package.json b/website/package.json index c178e90..fcacd5e 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "@astrojs/starlight": "^0.21.5", "@fastify/cors": "^9.0.1", "@fastify/static": "^7.0.3", - "@gouvfr-lasuite/integration": "^1.0.0", + "@gouvfr-lasuite/integration": "^1.0.1", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", diff --git a/website/src/content/docs/guides/gaufre.png b/website/src/content/docs/guides/gaufre.png index 01eadac..644dcdc 100644 Binary files a/website/src/content/docs/guides/gaufre.png and b/website/src/content/docs/guides/gaufre.png differ