Skip to content

Commit

Permalink
Pin dependency to avoid docker build error
Browse files Browse the repository at this point in the history
Saving `npm i terser@3.14` fixed an error that prevented the docker build from completing.
For details, see: vuejs/vue-cli#3407 (comment)
  • Loading branch information
timbeccue committed Apr 20, 2021
1 parent fc94117 commit e810286
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 41 deletions.
139 changes: 98 additions & 41 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"ocs-component-lib": "^0.6.0",
"pdf-lib": "^1.12.0",
"popper.js": "^1.16.1",
"terser": "3.14",
"vis": "4.19.1",
"vue": "^2.6.11",
"vue-ctk-date-time-picker": "^2.0.9",
Expand Down

0 comments on commit e810286

Please sign in to comment.