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 Feb 18, 2025
1 parent 673450f commit 4125cfa
Show file tree
Hide file tree
Showing 6 changed files with 529 additions and 198 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": "3.0.6",
"@vue/test-utils": "2.4.6",
"css-preset": "workspace:*",
"nuxt": "3.15.1",
Expand All @@ -29,7 +29,7 @@
"typescript": "5.7.3",
"ui": "workspace:*",
"vite": "5.4.11",
"vitest": "2.0.5",
"vitest": "3.0.6",
"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.7.3",
"vitest": "2.0.5"
"vitest": "3.0.6"
},
"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": "3.0.6",
"jsdom": "26.0.0",
"tsconfig": "workspace:*",
"typescript": "5.7.3",
"unbuild": "2.0.0",
"vite": "5.4.11",
"vitest": "2.0.5",
"vitest": "3.0.6",
"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": "3.0.6",
"jsdom": "26.0.0",
"vitest": "3.0.6"
}
}
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": "1.0.0",
"@testing-library/vue": "8.1.0",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/ui": "2.0.5",
"@vitest/ui": "3.0.6",
"@vue/test-utils": "2.4.6",
"jsdom": "25.0.0",
"jsdom": "26.0.0",
"typescript": "5.7.3",
"vite": "5.4.11",
"vitest": "2.0.5",
"vitest": "3.0.6",
"vue-tsc": "2.2.0"
}
}
Loading

0 comments on commit 4125cfa

Please sign in to comment.