Skip to content

Commit

Permalink
Update package.tmpl.json
Browse files Browse the repository at this point in the history
Updated package.json to use vite version ^4.0.0 to be compatible with wails >= 2.5.0
  • Loading branch information
sgosiaco committed Jun 26, 2023
1 parent 9d51011 commit 8f99bc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/package.tmpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
"autoprefixer": "^10.4.2",
"postcss": "^8.4.14"
},
"resolutions": {
"vite": "^4.0.0",
"@vitejs/plugin-vue": "^4.0.0"
},
"overrides": {
"vite": "^4.0.0",
"@vitejs/plugin-vue": "^4.0.0"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
Expand Down

0 comments on commit 8f99bc2

Please # to comment.