Skip to content

Commit 4125b0d

Browse files
committed
Update npm overrides declaration to be compatible with pnpm
1 parent e67a666 commit 4125b0d

File tree

2 files changed

+80
-244
lines changed

2 files changed

+80
-244
lines changed

frontend/package.json

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

0 commit comments

Comments
 (0)