Skip to content

Commit 11f662a

Browse files
committed
fix: pnpm style overrides
1 parent 02779d3 commit 11f662a

File tree

2 files changed

+175
-345
lines changed

2 files changed

+175
-345
lines changed

frontend/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@
6969
"tailwind-variants": "^0.3.0",
7070
"thrift": "^0.21.0"
7171
},
72-
"overrides": {
73-
"cross-spawn": "^7.0.6",
74-
"cookie": "^0.7.0",
75-
"glob": "^9.0.0"
72+
"pnpm": {
73+
"overrides": {
74+
"cross-spawn": "^7.0.6",
75+
"cookie": "^0.7.0",
76+
"glob": "^9.0.0"
77+
}
7678
}
7779
}

0 commit comments

Comments
 (0)