We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40db50f commit 27bb867Copy full SHA for 27bb867
bun.lock
@@ -4,8 +4,7 @@
4
"": {
5
"name": "root",
6
"devDependencies": {
7
- "@biomejs/biome": "catalog:",
8
- "@types/bun": "catalog:",
+ "@biomejs/biome": "^2.2.5",
9
},
10
11
"packages/bun-plugin-hbs": {
@@ -28,7 +27,6 @@
28
27
29
30
"catalog": {
31
- "@biomejs/biome": "^2.2.5",
32
"@types/bun": "^1.2.23",
33
"handlebars": "^4.7.8",
34
package.json
@@ -18,12 +18,10 @@
18
"author": "Michał Korczak (https://omikor.in)",
19
"license": "ISC",
20
21
22
23
"handlebars": "^4.7.8"
24
25
26
- "@types/bun": "catalog:"
+ "@biomejs/biome": "^2.2.5"
}
0 commit comments