Skip to content

Commit

Permalink
npm: update vitest and vue test-utils
Browse files Browse the repository at this point in the history
* update vitest and vue test-utils
* fix vue-tsc errors.
* try to prevent issue vitest-dev/vitest#3077
by using vitest config "pool" set to "forks" instead of default
"threads"
  • Loading branch information
sgotti committed Feb 27, 2024
1 parent 6991b84 commit 97a0ad5
Show file tree
Hide file tree
Showing 5 changed files with 853 additions and 219 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-v8": "^0.34.5",
"@vitest/coverage-v8": "^1.3.1",
"@volar-plugins/prettier": "^1.2.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.4.1",
"@vue/test-utils": "^2.4.4",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -62,7 +62,7 @@
"vite": "^4.1.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-rewrite-all": "^1.0.1",
"vitest": "^0.34.5",
"vitest": "^1.3.1",
"vue-router-mock": "^1.0.0",
"vue-tsc": "^1.2.0"
}
Expand Down
Loading

0 comments on commit 97a0ad5

Please sign in to comment.