Skip to content

Commit 8b601ab

Browse files
committed
downgrade pretty-ms and pin it and mcaptcha via updates.config.js
1 parent d430969 commit 8b601ab

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"monaco-editor": "0.45.0",
3636
"monaco-editor-webpack-plugin": "7.1.0",
3737
"pdfobject": "2.2.12",
38-
"pretty-ms": "9.0.0",
38+
"pretty-ms": "8.0.0",
3939
"sortablejs": "1.15.2",
4040
"swagger-ui-dist": "5.11.2",
4141
"throttle-debounce": "5.0.0",

updates.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default {
2+
exclude: [
3+
'pretty-ms', // pretty-ms@9 requires BigInt literals which require esbuild target es2020 or newer
4+
'@mcaptcha/vanilla-glue', // broken when upgrading from alpha to rc
5+
],
6+
};

0 commit comments

Comments
 (0)