From 001ca61773657f939e0e7d7d291287353bc03fe3 Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Thu, 2 May 2024 12:22:53 +0200 Subject: [PATCH] using latest integration package on website --- 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 222a728..203eabf 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -15,7 +15,7 @@ "@astrojs/starlight": "^0.21.5", "@fastify/compress": "^7.0.3", "@fastify/static": "^7.0.3", - "@gouvfr-lasuite/integration": "^0.1.0", + "@gouvfr-lasuite/integration": "^0.1.1", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", @@ -1483,9 +1483,9 @@ } }, "node_modules/@gouvfr-lasuite/integration": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.0.tgz", - "integrity": "sha512-kdRednvDgkNonNyPgJZcqCOm/khDxGVaZEuPvudRwY26HyU7imNJNxoeGCqrHfwLJGuER+r9SdI/AUi1ce0y+g==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.1.tgz", + "integrity": "sha512-92TGrofrhMnFEnUOoFekveDAafGP7sQLyFhaORgjJXJRIEFq4+HNqUt6uEvYYi2tkwsl/JPqfxbE/KbFigV+qA==", "peerDependencies": { "@types/react": "*", "@types/react-dom": "*", diff --git a/website/package.json b/website/package.json index 8b508a6..0519d41 100644 --- a/website/package.json +++ b/website/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.21.5", "@fastify/compress": "^7.0.3", "@fastify/static": "^7.0.3", - "@gouvfr-lasuite/integration": "^0.1.0", + "@gouvfr-lasuite/integration": "^0.1.1", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0",