chore: update dependencies and configurations across multiple packages
Publish to NPM / Check version changes and publish (push) Failing after 10m44s

This commit is contained in:
2026-06-18 02:02:58 +07:00
parent 6e70d4edd1
commit e73e8d2cdd
28 changed files with 2881 additions and 3604 deletions
+8 -4
View File
@@ -16,11 +16,12 @@
"url": "git+https://github.com/robonen/tools.git",
"directory": "vue/toolkit"
},
"packageManager": "pnpm@10.34.1",
"packageManager": "pnpm@11.7.0",
"engines": {
"node": ">=24.16.0"
},
"type": "module",
"sideEffects": false,
"files": [
"dist"
],
@@ -49,11 +50,14 @@
"@robonen/tsdown": "workspace:*",
"@vue/test-utils": "catalog:",
"eslint": "catalog:",
"tsdown": "catalog:"
"tsdown": "catalog:",
"vue": "catalog:"
},
"dependencies": {
"@robonen/platform": "workspace:*",
"@robonen/stdlib": "workspace:*",
"vue": "catalog:"
"@robonen/stdlib": "workspace:*"
},
"peerDependencies": {
"vue": "^3.5"
}
}