chore: update deps (#1633)

* chore(tests): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(workflows): update actions to latest

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore: update pnpm-lock.yaml

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(examples,vite): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(examples,nuxt): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(examples,quasar): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(examples,docs): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2024-10-04 09:29:10 +02:00
parent a90010b5c4
commit de6f042826
10 changed files with 3016 additions and 3630 deletions

View File

@@ -14,6 +14,6 @@
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"nuxt": "^3.10.2"
"nuxt": "^3.13.2"
}
}

View File

@@ -1,5 +1,7 @@
<template>
<div style="height: 100%">
<Flow />
<ClientOnly>
<Flow />
</ClientOnly>
</div>
</template>

View File

@@ -7,20 +7,21 @@
"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",
"vite": "^5.4.8"
}
}

View File

@@ -7,7 +7,7 @@
"lint": "eslint --ext .js,.ts,.vue ./ && vue-tsc --noEmit"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.2",
"@dagrejs/dagre": "^1.1.4",
"@vue-flow/background": "workspace:*",
"@vue-flow/controls": "workspace:*",
"@vue-flow/core": "workspace:*",
@@ -15,17 +15,17 @@
"@vue-flow/node-resizer": "workspace:*",
"@vue-flow/node-toolbar": "workspace:*",
"html-to-image": "^1.11.11",
"pinia": "^2.1.7"
"pinia": "^2.2.4"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^4.4.0",
"unplugin-auto-import": "^0.16.6",
"vite": "^4.4.11",
"vite-svg-loader": "^4.0.0",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.16"
"@vitejs/plugin-vue": "^5.1.4",
"unplugin-auto-import": "^0.18.3",
"vite": "^5.4.8",
"vite-svg-loader": "^5.1.0",
"vue": "^3.5.11",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6"
}
}