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-11-01 19:48:16 +01:00
parent a90010b5c4
commit de6f042826
10 changed files with 3016 additions and 3630 deletions
+5 -5
View File
@@ -16,11 +16,11 @@
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^4.4.0",
"cypress": "^12.17.4",
"eslint-plugin-cypress": "^2.15.1",
"typescript": "^4.9.5",
"vite": "^4.4.11",
"@vitejs/plugin-vue": "^5.1.4",
"cypress": "^13.15.0",
"eslint-plugin-cypress": "^3.5.0",
"typescript": "^5.3.3",
"vite": "^5.4.8",
"vue": "^3.3.4"
}
}