upgrade node packages so build works again, compat w node 10

master
Ondřej Hruška 6 years ago
parent 86abce86aa
commit ef05565155
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 4
      package.json
  2. 1925
      yarn.lock

@ -8,10 +8,10 @@
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-minify": "^0.2.0",
"html-minifier": "^3.5.5",
"node-sass": "^4.5.3",
"standard": "^10.0.3",
"webpack": "^3.6.0",
"html-minifier": "^3.5.5"
"webpack": "^3.6.0"
},
"scripts": {
"webpack": "webpack --display-modules $@",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save