1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-12 17:20:15 +00:00

chore: upgrade dependencies (#752)

This commit is contained in:
Kyle Mendell
2025-07-14 23:36:36 -05:00
committed by GitHub
parent 86d3c08494
commit 4e49d3932a
2 changed files with 648 additions and 541 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -14,8 +14,8 @@
}, },
"dependencies": { "dependencies": {
"@simplewebauthn/browser": "^13.1.0", "@simplewebauthn/browser": "^13.1.0",
"@tailwindcss/vite": "^4.1.7", "@tailwindcss/vite": "^4.1.11",
"axios": "^1.8.2", "axios": "^1.10.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"jose": "^5.9.6", "jose": "^5.9.6",
"qrcode": "^1.5.4", "qrcode": "^1.5.4",
@@ -24,37 +24,37 @@
"zod": "^3.25.55" "zod": "^3.25.55"
}, },
"devDependencies": { "devDependencies": {
"@inlang/paraglide-js": "^2.0.13", "@inlang/paraglide-js": "^2.2.0",
"@inlang/plugin-m-function-matcher": "^2.0.10", "@inlang/plugin-m-function-matcher": "^2.1.0",
"@inlang/plugin-message-format": "^4.0.0", "@inlang/plugin-message-format": "^4.0.0",
"@internationalized/date": "^3.8.2", "@internationalized/date": "^3.8.2",
"@lucide/svelte": "^0.522.0", "@lucide/svelte": "^0.525.0",
"@playwright/test": "^1.50.0", "@playwright/test": "^1.54.1",
"@sveltejs/adapter-static": "^3.0.8", "@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.20.7", "@sveltejs/kit": "^2.23.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3", "@sveltejs/vite-plugin-svelte": "^6.0.0",
"@types/eslint": "^9.6.1", "@types/eslint": "^9.6.1",
"@types/node": "^22.10.10", "@types/node": "^22.10.10",
"@types/qrcode": "^1.5.5", "@types/qrcode": "^1.5.5",
"bits-ui": "^2.8.8", "bits-ui": "^2.8.11",
"eslint": "^9.19.0", "eslint": "^9.31.0",
"eslint-config-prettier": "^10.0.1", "eslint-config-prettier": "^10.1.5",
"eslint-plugin-svelte": "^2.46.1", "eslint-plugin-svelte": "^3.10.1",
"formsnap": "^2.0.1", "formsnap": "^2.0.1",
"globals": "^15.14.0", "globals": "^16.3.0",
"mode-watcher": "^1.0.7", "mode-watcher": "^1.1.0",
"prettier": "^3.4.2", "prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.3.3", "prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.11", "prettier-plugin-tailwindcss": "^0.6.14",
"svelte": "^5.31.1", "svelte": "^5.36.0",
"svelte-check": "^4.1.4", "svelte-check": "^4.2.2",
"svelte-sonner": "^1.0.1", "svelte-sonner": "^1.0.5",
"tailwind-variants": "^1.0.0", "tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.7", "tailwindcss": "^4.1.11",
"tslib": "^2.8.1", "tslib": "^2.8.1",
"tw-animate-css": "^1.3.0", "tw-animate-css": "^1.3.0",
"typescript": "^5.7.3", "typescript": "^5.8.3",
"typescript-eslint": "^8.21.0", "typescript-eslint": "^8.37.0",
"vite": "^6.3.4" "vite": "^7.0.4"
} }
} }