Skip to content

Commit

Permalink
fix: change package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Feb 22, 2024
1 parent ac61cb1 commit ed2f9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"qalendar": "^3.6.1",
"vue": "^3.2.25",
"vue-router": "^4.0.12",
"vite": "^2.7.2",
"vite": "3",
"@vitejs/plugin-vue": "^2.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"vite": "^2.7.2"
"vite": "3"
}
}

0 comments on commit ed2f9ad

Please sign in to comment.