Skip to content

Commit

Permalink
CI: pin optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Sep 21, 2024
1 parent fb1abf8 commit bd1e00b
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 28 deletions.
5 changes: 1 addition & 4 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"npmClientArgs": [
"--force"
]
},
"publish": {
"throttle": true
}
}
}
}
64 changes: 48 additions & 16 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions packages/chdman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"which": "^4.0.0"
},
"optionalDependencies": {
"@emmercm/chdman-darwin-arm64": "^0.269.1",
"@emmercm/chdman-darwin-x64": "^0.269.1",
"@emmercm/chdman-linux-arm": "^0.269.1",
"@emmercm/chdman-linux-arm64": "^0.269.1",
"@emmercm/chdman-linux-ia32": "^0.269.1",
"@emmercm/chdman-linux-x64": "^0.269.1",
"@emmercm/chdman-win32-ia32": "^0.269.1",
"@emmercm/chdman-win32-x64": "^0.269.1"
"@emmercm/chdman-darwin-arm64": "0.269.1",
"@emmercm/chdman-darwin-x64": "0.269.1",
"@emmercm/chdman-linux-arm": "0.269.1",
"@emmercm/chdman-linux-arm64": "0.269.1",
"@emmercm/chdman-linux-ia32": "0.269.1",
"@emmercm/chdman-linux-x64": "0.269.1",
"@emmercm/chdman-win32-ia32": "0.269.1",
"@emmercm/chdman-win32-x64": "0.269.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit bd1e00b

Please sign in to comment.