feat: implement new feature for enhanced user experience

This commit is contained in:
2026-02-25 16:50:10 +00:00
parent b41d12f257
commit 3886eb9f34
50 changed files with 377 additions and 329 deletions

View File

@@ -24,9 +24,9 @@
"@babel/cli": "^7.28.6",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@playwright/test": "^1.50.0",
"@tailwindcss/postcss": "^4.1.18",
"@tsconfig/svelte": "^5.0.7",
"@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4.2.1",
"@tsconfig/svelte": "^5.0.8",
"browser-sync": "^3.0.4",
"chokidar": "^5.0.0",
"connect-history-api-fallback": "^2.0.0",
@@ -39,20 +39,20 @@
"node-fetch": "^3.3.2",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.4.1",
"svelte": "^5.50.1",
"svelte-check": "^4.3.6",
"prettier-plugin-svelte": "^3.5.0",
"svelte": "^5.53.5",
"svelte-check": "^4.4.3",
"svelte-preprocess": "^6.0.3",
"svelte-preprocess-esbuild": "^3.0.1",
"tailwindcss": "^4.1.18",
"tailwindcss": "^4.2.1",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
"dependencies": {
"@sentry/cli": "^3.2.0",
"@sentry/svelte": "^10.38.0",
"@sentry/cli": "^3.2.2",
"@sentry/svelte": "^10.40.0",
"cryptcha": "ssh://git@gitbase.de:2222/cms/cryptcha.git",
"svelte-i18n": "^4.0.1"
},
"packageManager": "yarn@4.7.0"
}
}