3 Commits

Author SHA1 Message Date
2fac805dac chore(deps): update dependency @types/node to v18.19.120 2025-07-19 02:04:01 +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
4 changed files with 9 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
"sharp": "^0.33.1"
},
"devDependencies": {
"@types/node": "18.19.117",
"@types/node": "18.19.120",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"eslint": "8.22.0",

10
pnpm-lock.yaml generated
View File

@@ -31,8 +31,8 @@ importers:
version: 0.33.1
devDependencies:
'@types/node':
specifier: 18.19.117
version: 18.19.117
specifier: 18.19.120
version: 18.19.120
'@types/react':
specifier: 18.0.17
version: 18.0.17
@@ -298,8 +298,8 @@ packages:
'@types/json5@0.0.29':
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
'@types/node@18.19.117':
resolution: {integrity: sha512-hcxGs9TfQGghOM8atpRT+bBMUX7V8WosdYt98bQ59wUToJck55eCOlemJ+0FpOZOQw5ff7LSi9+IO56KvYEFyQ==}
'@types/node@18.19.120':
resolution: {integrity: sha512-WtCGHFXnVI8WHLxDAt5TbnCM4eSE+nI0QN2NJtwzcgMhht2eNz6V9evJrk+lwC8bCY8OWV5Ym8Jz7ZEyGnKnMA==}
'@types/prop-types@15.7.5':
resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
@@ -1612,7 +1612,7 @@ snapshots:
'@types/json5@0.0.29': {}
'@types/node@18.19.117':
'@types/node@18.19.120':
dependencies:
undici-types: 5.26.5

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"
}