Skip to content

Commit

Permalink
Fix vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Nov 25, 2023
1 parent c6c17d1 commit 8639cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/dummy_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"vite": "^4.3.0",
"vite-plugin-ruby": "^3.2.0",
"vite": ">=4.3.0",
"vite-plugin-ruby": ">=3.2.0",
"webpack-dev-server": "^3"
},
"scripts": {
Expand Down

0 comments on commit 8639cbe

Please sign in to comment.