Skip to content

Commit 58eaaac

Browse files
fix audit
1 parent 2a1add1 commit 58eaaac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/minimal-shared/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/minimal-ui-kit/minimal-shared"
14+
"url": "https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared"
1515
},
1616
"license": "MIT",
1717
"sideEffects": false,
@@ -87,5 +87,10 @@
8787
},
8888
"peerDependencies": {
8989
"react": "^18"
90+
},
91+
"pnpm": {
92+
"overrides": {
93+
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
94+
}
9095
}
9196
}

0 commit comments

Comments
 (0)