Skip to content

Commit

Permalink
fix(create-analog): update vite dependecy to 5.0.x (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianomurr committed Feb 9, 2024
1 parent 00baaf4 commit a7cdb6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-analog/template-angular-v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"nx": "~17.2.0",
"jsdom": "^22.1.0",
"typescript": "~5.3.0",
"vite": "^5.0.0",
"vite": "~5.0.0",
"vitest": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-analog/template-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"nx": "~17.2.0",
"jsdom": "^22.1.0",
"typescript": "~5.3.0",
"vite": "^5.0.0",
"vite": "~5.0.0",
"vitest": "^1.0.0"
}
}

0 comments on commit a7cdb6b

Please sign in to comment.