Skip to content

Commit

Permalink
downgrade pretty-ms and pin it and mcaptcha via updates.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jan 29, 2024
1 parent d430969 commit 8b601ab
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"monaco-editor": "0.45.0",
"monaco-editor-webpack-plugin": "7.1.0",
"pdfobject": "2.2.12",
"pretty-ms": "9.0.0",
"pretty-ms": "8.0.0",
"sortablejs": "1.15.2",
"swagger-ui-dist": "5.11.2",
"throttle-debounce": "5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions updates.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
exclude: [
'pretty-ms', // pretty-ms@9 requires BigInt literals which require esbuild target es2020 or newer
'@mcaptcha/vanilla-glue', // broken when upgrading from alpha to rc
],
};

0 comments on commit 8b601ab

Please sign in to comment.