Skip to content

Commit

Permalink
chore(deps): update testing to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent 6473949 commit 41ca423
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 94 deletions.
4 changes: 2 additions & 2 deletions apps/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@pinia/nuxt": "0.5.4",
"@playwright/test": "1.47.1",
"@unocss/nuxt": "0.62.4",
"@vitest/ui": "2.0.5",
"@vitest/ui": "2.1.1",
"@vue/test-utils": "2.4.6",
"css-preset": "workspace:*",
"nuxt": "3.13.2",
Expand All @@ -29,7 +29,7 @@
"typescript": "5.6.2",
"ui": "workspace:*",
"vite": "5.4.6",
"vitest": "2.0.5",
"vitest": "2.1.1",
"vue": "3.5.6",
"vue-toastification": "2.0.0-rc.5",
"webpack": "5.94.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tsx": "4.19.0",
"turbo": "2.1.1",
"typescript": "5.6.2",
"vitest": "2.0.5"
"vitest": "2.1.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
4 changes: 2 additions & 2 deletions packages/css-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
},
"devDependencies": {
"@iconify-json/system-uicons": "1.2.0",
"@vitest/ui": "2.0.5",
"@vitest/ui": "2.1.1",
"jsdom": "25.0.0",
"tsconfig": "workspace:*",
"typescript": "5.6.2",
"unbuild": "2.0.0",
"vite": "5.4.6",
"vitest": "2.0.5",
"vitest": "2.1.1",
"webpack": "5.94.0"
}
}
4 changes: 2 additions & 2 deletions packages/pinia-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"tsconfig": "workspace:*"
},
"devDependencies": {
"@vitest/ui": "2.0.5",
"@vitest/ui": "2.1.1",
"jsdom": "25.0.0",
"vitest": "2.0.5"
"vitest": "2.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@pinia/testing": "0.1.5",
"@testing-library/vue": "8.1.0",
"@vitejs/plugin-vue": "5.1.4",
"@vitest/ui": "2.0.5",
"@vitest/ui": "2.1.1",
"@vue/test-utils": "2.4.6",
"jsdom": "25.0.0",
"typescript": "5.6.2",
"vite": "5.4.6",
"vitest": "2.0.5",
"vitest": "2.1.1",
"vue-tsc": "2.1.6"
}
}
Loading

0 comments on commit 41ca423

Please sign in to comment.