Skip to content

Commit 87a11ca

Browse files
committed
chore: up deps
1 parent e0e0cdd commit 87a11ca

3 files changed

Lines changed: 396 additions & 404 deletions

File tree

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"dbaeumer.vscode-eslint",
66
"esbenp.prettier-vscode",
77
"editorconfig.editorconfig",
8-
"lokalise.i18n-ally",
98
"lukas-tr.materialdesignicons-intellisense"
109
]
1110
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"type": "module",
4-
"packageManager": "pnpm@10.12.4",
4+
"packageManager": "pnpm@10.13.1",
55
"scripts": {
66
"dev": "vite --open --host",
77
"build": "vite build",
@@ -25,15 +25,15 @@
2525
"@mdi/js": "^7.4.47",
2626
"@nuxt/eslint-config": "^1.5.2",
2727
"@pinia/testing": "^1.0.2",
28-
"@playwright/test": "^1.53.2",
28+
"@playwright/test": "^1.54.1",
2929
"@testing-library/vue": "^8.1.0",
3030
"@tsconfig/node22": "^22.0.2",
3131
"@types/jsdom": "^21.1.7",
32-
"@types/node": "^22.16.2",
32+
"@types/node": "^22.16.4",
3333
"@vitejs/plugin-vue": "^6.0.0",
3434
"@vue/test-utils": "^2.4.6",
3535
"@vue/tsconfig": "^0.7.0",
36-
"eslint": "^9.30.1",
36+
"eslint": "^9.31.0",
3737
"eslint-plugin-playwright": "^2.2.0",
3838
"jsdom": "^26.1.0",
3939
"prettier": "^3.6.2",
@@ -42,7 +42,7 @@
4242
"unplugin-auto-import": "^19.3.0",
4343
"unplugin-vue-components": "^28.8.0",
4444
"unplugin-vue-router": "^0.14.0",
45-
"vite": "^7.0.3",
45+
"vite": "^7.0.4",
4646
"vite-plugin-vue-meta-layouts": "^0.5.1",
4747
"vite-plugin-vuetify": "^2.1.1",
4848
"vitest": "^3.2.4",

0 commit comments

Comments
 (0)