chore: up to date to latest standards

This commit is contained in:
2025-04-23 13:41:32 +02:00
parent e322b0dfdf
commit 82190b2696
58 changed files with 3669 additions and 428 deletions

View File

@ -17,26 +17,36 @@
"install:test": "playwright install --with-deps"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-shell": "^2"
"@dzeio/schema": "^0.4.3",
"@lucide/astro": "^0.503.0",
"@sentry/node": "^9.13.0",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-shell": "^2.2.1",
"commantor": "^0.5.1"
},
"devDependencies": {
"@astrojs/check": "^0",
"@astrojs/svelte": "^7",
"@astrojs/tailwind": "^6",
"@dzeio/logger": "^3",
"@dzeio/object-util": "^1",
"@dzeio/url-manager": "^1",
"@playwright/test": "^1",
"@tauri-apps/cli": "^2",
"@types/node": "^22",
"@vitest/coverage-v8": "^3",
"astro": "^5",
"lucide-astro": "^0",
"sharp": "^0",
"simple-icons-astro": "^14",
"tailwindcss": "^3",
"typescript": "^5",
"vitest": "^3"
"@astrojs/check": "^0.9.4",
"@astrojs/svelte": "^7.0.10",
"@astrojs/tailwind": "^6.0.2",
"@dzeio/logger": "^3.2.1",
"@dzeio/object-util": "^1.9.1",
"@dzeio/url-manager": "^1.1.2",
"@eslint/js": "^9.25.1",
"@playwright/test": "^1.52.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@tauri-apps/cli": "^2.5.0",
"@types/node": "^22.14.1",
"@vitest/coverage-v8": "^3.1.2",
"astro": "^5.7.4",
"eslint": "^9.25.1",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"globals": "^16.0.0",
"sharp": "^0.34.1",
"simple-icons-astro": "^14.12.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0",
"vitest": "^3.1.2"
}
}