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
+4 -4
View File
@@ -19,7 +19,7 @@
"url": "git+https://github.com/robonen/tools.git",
"directory": "vue/writekit"
},
"packageManager": "pnpm@11.7.0",
"packageManager": "pnpm@11.18.0",
"engines": {
"node": ">=24.16.0"
},
@@ -63,16 +63,16 @@
"@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:",
"eslint": "catalog:",
"jsdom": "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": {
"@robonen/crdt": "workspace:*",
+3 -3
View File
@@ -16,8 +16,8 @@
},
"devDependencies": {
"@robonen/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^6.0.7",
"vite": "^8.0.16",
"vue-tsc": "^3.3.5"
"@vitejs/plugin-vue": "^6.0.8",
"vite": "^8.1.5",
"vue-tsc": "^3.3.8"
}
}