Skip to content

Commit

Permalink
Merge pull request #1282 from monstar-lab-oss/renovate/major-vitest-m…
Browse files Browse the repository at this point in the history
…onorepo

chore(deps): update dependency vitest to v1
  • Loading branch information
jinmayamashita authored Jun 28, 2024
2 parents d128cde + 8c47095 commit ba7c8df
Show file tree
Hide file tree
Showing 6 changed files with 519 additions and 209 deletions.
2 changes: 1 addition & 1 deletion code/react/module-api-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/react": "18.2.0",
"tsconfig": "workspace:*",
"typescript": "4.9.5",
"vitest": "0.28.4"
"vitest": "1.6.0"
}
}
2 changes: 1 addition & 1 deletion code/react/module-api-restful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/react": "18.2.0",
"tsconfig": "workspace:*",
"typescript": "4.9.5",
"vitest": "0.28.4"
"vitest": "1.6.0"
}
}
2 changes: 1 addition & 1 deletion code/react/testing-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"dependencies": {
"jsdom": "21.1.0",
"node-fetch": "3.3.0",
"vitest": "0.28.4"
"vitest": "1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/start-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"tsconfig": "workspace:*",
"tsup": "8.0.2",
"typescript": "4.9.4",
"vitest": "0.27.2"
"vitest": "1.6.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@testing-library/user-event": "14.5.2",
"jsdom": "21.1.0",
"node-fetch": "3.3.0",
"vitest": "0.28.4"
"vitest": "1.6.0"
}
}
Loading

0 comments on commit ba7c8df

Please sign in to comment.