Skip to content

Commit 27bb867

Browse files
committed
build: fix catalogs
1 parent 40db50f commit 27bb867

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

bun.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"": {
55
"name": "root",
66
"devDependencies": {
7-
"@biomejs/biome": "catalog:",
8-
"@types/bun": "catalog:",
7+
"@biomejs/biome": "^2.2.5",
98
},
109
},
1110
"packages/bun-plugin-hbs": {
@@ -28,7 +27,6 @@
2827
},
2928
},
3029
"catalog": {
31-
"@biomejs/biome": "^2.2.5",
3230
"@types/bun": "^1.2.23",
3331
"handlebars": "^4.7.8",
3432
},

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@
1818
"author": "Michał Korczak (https://omikor.in)",
1919
"license": "ISC",
2020
"catalog": {
21-
"@biomejs/biome": "^2.2.5",
2221
"@types/bun": "^1.2.23",
2322
"handlebars": "^4.7.8"
2423
},
2524
"devDependencies": {
26-
"@biomejs/biome": "catalog:",
27-
"@types/bun": "catalog:"
25+
"@biomejs/biome": "^2.2.5"
2826
}
2927
}

0 commit comments

Comments
 (0)