chore: update dependencies and package manager versions across projects
Publish to NPM / Check version changes and publish (push) Failing after 10m54s

This commit is contained in:
2026-07-31 04:21:32 +07:00
parent 53e831894a
commit c6b6b93e81
20 changed files with 3375 additions and 3108 deletions
+5 -5
View File
@@ -15,7 +15,7 @@
"url": "git+https://github.com/robonen/tools.git",
"directory": "vue/primitives"
},
"packageManager": "pnpm@11.7.0",
"packageManager": "pnpm@11.18.0",
"engines": {
"node": ">=24.16.0"
},
@@ -59,19 +59,19 @@
"@robonen/tsconfig": "workspace:*",
"@robonen/tsdown": "workspace:*",
"@vitest/browser": "catalog:",
"@vitest/browser-playwright": "^4.1.9",
"@vitest/browser-playwright": "^4.1.10",
"@vue/test-utils": "catalog:",
"axe-core": "^4.12.1",
"eslint": "catalog:",
"playwright": "^1.61.0",
"playwright": "^1.62.0",
"tsdown": "catalog:",
"unplugin-vue": "^7.2.0",
"vitest-browser-vue": "^2.1.0",
"vue": "catalog:",
"vue-tsc": "^3.3.5"
"vue-tsc": "^3.3.8"
},
"dependencies": {
"@floating-ui/vue": "^2.0.0",
"@floating-ui/vue": "^2.0.1",
"@robonen/encoding": "workspace:*",
"@robonen/platform": "workspace:*",
"@robonen/stdlib": "workspace:*",
+6 -6
View File
@@ -13,14 +13,14 @@
"dependencies": {
"@robonen/primitives": "workspace:*",
"vue": "catalog:",
"vue-router": "^5.1.0"
"vue-router": "^5.2.0"
},
"devDependencies": {
"@robonen/tsconfig": "workspace:*",
"@tailwindcss/vite": "^4.3.1",
"@vitejs/plugin-vue": "^6.0.7",
"tailwindcss": "^4.3.1",
"vite": "^8.0.16",
"vue-tsc": "^3.3.5"
"@tailwindcss/vite": "^4.3.3",
"@vitejs/plugin-vue": "^6.0.8",
"tailwindcss": "^4.3.3",
"vite": "^8.1.5",
"vue-tsc": "^3.3.8"
}
}