Skip to content

Commit

Permalink
fix(version): only update existing lockfile deps (#3308)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahslaj committed Aug 26, 2022
1 parent aae1a2b commit f5c8480
Show file tree
Hide file tree
Showing 9 changed files with 936 additions and 15 deletions.
@@ -0,0 +1 @@
node_modules
@@ -0,0 +1,4 @@
{
"version": "1.0.0",
"packages": ["packages/*"]
}
@@ -0,0 +1,3 @@
{
"name": "root"
}
@@ -0,0 +1,4 @@
{
"name": "package-1",
"version": "1.0.0"
}

0 comments on commit f5c8480

Please sign in to comment.