Skip to content

Commit

Permalink
chore(deps): update vitest to v2.0.5 (#907)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe authored Aug 13, 2024
1 parent a52fee3 commit fd714cf
Show file tree
Hide file tree
Showing 8 changed files with 105 additions and 124 deletions.
2 changes: 1 addition & 1 deletion examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"listhen": "1.7.2",
"nuxt": "3.12.4",
"typescript": "5.5.4",
"vitest": "2.0.4",
"vitest": "2.0.5",
"vue-tsc": "2.0.29"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"happy-dom": "14.12.3",
"playwright-core": "1.46.0",
"typescript": "5.5.4",
"vitest": "2.0.4"
"vitest": "2.0.5"
}
}
2 changes: 1 addition & 1 deletion examples/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@nuxt/content": "2.13.2",
"@nuxt/test-utils": "latest",
"nuxt": "3.12.4",
"vitest": "2.0.4"
"vitest": "2.0.5"
}
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "8.3.3",
"nuxt": "3.12.4",
"vitest": "2.0.4",
"vitest": "2.0.5",
"vue": "3.4.37",
"vue-router": "4.4.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@nuxt/test-utils": "latest",
"changelogen": "0.5.5",
"nuxt": "3.12.4",
"vitest": "2.0.4"
"vitest": "2.0.5"
}
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/estree": "1.0.5",
"@types/jsdom": "21.1.7",
"@types/semver": "7.5.8",
"@vitest/ui": "2.0.4",
"@vitest/ui": "2.0.5",
"@vue/test-utils": "2.4.6",
"changelogen": "0.5.5",
"compatx": "0.1.8",
Expand All @@ -91,7 +91,7 @@
"unbuild": "latest",
"unimport": "3.10.0",
"vite": "5.4.0",
"vitest": "2.0.4",
"vitest": "2.0.5",
"vue-router": "4.4.3",
"vue-tsc": "2.0.29"
},
Expand Down Expand Up @@ -152,7 +152,8 @@
"@nuxt/test-utils": "workspace:*",
"rollup": "4.20.0",
"vite": "5.4.0",
"vitest": "2.0.4",
"vite-node": "2.0.5",
"vitest": "2.0.5",
"vue": "^3.4.37"
},
"engines": {
Expand Down
137 changes: 54 additions & 83 deletions pnpm-lock.yaml

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

Loading

0 comments on commit fd714cf

Please sign in to comment.