(feat): small error screen improvement
(feat): use correct type maps (fix): remove sudo from nix flake (wip): migrate ttp to mtp
This commit is contained in:
parent
fc6d8950d4
commit
4e69b8ef77
8 changed files with 463 additions and 187 deletions
|
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@types/node": "^25.6.0",
|
||||
"@types/node": "^26.1.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@typescript-eslint/parser": "^8.59.1",
|
||||
|
|
@ -45,10 +45,6 @@
|
|||
"vitest": "^4.0.8",
|
||||
"yaml": "^2.8.2"
|
||||
},
|
||||
"overrides": {
|
||||
"@tensamin/ui": "https://git.methanium.net/tensamin/ui/releases/download/latest/tensamin-ui.tgz",
|
||||
"mtp": "https://git.methanium.net/methanium/mtp/releases/download/0.1.0-dev-8dc8b54/mtp-0.1.0.tgz"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tensamin/ui": "*",
|
||||
"mtp": "*",
|
||||
|
|
|
|||
Loading…
Reference in a new issue