From 447b7051270fcf38e7f8a5ab067294d910de5b7c Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Fri, 28 Jun 2024 11:20:30 +0200 Subject: [PATCH] website: update grist logo from new integration package version --- 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 46f6733..ac4210a 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.1", + "@gouvfr-lasuite/integration": "^1.0.2", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", @@ -1481,9 +1481,9 @@ } }, "node_modules/@gouvfr-lasuite/integration": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-1.0.1.tgz", - "integrity": "sha512-w1roGR5rG7RFoxmnvs0T1vg3lxB9AHws1Mmio6c3QsIR7GdltHC1HyHI/vZVq5V5TSoyLanlU4qG2lSi5uUnGw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-1.0.2.tgz", + "integrity": "sha512-npOotZQSyu6SffHiPP+jQVOkJ3qW2KE2cANhEK92sNLX9uZqQaCqljO5GhzsBmh0lB76fiXnrr9i8SIpnDUSZg==", "peerDependencies": { "@types/react": "*", "@types/react-dom": "*", diff --git a/website/package.json b/website/package.json index fcacd5e..00737ca 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.1", + "@gouvfr-lasuite/integration": "^1.0.2", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0",