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

Skip to content

Commit b29c861

Browse files
committed
build(deps): bump @biomejs/biome to 2.0.0-beta
1 parent 3957a81 commit b29c861

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
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: v1.9.4 # Use the sha / tag you want to point at
24+
rev: v2.0.0-beta # Use the sha / tag you want to point at
2525
hooks:
2626
- id: biome-check
2727
```

package-lock.json

Lines changed: 4 additions & 5 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": "1.9.4"
9+
"@biomejs/biome": "2.0.0-beta"
1010
}
1111
}

0 commit comments

Comments
 (0)
0