Skip to content

Commit 564e740

Browse files
committed
chore: migrate resolutions to pnpm-workspace.yaml
1 parent 0bfa07e commit 564e740

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
"vue": "3.5.29",
5555
"zod": "4.3.6"
5656
},
57-
"resolutions": {
58-
"zero-vue": "link:."
59-
},
6057
"simple-git-hooks": {
6158
"pre-commit": "npx nano-staged"
6259
},

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ onlyBuiltDependencies:
1717
- '@rocicorp/zero-sqlite3'
1818
- oxc-resolver
1919
- simple-git-hooks
20+
21+
overrides:
22+
zero-vue: "link:."

0 commit comments

Comments
 (0)