From 800ab42eaf759feaef4e4daba2b5727c9e17e153 Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Thu, 17 Apr 2025 17:57:42 +0200 Subject: [PATCH] website: use latest integration package --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 99c5169..c527da1 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight": "^0.21.5", "@fastify/cors": "^9.0.1", "@fastify/static": "^7.0.3", - "@gouvfr-lasuite/integration": "^1.0.2", + "@gouvfr-lasuite/integration": "^1.0.3", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", @@ -1955,9 +1955,9 @@ } }, "node_modules/@gouvfr-lasuite/integration": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-1.0.2.tgz", - "integrity": "sha512-npOotZQSyu6SffHiPP+jQVOkJ3qW2KE2cANhEK92sNLX9uZqQaCqljO5GhzsBmh0lB76fiXnrr9i8SIpnDUSZg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-1.0.3.tgz", + "integrity": "sha512-OgP28CqlPi35wQPul1Dr52SngACXAk8buLGqHYXDp23fbTOJThqarrZE/pgJHoc9Ndwiu7ngwBSO4rZ7OPyMpA==", "peerDependencies": { "@types/react": "*", "@types/react-dom": "*", diff --git a/website/package.json b/website/package.json index 8cc22a3..6feb253 100644 --- a/website/package.json +++ b/website/package.json @@ -22,7 +22,7 @@ "@astrojs/starlight": "^0.21.5", "@fastify/cors": "^9.0.1", "@fastify/static": "^7.0.3", - "@gouvfr-lasuite/integration": "^1.0.2", + "@gouvfr-lasuite/integration": "^1.0.3", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0",