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 68e4082 commit 2b0f001Copy full SHA for 2b0f001
biome.jsonc
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
3
"assist": { "actions": { "source": { "organizeImports": "on" } } },
4
"linter": {
5
"enabled": true,
package.json
@@ -13,11 +13,11 @@
13
"@types/dom-mediacapture-transform": "0.1.11"
14
},
15
"devDependencies": {
16
- "@biomejs/biome": "2.2.2",
17
- "typescript": "5.9.2",
18
- "vite": "7.1.3",
+ "@biomejs/biome": "2.3.2",
+ "typescript": "5.9.3",
+ "vite": "7.1.12",
19
"vite-plugin-dts": "4.5.4",
20
- "vite-plugin-static-copy": "3.1.2"
+ "vite-plugin-static-copy": "3.1.4"
21
22
"engines": {
23
"node": ">=18",
0 commit comments