Merge branch 'dev' of ssh://git.methanium.net/Tensamin/Client into dev

This commit is contained in:
Alex 2026-08-07 23:09:03 +02:00
commit c182f2e9ac
Signed by: alex
SSH key fingerprint: SHA256:D1+Ub8o0v4K5y1JNivW8IxEOelqLSvPmUzBbDIoZkRQ
27 changed files with 1950 additions and 793 deletions

View file

@ -1,8 +1,7 @@
{
"name": "tensamin",
"version": "0.0.12",
"version": "0.0.11",
"private": true,
"packageManager": "pnpm@11.8.0",
"workspaces": [
"packages/*",
"apps/*"
@ -30,19 +29,19 @@
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^26.1.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/parser": "^8.59.1",
"eslint": "^10.2.1",
"@types/node": "^26.1.2",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@typescript-eslint/parser": "^8.66.0",
"eslint": "^10.8.0",
"eslint-plugin-react-hooks": "^7.1.1",
"fallow": "^2.86.0",
"globals": "^17.5.0",
"fallow": "^3.14.0",
"globals": "^17.9.0",
"jsonc-parser": "^3.3.1",
"prettier": "^3.8.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.1",
"vitest": "^4.0.8",
"prettier": "^3.9.6",
"typescript": "^7.0.2",
"typescript-eslint": "^8.66.0",
"vitest": "^4.1.10",
"yaml": "^2.8.2"
},
"dependencies": {