Skip to content

Commit 368e7a8

Browse files
committed
MAINT: upgrade to @biomejs/biome 1.9.2
1 parent 2ed9db1 commit 368e7a8

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: v1.9.1 # Use the sha / tag you want to point at
24+
rev: v1.9.2 # 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": "1.9.1"
9+
"@biomejs/biome": "1.9.2"
1010
}
1111
}

0 commit comments

Comments
 (0)