Skip to content

Commit 877f643

Browse files
committedAug 19, 2023
fix: stackblitz not working on firefox
closes #2817
1 parent 9ae9487 commit 877f643

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed
 

‎package.json

+5
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,10 @@
188188
"*": [
189189
"prettier --write --ignore-unknown"
190190
]
191+
},
192+
"pnpm": {
193+
"overrides": {
194+
"ora>string-width": "^5"
195+
}
191196
}
192197
}

‎pnpm-lock.yaml

+4-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.