Skip to content

Commit

Permalink
fix: syncpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Martirosian committed May 7, 2024
1 parent 81d0782 commit d72ac5e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .syncpackrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": ["**"],
"dependencyTypes": ["prod"],
"packages": ["**"],
"range": "^"
"range": ""
}
],
"source": ["package.json", "packages/*/package.json"],
Expand Down
2 changes: 1 addition & 1 deletion lib/node/node_modules/.modules.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions lib/node/node_modules/.pnpm/lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"bugs": "https://github.com/escapace/action-context/issues",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"execa": "^8.0.1"
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"execa": "8.0.1"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d72ac5e

Please sign in to comment.