chore: upgrade happy-dom and vitest
This commit is contained in:
parent
d83176b371
commit
2aeab22bd6
24
package.json
24
package.json
|
|
@ -22,32 +22,32 @@
|
|||
"insane": "^2.6.2",
|
||||
"marked": "^10.0.0",
|
||||
"pinia": "^2.1.7",
|
||||
"vue": "^3.3.7",
|
||||
"vue": "^3.3.8",
|
||||
"vue-router": "^4.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mutoe/eslint-config-preset-vue": "~3.5.3",
|
||||
"@pinia/testing": "^0.1.3",
|
||||
"@testing-library/cypress": "^10.0.1",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@testing-library/vue": "^7.0.0",
|
||||
"@testing-library/user-event": "^14.5.1",
|
||||
"@testing-library/vue": "^8.0.1",
|
||||
"@vitejs/plugin-vue": "^4.5.0",
|
||||
"@vitest/coverage-v8": "^0.34.3",
|
||||
"concurrently": "^8.2.1",
|
||||
"cypress": "^13.1.0",
|
||||
"eslint": "^8.48.0",
|
||||
"eslint-plugin-cypress": "^2.14.0",
|
||||
"happy-dom": "^11.0.2",
|
||||
"lint-staged": "^14.0.1",
|
||||
"@vitest/coverage-v8": "^1.0.0-beta.5",
|
||||
"concurrently": "^8.2.2",
|
||||
"cypress": "^13.6.0",
|
||||
"eslint": "^8.54.0",
|
||||
"eslint-plugin-cypress": "^2.15.1",
|
||||
"happy-dom": "^12.10.3",
|
||||
"lint-staged": "^15.1.0",
|
||||
"msw": "^2.0.9",
|
||||
"rollup-plugin-analyzer": "^4.0.0",
|
||||
"simple-git-hooks": "^2.9.0",
|
||||
"swagger-typescript-api": "^13.0.3",
|
||||
"typescript": "~5.2.2",
|
||||
"vite": "^5.0.2",
|
||||
"vitest": "^0.34.3",
|
||||
"vitest": "^1.0.0-beta.5",
|
||||
"vitest-dom": "^0.1.1",
|
||||
"vue-tsc": "^1.8.10"
|
||||
"vue-tsc": "^1.8.22"
|
||||
},
|
||||
"lint-staged": {
|
||||
"src/**/*.{ts,vue,js}": "eslint --fix",
|
||||
|
|
|
|||
2256
pnpm-lock.yaml
2256
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue