Skip to content

Commit 8a52f25

Browse files
committed
chore: add override for axios version
1 parent 2ee70b5 commit 8a52f25

File tree

2 files changed

+234
-236
lines changed

2 files changed

+234
-236
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,10 @@
156156
"commitizen": {
157157
"path": "./node_modules/cz-conventional-changelog"
158158
}
159+
},
160+
"pnpm": {
161+
"overrides": {
162+
"axios": "^1.0.0"
163+
}
159164
}
160165
}

0 commit comments

Comments
 (0)