Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent 38b5977 commit 2d3c2d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-plugin-dts": "3.9.0",
"vitest": "1.5.3"
"vitest": "1.6.0"
},
"peerDependencies": {
"react": ">=18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-plugin-solid": "2.10.2",
"vitest": "1.5.3"
"vitest": "1.6.0"
},
"peerDependencies": {
"solid-js": ">=1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion frameworks/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-plugin-dts": "3.9.0",
"vitest": "1.5.3",
"vitest": "1.6.0",
"vue": "3.4.27",
"vue-tsc": "2.0.16"
},
Expand Down

0 comments on commit 2d3c2d8

Please sign in to comment.