chore: update all deps

This commit is contained in:
2026-06-08 17:11:14 +07:00
parent 4458744dcf
commit 73e701a2c5
19 changed files with 4110 additions and 4800 deletions
+7 -7
View File
@@ -15,7 +15,7 @@
"url": "git+https://github.com/robonen/tools.git",
"directory": "vue/primitives"
},
"packageManager": "pnpm@10.30.3",
"packageManager": "pnpm@10.33.2",
"engines": {
"node": ">=24.13.1"
},
@@ -58,15 +58,15 @@
"@robonen/tsconfig": "workspace:*",
"@robonen/tsdown": "workspace:*",
"@vitest/browser": "catalog:",
"@vitest/browser-playwright": "^4.0.18",
"@vitest/browser-playwright": "^4.1.8",
"@vue/test-utils": "catalog:",
"axe-core": "^4.11.1",
"axe-core": "^4.12.0",
"eslint": "catalog:",
"playwright": "^1.48.0",
"playwright": "^1.60.0",
"tsdown": "catalog:",
"unplugin-vue": "^7.1.1",
"vitest-browser-vue": "^1.0.0",
"vue-tsc": "^3.2.5"
"unplugin-vue": "^7.2.0",
"vitest-browser-vue": "^2.1.0",
"vue-tsc": "^3.3.4"
},
"dependencies": {
"@floating-ui/vue": "^1.1.11",
+6 -6
View File
@@ -13,14 +13,14 @@
"dependencies": {
"@robonen/primitives": "workspace:*",
"vue": "catalog:",
"vue-router": "^4.5.0"
"vue-router": "^5.1.0"
},
"devDependencies": {
"@robonen/tsconfig": "workspace:*",
"@tailwindcss/vite": "^4.1.0",
"@vitejs/plugin-vue": "^6.0.6",
"tailwindcss": "^4.1.0",
"vite": "^7.1.9",
"vue-tsc": "^3.2.5"
"@tailwindcss/vite": "^4.3.0",
"@vitejs/plugin-vue": "^6.0.7",
"tailwindcss": "^4.3.0",
"vite": "^8.0.16",
"vue-tsc": "^3.3.4"
}
}