Skip to content

Commit

Permalink
Pin js-bson below 4.2.1 which cannot be minified
Browse files Browse the repository at this point in the history
4.2.1 breaks minification, see
mongodb/js-bson#418
  • Loading branch information
stefanor committed Dec 10, 2020
1 parent a56b36a commit ffc6abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vue/cli-service": "4.x",
"babel-eslint": "10.x",
"bootstrap-vue": "2.x",
"bson": "4.x",
"bson": "4.2.0",
"eslint": "6.x",
"eslint-plugin-vue": "6.x",
"lodash": "4.x",
Expand Down

0 comments on commit ffc6abc

Please sign in to comment.