3 Commits

Author SHA1 Message Date
13a1e5d7b4 chore(deps): update dependency sass to v1.89.2 2025-07-22 21:01:11 +00:00
ngn
f45b101556 ups: update to 92e765c
All checks were successful
docker / docker (push) Successful in 1m46s
ups / ups (push) Successful in 42s
2025-07-11 22:04:51 +03:00
taibhse
464086b071 fix: make webmanifest recognisable by browsers 2025-07-11 22:04:34 +03:00
3 changed files with 4 additions and 12 deletions

12
pnpm-lock.yaml generated
View File

@@ -1096,10 +1096,6 @@ packages:
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
engines: {node: '>= 8'}
micromatch@4.0.5:
resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
engines: {node: '>=8.6'}
micromatch@4.0.8:
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
engines: {node: '>=8.6'}
@@ -2318,7 +2314,7 @@ snapshots:
'@nodelib/fs.walk': 1.2.8
glob-parent: 5.1.2
merge2: 1.4.1
micromatch: 4.0.5
micromatch: 4.0.8
fast-json-stable-stringify@2.1.0: {}
@@ -2640,16 +2636,10 @@ snapshots:
merge2@1.4.1: {}
micromatch@4.0.5:
dependencies:
braces: 3.0.3
picomatch: 2.3.1
micromatch@4.0.8:
dependencies:
braces: 3.0.3
picomatch: 2.3.1
optional: true
mime-db@1.52.0: {}

View File

@@ -15,6 +15,8 @@
"purpose": "any maskable"
}
],
"start_url": "/",
"display": "minimal-ui",
"theme_color": "#b80040",
"background_color": "#ffe5ef"
}

View File

@@ -1,5 +1,5 @@
{
"upstream": "https://github.com/zyachel/libremdb",
"provider": "github",
"commit": "dded1e59ca6df40ccb1b3f2c70de14144afbe922"
"commit": "92e765cd3cf7482932619cc057e6c4fa62e7204e"
}