Skip to content

Commit

Permalink
chore(examples,quasar): update deps
Browse files Browse the repository at this point in the history
Signed-off-by: braks <[email protected]>
  • Loading branch information
bcakmakoglu committed Oct 3, 2024
1 parent ed84e6c commit ec257f7
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 246 deletions.
14 changes: 7 additions & 7 deletions examples/quasar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"lint": "eslint --ext .js,.ts,.vue ./"
},
"dependencies": {
"@quasar/extras": "^1.16.7",
"@quasar/extras": "^1.16.12",
"@vue-flow/background": "workspace:*",
"@vue-flow/controls": "workspace:*",
"@vue-flow/core": "workspace:*",
"@vue-flow/minimap": "workspace:*",
"quasar": "^2.12.7",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
"quasar": "^2.17.0",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@quasar/app-vite": "^1.6.2",
"@quasar/app-vite": "^1.10.0",
"@tooling/eslint-config": "workspace:*",
"@types/node": "^18.18.4",
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.16"
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20"
}
}
Loading

0 comments on commit ec257f7

Please sign in to comment.