chore(deps): fully update repo (except rust)
Some checks failed
/ build-web (push) Failing after 5m51s
/ build-desktop (linux) (push) Failing after 5m58s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled

This commit is contained in:
Alois 2026-08-07 23:10:28 +02:00
commit 45d39cb47c
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
21 changed files with 6619 additions and 5257 deletions

View file

@ -37,16 +37,15 @@
"eslint-plugin-react-hooks": "^7.1.1",
"fallow": "^3.14.0",
"globals": "^17.9.0",
"jsonc-parser": "^3.3.1",
"prettier": "^3.9.6",
"typescript": "^7.0.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.66.0",
"vitest": "^4.1.10",
"yaml": "^2.8.2"
"vitest": "^4.1.10"
},
"dependencies": {
"@methanium/ui": "https://git.methanium.net/methanium/ui/releases/download/0.0.2/methanium-ui.tgz",
"@methanium/ui": "*",
"mtp": "*",
"sonner": "^2.0.7"
"sonner": "^2.0.7",
"yaml": "^2.9.0"
}
}