Skip to content

Commit a01dbc5

Browse files
Bump the linters group with 2 updates (#20)
* Bump the linters group with 2 updates --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters - dependency-name: typescript-eslint dependency-version: 8.34.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linters ... Signed-off-by: dependabot[bot] <[email protected]> * Fix new prettier error --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Barr <[email protected]>
1 parent 2f8f869 commit a01dbc5

File tree

3 files changed

+67
-68
lines changed

3 files changed

+67
-68
lines changed

docs/toolhive/guides-cli/install.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ available.
4949
1. Visit the [ToolHive releases page](https://github.com/stacklok/toolhive/releases)
5050

5151
2. Download the appropriate binary for your platform:
52-
5352
- `toolhive_<version>_darwin_amd64.tar.gz` for macOS (Intel)
5453
- `toolhive_<version>_darwin_arm64.tar.gz` for macOS (Apple Silicon)
5554
- `toolhive_<version>_linux_amd64.tar.gz` for Linux (x86_64)

package-lock.json

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"husky": "^9.1.7",
4848
"lint-staged": "^16.1.2",
4949
"markdownlint-cli2": "^0.18.1",
50-
"prettier": "^3.5.3",
50+
"prettier": "^3.6.0",
5151
"typescript": "~5.8.3",
52-
"typescript-eslint": "^8.34.0"
52+
"typescript-eslint": "^8.34.1"
5353
},
5454
"overrides": {
5555
"@docusaurus/core": {

0 commit comments

Comments
 (0)