Skip to content

Commit e90fd15

Browse files
committed
chore: migrate resolutions to pnpm-workspace.yaml
1 parent 45e0439 commit e90fd15

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
@@ -60,9 +60,6 @@
6060
"unzipit": "^1.4.3",
6161
"vitest": "latest"
6262
},
63-
"resolutions": {
64-
"stackblitz-zip": "link:."
65-
},
6663
"simple-git-hooks": {
6764
"pre-commit": "npx lint-staged"
6865
},

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
packages:
22
- app
33
- playground
4+
5+
overrides:
6+
stackblitz-zip: "link:."

0 commit comments

Comments
 (0)