From 4577a6a1483e138d686a17634c5339e2af2c4c08 Mon Sep 17 00:00:00 2001 From: Matti Roloux Date: Wed, 15 Nov 2023 11:42:17 +0100 Subject: [PATCH] Does Dependabot require a yarn.lock file? --- .gitignore | 2 +- projects/seatsio-angular/package.json | 2 +- projects/seatsio-angular/yarn.lock | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 projects/seatsio-angular/yarn.lock diff --git a/.gitignore b/.gitignore index df1c380..e0c044b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ /out-tsc # dependencies -/node_modules +node_modules # profiling files chrome-profiler-events.json diff --git a/projects/seatsio-angular/package.json b/projects/seatsio-angular/package.json index b6268e7..d171387 100644 --- a/projects/seatsio-angular/package.json +++ b/projects/seatsio-angular/package.json @@ -18,7 +18,7 @@ ], "homepage": "https://github.com/seatsio/seatsio-angular", "dependencies": { - "@seatsio/seatsio-types": "2.0.1" + "@seatsio/seatsio-types": "2.2.0" }, "peerDependencies": { "@angular/common": ">=16.0.0", diff --git a/projects/seatsio-angular/yarn.lock b/projects/seatsio-angular/yarn.lock new file mode 100644 index 0000000..04b9881 --- /dev/null +++ b/projects/seatsio-angular/yarn.lock @@ -0,0 +1,8 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@seatsio/seatsio-types@2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@seatsio/seatsio-types/-/seatsio-types-2.2.0.tgz#c62c0ac43a9c7f1da1154a5e493f802f9f6f8336" + integrity sha512-xoad4NNS0tGvmgHd1AA1HKcxoqshTLpc76ttno3l3nGyEkbvZelDHL0OzZsENtQ71SYZ1T0Zwq5XMGgH5gn2GA==