From d7f7d1bebc9989f6121cd8e25733341c411ef9a4 Mon Sep 17 00:00:00 2001 From: Samuel Steele Date: Fri, 6 Dec 2024 19:42:34 -0500 Subject: [PATCH] General Updates: - update CoreRcon ref - update deps - update dependabot --- .github/dependabot.yml | 15 +++++++++++++++ global.json | 2 +- modules/CoreRcon | 2 +- src/App/package.json | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a1827c2..d79520e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,21 @@ version: 2 updates: + - package-ecosystem: gitsubmodule + directory: / + schedule: + interval: weekly + + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + - package-ecosystem: nuget directory: / schedule: interval: weekly + + - package-ecosystem: npm + directory: / + schedule: + interval: weekly diff --git a/global.json b/global.json index ee8b9e7..52a19fb 100644 --- a/global.json +++ b/global.json @@ -2,6 +2,6 @@ "sdk": { "allowPrerelease": false, "rollForward": "latestMajor", - "version": "9.0.100" + "version": "9.0.101" } } \ No newline at end of file diff --git a/modules/CoreRcon b/modules/CoreRcon index abb122b..70ae441 160000 --- a/modules/CoreRcon +++ b/modules/CoreRcon @@ -1 +1 @@ -Subproject commit abb122bd8063a2e6ca04a689b4a6d155dc94873e +Subproject commit 70ae4417dd813fcc7b5431cdfdc6279663754671 diff --git a/src/App/package.json b/src/App/package.json index 5ef45c9..701a7b5 100644 --- a/src/App/package.json +++ b/src/App/package.json @@ -14,6 +14,6 @@ "postcss": "8.4.49", "postcss-cli": "11.0.0", "postcss-preset-env": "10.1.1", - "tailwindcss": "3.4.15" + "tailwindcss": "3.4.16" } } \ No newline at end of file