Skip to content

Commit

Permalink
chore(deps): update testing
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 9b44957 commit 990fe24
Show file tree
Hide file tree
Showing 6 changed files with 216 additions and 162 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.9.0",
"@playwright/test": "1.49.1",
"@unocss/nuxt": "0.64.1",
"@vitest/ui": "2.0.5",
"@vitest/ui": "2.1.8",
"@vue/test-utils": "2.4.6",
"css-preset": "workspace:*",
"nuxt": "3.14.1592",
Expand All @@ -29,7 +29,7 @@
"typescript": "5.6.3",
"ui": "workspace:*",
"vite": "5.4.11",
"vitest": "2.0.5",
"vitest": "2.1.8",
"vue": "3.5.13",
"vue-toastification": "2.0.0-rc.5",
"webpack": "5.97.1"
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.3",
"vitest": "2.0.5"
"vitest": "2.1.8"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
6 changes: 3 additions & 3 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.2",
"@vitest/ui": "2.0.5",
"jsdom": "25.0.0",
"@vitest/ui": "2.1.8",
"jsdom": "25.0.1",
"tsconfig": "workspace:*",
"typescript": "5.6.3",
"unbuild": "2.0.0",
"vite": "5.4.11",
"vitest": "2.0.5",
"vitest": "2.1.8",
"webpack": "5.97.1"
}
}
6 changes: 3 additions & 3 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",
"jsdom": "25.0.0",
"vitest": "2.0.5"
"@vitest/ui": "2.1.8",
"jsdom": "25.0.1",
"vitest": "2.1.8"
}
}
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"vue": "3.5.13"
},
"devDependencies": {
"@pinia/testing": "0.1.5",
"@pinia/testing": "0.1.7",
"@testing-library/vue": "8.1.0",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/ui": "2.0.5",
"@vitest/ui": "2.1.8",
"@vue/test-utils": "2.4.6",
"jsdom": "25.0.0",
"jsdom": "25.0.1",
"typescript": "5.6.3",
"vite": "5.4.11",
"vitest": "2.0.5",
"vitest": "2.1.8",
"vue-tsc": "2.1.10"
}
}
Loading

0 comments on commit 990fe24

Please sign in to comment.