2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

chore: bump deps

This commit is contained in:
Alexander Shabunevich
2025-02-01 19:01:52 +03:00
parent 2975377813
commit 07cf2efe48
4 changed files with 1415 additions and 963 deletions
+9 -9
View File
@@ -72,26 +72,26 @@
"version": "npm run build && npm test"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/svelte": "^5.1.0",
"@testing-library/svelte": "^5.2.6",
"@testing-library/user-event": "^14.5.2",
"@tsconfig/svelte": "^5.0.4",
"@types/alpinejs": "^3.13.10",
"@types/node": "^20.13.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/coverage-v8": "^2.0.2",
"@vitest/coverage-v8": "^3.0.4",
"@vue/test-utils": "^2.4.6",
"alpinejs": "^3.14.0",
"jsdom": "^25.0.1",
"svelte": "^4.2.17",
"jsdom": "^26.0.0",
"svelte": "^5.19.6",
"ts-standard": "^12.0.2",
"typescript": "5.6.3",
"vite": "^5.2.12",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.0.2",
"vite": "^6.0.11",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "^4.5.0",
"vitest": "^3.0.4",
"vue": "^3.4.27"
}
}