8000 build(deps): bump @biomejs/biome to 2.0.0-beta.4 · biomejs/pre-commit@f11bbd9 · GitHub
[go: up one dir, main page]

Skip to content

Commit f11bbd9

Browse files
committed
build(deps): bump @biomejs/biome to 2.0.0-beta.4
1 parent 37eac92 commit f11bbd9

File tree

3 files changed

+38
-38
lines changed

3 files changed

+38
-38
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file
2121
```yaml
2222
repos:
2323
- repo: https://github.com/biomejs/pre-commit
24-
rev: v2.0.0-beta.3 # Use the sha / tag you want to point at
24+
rev: v2.0.0-beta.4 # Use the sha / tag you want to point at
2525
hooks:
2626
- id: biome-check
2727
```

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"biome": "./node_modules/@biomejs/biome/bin/biome"
77
},
88
"dependencies": {
9-
"@biomejs/biome": "2.0.0-beta.3"
9+
"@biomejs/biome": "2.0.0-beta.4"
1010
}
1111
}

0 commit comments

Comments
 (0)
0