2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-23 20:40:35 +03:00

Updated deps

This commit is contained in:
Alexander Shabunevich
2023-05-01 15:03:56 +03:00
parent f73c21b5fa
commit 3440f74e11
2 changed files with 1208 additions and 768 deletions
+1201 -761
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -39,20 +39,20 @@
"version": "npm run build && npm test" "version": "npm run build && npm test"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/dom": "^8.17.1", "@testing-library/dom": "^9.2.0",
"@testing-library/jest-dom": "^5.16.5", "@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^14.4.3", "@testing-library/user-event": "^14.4.3",
"@types/node": "^18.6.4", "@types/node": "^18.6.4",
"@vitejs/plugin-vue": "^3.2.0", "@vitejs/plugin-vue": "^4.2.1",
"@vitest/coverage-c8": "^0.25.0", "@vitest/coverage-c8": "^0.30.1",
"@vue/test-utils": "^2.2.1", "@vue/test-utils": "^2.2.1",
"happy-dom": "^8.1.0", "happy-dom": "^9.10.1",
"ts-standard": "^12.0.0", "ts-standard": "^12.0.0",
"typescript": "^4.6.4", "typescript": "^4.6.4",
"vite": "^3.1.0", "vite": "^4.3.3",
"vite-plugin-banner": "^0.7.0", "vite-plugin-banner": "^0.7.0",
"vite-plugin-dts": "^1.6.5", "vite-plugin-dts": "^2.3.0",
"vitest": "^0.25.0", "vitest": "^0.30.1",
"vue": "^3.2.41", "vue": "^3.2.41",
"vue-live": "^2.1.0" "vue-live": "^2.1.0"
} }