Skip to content

Commit

Permalink
fix: upgrade vue-test-utils types
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 18, 2023
1 parent 7a52710 commit b8faf58
Show file tree
Hide file tree
Showing 4 changed files with 1,032 additions and 837 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "vue-router-mock",
"packageManager": "pnpm@8.6.6",
"version": "0.2.0",
"description": "Easily test your components by mocking the router",
"main": "dist/index.cjs",
Expand All @@ -17,14 +18,13 @@
},
"scripts": {
"build": "unbuild",
"build:dts": "tail -n +2 src/globalExtensions.ts >> dist/index.d.ts",
"release": "publie",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
"lint": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
"lint:fix": "npm run lint --write",
"lint:fix": "pnpm run lint --write",
"test:types": "tsc --build tsconfig.json",
"test:unit": "vitest",
"test": "npm run test:types && npm run test:unit run --coverage && npm run build && npm run build:dts"
"test": "pnpm run test:types && pnpm run test:unit run --coverage && pnpm run build"
},
"files": [
"dist/*.cjs",
Expand All @@ -47,22 +47,23 @@
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/sinon": "^10.0.15",
"@vue/test-utils": "^2.3.2",
"chalk": "^5.2.0",
"@vitest/coverage-v8": "^0.33.0",
"@vue/test-utils": "^2.4.0",
"chalk": "^5.3.0",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.3.6",
"execa": "^7.1.1",
"happy-dom": "^10.0.7",
"lint-staged": "^13.2.2",
"happy-dom": "^10.5.1",
"lint-staged": "^13.2.3",
"minimist": "^1.2.8",
"prettier": "^2.8.8",
"publie": "^0.0.2",
"semver": "^7.5.1",
"typescript": "^5.1.3",
"semver": "^7.5.4",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.31.4",
"vitest": "^0.33.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vue-router": "^4.2.4",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down

0 comments on commit b8faf58

Please sign in to comment.