Skip to content

Commit

Permalink
fix(react,vue): vite compiles successfully (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Jun 13, 2024
1 parent 8e08ccb commit 47d2f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react-vite/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jsdom": "^22.1.0",
"terser": "^5.4.0",
"typescript": "^5.1.6",
"vite": "^5.0.0",
"vite": "~5.2.0",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion vue-vite/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jsdom": "^22.1.0",
"terser": "^5.4.0",
"typescript": "^5.1.6",
"vite": "^5.0.0",
"vite": "~5.2.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.0.24"
}
Expand Down

0 comments on commit 47d2f2a

Please sign in to comment.