From 8db924df4108d3f4a77f92b81fc5dafe6b5941f3 Mon Sep 17 00:00:00 2001 From: Matti Roloux Date: Wed, 15 Nov 2023 11:12:05 +0100 Subject: [PATCH] Top-level package.json also needs seatsio-types --- .github/dependabot.yml | 4 ++++ package.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8752a7..c263ce2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: monthly + - package-ecosystem: npm + directory: "/projects/seatsio-angular" + schedule: + interval: monthly diff --git a/package.json b/package.json index 4de1a41..768b879 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "@angular/forms": "16.1.0", "@angular/platform-browser": "16.1.0", "@angular/platform-browser-dynamic": "16.1.0", - "@angular/router": "16.1.0" + "@angular/router": "16.1.0", + "@seatsio/seatsio-types": "2.0.1" }, "devDependencies": { "@angular-devkit/build-angular": "16.2.9",