Skip to content

Commit

Permalink
Update client deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Aug 29, 2024
1 parent a3cdb33 commit b14df39
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"preview": "vite preview"
},
"dependencies": {
"@quasar/extras": "^1.16.9",
"axios": "^1.6.7",
"compare-versions": "^6.1.0",
"quasar": "^2.14.4",
"vue": "^3.4.19",
"vue-router": "^4.2.5",
"@quasar/extras": "^1.16.12",
"axios": "^1.7.5",
"compare-versions": "^6.1.1",
"quasar": "^2.16.9",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.6.0",
"@vitejs/plugin-vue": "^5.0.4",
"sass": "1.71.0",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vue-tsc": "^1.8.27"
"@quasar/vite-plugin": "^1.7.0",
"@vitejs/plugin-vue": "^5.1.2",
"sass": "1.77.8",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vue-tsc": "^2.1.2"
}
}

0 comments on commit b14df39

Please sign in to comment.