Skip to content

Commit

Permalink
Merge pull request #119 from sgotti/update_vitest_vuetestutils
Browse files Browse the repository at this point in the history
npm: update vitest and vue test-utils
  • Loading branch information
sgotti authored Feb 27, 2024
2 parents 6991b84 + b82c537 commit 0e4bc7c
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 0e4bc7c

Please sign in to comment.