Skip to content

Commit

Permalink
update all js deps
Browse files Browse the repository at this point in the history
This addresses this error travis-ci builds have been hitting:

Error: Cannot find module '@babel/compat-data/corejs3-shipped-proposals'
https://travis-ci.org/github/scottlamb/moonfire-nvr/jobs/684922930
nodejs/node#32852 (comment)
  • Loading branch information
scottlamb committed May 9, 2020
1 parent 150556e commit ae5b840
Show file tree
Hide file tree
Showing 2 changed files with 1,006 additions and 949 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.1.0",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"eslint-config-google": "^0.14.0",
"file-loader": "^5.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"prettier": "1.19.1",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"prettier": "2.0.5",
"style-loader": "^1.1.3",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
Expand Down
Loading

0 comments on commit ae5b840

Please sign in to comment.