Skip to content

Commit

Permalink
Does Dependabot require a yarn.lock file?
Browse files Browse the repository at this point in the history
  • Loading branch information
mroloux committed Nov 15, 2023
1 parent 4af724e commit 4577a6a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/out-tsc

# dependencies
/node_modules
node_modules

# profiling files
chrome-profiler-events.json
Expand Down
2 changes: 1 addition & 1 deletion projects/seatsio-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions projects/seatsio-angular/yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


"@seatsio/[email protected]":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@seatsio/seatsio-types/-/seatsio-types-2.2.0.tgz#c62c0ac43a9c7f1da1154a5e493f802f9f6f8336"
integrity sha512-xoad4NNS0tGvmgHd1AA1HKcxoqshTLpc76ttno3l3nGyEkbvZelDHL0OzZsENtQ71SYZ1T0Zwq5XMGgH5gn2GA==

0 comments on commit 4577a6a

Please sign in to comment.