From 6aeaef9e1a8b0ad55330c860aad940dcc8f0681a Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Thu, 16 May 2024 10:50:28 +0200 Subject: [PATCH] website: use latest integration version for new logos --- 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 f778f45..443965d 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": "^0.1.6", + "@gouvfr-lasuite/integration": "^1.0.0", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", @@ -1478,9 +1478,9 @@ } }, "node_modules/@gouvfr-lasuite/integration": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.8.tgz", - "integrity": "sha512-zB4bIrXpHUbx9hihbP3WxHVFm5HijErSXg1I9XAIu82PVssbMFvkwR/tH+yPUC+52zZP4pQUHsWM+yoJ1yykOA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-1.0.0.tgz", + "integrity": "sha512-e4JcMgIieDgxp9WLEPko0HxNYTmPFUcACcREYtp5pZN4E3yB99oAHs3vW2LHYZl7Hrs0txJx6+GqnPKaXgqvjw==", "peerDependencies": { "@types/react": "*", "@types/react-dom": "*", diff --git a/website/package.json b/website/package.json index b9fd908..a8fee84 100644 --- a/website/package.json +++ b/website/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.21.5", "@fastify/cors": "^9.0.1", "@fastify/static": "^7.0.3", - "@gouvfr-lasuite/integration": "^0.1.8", + "@gouvfr-lasuite/integration": "^1.0.0", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0",