Skip to content

Commit 27d20ad

Browse files
authored
Merge pull request #650 from damongolding/task/release
0.23.0
2 parents f36d811 + 21715c7 commit 27d20ad

39 files changed

Lines changed: 301 additions & 189 deletions

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
33
"formatter": {
44
"enabled": true,
55
"indentStyle": "space",

config.schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,16 @@
156156
"disable_navigation": {
157157
"type": "boolean"
158158
},
159+
"up_arrow_action": {
160+
"type": "string",
161+
"enum": ["mute", "redirects", "pause", "more-info", "fullscreen"],
162+
"description": "Action to perform when the up arrow is triggered"
163+
},
164+
"down_arrow_action": {
165+
"type": "string",
166+
"enum": ["mute", "redirects", "pause", "more-info", "fullscreen"],
167+
"description": "Action to perform when the down arrow is triggered"
168+
},
159169
"disable_ui": {
160170
"type": "boolean"
161171
},

frontend/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "//",
3-
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
3+
"$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
44
"vcs": {
55
"enabled": true,
66
"clientKind": "git",

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"node": "22.17.0"
2020
},
2121
"devDependencies": {
22-
"@biomejs/biome": "2.3.11",
22+
"@biomejs/biome": "2.3.13",
2323
"autoprefixer": "^10.4.23",
2424
"choices.js": "^11.1.0",
2525
"date-fns": "^4.1.0",
@@ -38,5 +38,5 @@
3838
"not op_mini all",
3939
"not IE 11"
4040
],
41-
"packageManager": "pnpm@10.27.0"
41+
"packageManager": "pnpm@10.28.2"
4242
}

frontend/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)