Skip to content

Commit 9109a4e

Browse files
authored
build(deps): bump @biomejs/biome to 2.0.0-beta.1 (#30)
- **build(deps): bump @biomejs/biome to 2.0.0-beta** - **build(deps): bump @biomejs/biome to 2.0.0-beta.1**
2 parents 3957a81 + 757b1f6 commit 9109a4e

File tree

3 files changed

+38
-39
lines changed

3 files changed

+38
-39
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.1 # Use the sha / tag you want to point at
2525
hooks:
2626
- id: biome-check
2727
```

package-lock.json

Lines changed: 36 additions & 37 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.1"
1010
}
1111
}

0 commit comments

Comments
 (0)