Skip to content

Commit

Permalink
Update to Vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
BurkhalterY committed May 3, 2024
1 parent 4152345 commit 5d55b79
Show file tree
Hide file tree
Showing 4 changed files with 3,614 additions and 2,586 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,30 @@
"name": "etml-burkhalter-dev",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"serve": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.8.3",
"@heroicons/vue": "^2.0.18",
"@apollo/client": "^3.10.2",
"@heroicons/vue": "^2.1.3",
"@vue/apollo-composable": "4.0.0-beta.4",
"apollo3-cache-persist": "^0.14.1",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"pinia": "^2.1.7",
"vue": "^3.4.26",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.4",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"vite": "^4.5.3",
"vite-plugin-pwa": "^0.16.4"
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.16.7"
}
}
Loading

0 comments on commit 5d55b79

Please sign in to comment.