1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

chore(repo): add pnpm catalogs

This commit is contained in:
2024-09-30 06:48:30 +07:00
parent 174e1b02d8
commit f32deb3cc6
8 changed files with 1335 additions and 1222 deletions

View File

@@ -11,7 +11,7 @@
"url": "git+https://github.com/robonen/tools.git",
"directory": "./packages/vue"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=20.13.1"
},
@@ -35,12 +35,12 @@
},
"devDependencies": {
"@robonen/tsconfig": "workspace:*",
"@vue/test-utils": "^2.4.6",
"jsdom": "^24.1.0",
"vitest": "^1.6.0"
"@vue/test-utils": "catalog:",
"jsdom": "catalog:",
"vitest": "catalog:"
},
"dependencies": {
"@robonen/stdlib": "workspace:*",
"vue": "^3.4.30"
"vue": "catalog:"
}
}