From 00fd7b8ef0733f2bb178be2ddeb00d4715fa742f Mon Sep 17 00:00:00 2001 From: James Chapman Date: Sun, 8 Oct 2023 16:48:53 +0100 Subject: [PATCH] Update dependencies --- Groceries.Data/Groceries.Data.csproj | 2 +- Groceries/Groceries.csproj | 2 +- Groceries/libman.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Groceries.Data/Groceries.Data.csproj b/Groceries.Data/Groceries.Data.csproj index 19fb594..9c54245 100644 --- a/Groceries.Data/Groceries.Data.csproj +++ b/Groceries.Data/Groceries.Data.csproj @@ -12,7 +12,7 @@ - + diff --git a/Groceries/Groceries.csproj b/Groceries/Groceries.csproj index 9e02448..7aada9c 100644 --- a/Groceries/Groceries.csproj +++ b/Groceries/Groceries.csproj @@ -12,7 +12,7 @@ - + diff --git a/Groceries/libman.json b/Groceries/libman.json index 3689da3..68ea9dc 100644 --- a/Groceries/libman.json +++ b/Groceries/libman.json @@ -7,7 +7,7 @@ "destination": "wwwroot/lib/hotwired/turbo/" }, { - "library": "@hotwired/stimulus@3.2.1", + "library": "@hotwired/stimulus@3.2.2", "destination": "wwwroot/lib/hotwired/stimulus/" } ]