Skip to content

Commit 27d165e

Browse files
chore: bump biome version
1 parent c754b9f commit 27d165e

File tree

2 files changed

+34
-40
lines changed

2 files changed

+34
-40
lines changed

package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,8 @@
3131
"vscode": "^1.86.0"
3232
},
3333
"icon": "media/favicon.png",
34-
"categories": [
35-
"Linters",
36-
"Programming Languages",
37-
"Other"
38-
],
39-
"activationEvents": [
40-
"onStartupFinished"
41-
],
34+
"categories": ["Linters", "Programming Languages", "Other"],
35+
"activationEvents": ["onStartupFinished"],
4236
"contributes": {
4337
"commands": [
4438
{
@@ -116,7 +110,7 @@
116110
"*.{ts, js}": "biome lint"
117111
},
118112
"devDependencies": {
119-
"@biomejs/biome": "1.5.3",
113+
"@biomejs/biome": "1.6.0",
120114
"@stylexjs/esbuild-plugin": "^0.5.1",
121115
"@stylexjs/stylex": "0.5.1",
122116
"@types/glob": "8.1.0",
@@ -143,4 +137,4 @@
143137
"unport": "0.5.0",
144138
"vscode-languageclient": "9.0.1"
145139
}
146-
}
140+
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)