Skip to content

Commit

Permalink
test(deps): update dependency vitest to v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Djaler committed Sep 3, 2022
1 parent ddf7529 commit ffd319e
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 35 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"clean-publish": "4.0.0",
"es-check": "7.0.0",
"vite": "2.9.12",
"vitest": "0.20.2",
"vitest": "0.22.1",
"vue": "3.2.33",
"vue-router": "4.0.14",
"vue2": "npm:vue@2.6.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/tests-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "tests-base",
"private": true,
"peerDependencies": {
"vitest": "0.20.2"
"vitest": "0.22.1"
},
"devDependencies": {
"vitest": "0.20.2",
"vitest": "0.22.1",
"vue-use-route-query": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/tests-vue2.7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@vue/test-utils": "1.3.0",
"jsdom": "20.0.0",
"tests-base": "workspace:*",
"vitest": "0.20.2",
"vitest": "0.22.1",
"vue": "2.7.0",
"vue-router": "3.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@vue/test-utils": "1.3.0",
"jsdom": "20.0.0",
"tests-base": "workspace:*",
"vitest": "0.20.2",
"vitest": "0.22.1",
"vue": "2.6.14",
"vue-router": "3.5.4",
"vue-template-compiler": "2.6.14"
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@vue/test-utils": "2.0.0-rc.21",
"jsdom": "20.0.0",
"tests-base": "workspace:*",
"vitest": "0.20.2",
"vitest": "0.22.1",
"vue": "3.2.33",
"vue-router": "4.0.14"
}
Expand Down
52 changes: 23 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ffd319e

Please sign in to comment.