Skip to content

Commit

Permalink
chore(deps): update vitest to v2.1.3 (#980)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 054f82f commit d62be54
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 78 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.9.0",
"nuxt": "3.13.2",
"typescript": "5.6.3",
"vitest": "2.1.2",
"vitest": "2.1.3",
"vue-tsc": "2.1.6"
},
"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": "15.7.4",
"playwright-core": "1.48.0",
"typescript": "5.6.3",
"vitest": "2.1.2"
"vitest": "2.1.3"
}
}
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.13.2",
"vitest": "2.1.2"
"vitest": "2.1.3"
}
}
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.5.5",
"nuxt": "3.13.2",
"vitest": "2.1.2",
"vitest": "2.1.3",
"vue": "3.5.12",
"vue-router": "4.4.5"
}
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.7",
"nuxt": "3.13.2",
"vitest": "2.1.2"
"vitest": "2.1.3"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/estree": "1.0.6",
"@types/jsdom": "21.1.7",
"@types/semver": "7.5.8",
"@vitest/ui": "2.1.2",
"@vitest/ui": "2.1.3",
"@vue/test-utils": "2.4.6",
"changelogen": "0.5.7",
"compatx": "0.1.8",
Expand All @@ -91,7 +91,7 @@
"unbuild": "latest",
"unimport": "3.13.1",
"vite": "5.4.8",
"vitest": "2.1.2",
"vitest": "2.1.3",
"vue-router": "4.4.5",
"vue-tsc": "2.1.6"
},
Expand Down Expand Up @@ -152,8 +152,8 @@
"@nuxt/test-utils": "workspace:*",
"rollup": "4.24.0",
"vite": "5.4.8",
"vite-node": "2.1.2",
"vitest": "2.1.2",
"vite-node": "2.1.3",
"vitest": "2.1.3",
"vue": "^3.5.12"
},
"engines": {
Expand Down
138 changes: 69 additions & 69 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 d62be54

Please sign in to comment.