ci: Upgrade vite, and vitest (no-changelog) (#10886)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-09-20 14:44:12 +02:00
committed by GitHub
parent 26a653a79a
commit ecb9ff9916
11 changed files with 444 additions and 484 deletions

View File

@@ -20,14 +20,14 @@
},
"devDependencies": {
"@n8n/storybook": "workspace:*",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/user-event": "^14.5.1",
"@testing-library/vue": "^8.0.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@types/markdown-it": "^13.0.9",
"@types/markdown-it-emoji": "^2.0.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/sanitize-html": "^2.11.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "catalog:frontend",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
@@ -53,7 +53,7 @@
"sanitize-html": "2.12.1",
"vue": "catalog:frontend",
"vue-boring-avatars": "^1.3.0",
"vue-router": "^4.2.2",
"vue-router": "catalog:frontend",
"xss": "^1.0.14"
}
}