Update build dependencies

jh-changes
Shin'ya Ueoka 6 years ago
parent cdb5856854
commit bc4ca43a38
  1. 8217
      package-lock.json
  2. 16
      package.json

8217
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -22,15 +22,15 @@
},
"homepage": "https://github.com/ueokande/vim-vixen",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.1",
"babel-loader": "^7.1.4",
"babel-preset-preact": "^1.1.0",
"chai": "^4.1.1",
"css-loader": "^0.28.10",
"css-loader": "^0.28.11",
"eslint": "^4.7.0",
"eslint-plugin-react": "^7.4.0",
"html-webpack-plugin": "^3.0.6",
"html-webpack-plugin": "^3.2.0",
"karma": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-html2js-preprocessor": "^1.1.0",
@ -40,14 +40,14 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"mocha": "^5.0.0",
"node-sass": "^4.5.3",
"preact": "^8.2.6",
"node-sass": "^4.9.0",
"preact": "^8.2.9",
"sass-loader": "^7.0.1",
"sinon-chrome": "^2.3.1",
"style-loader": "^0.21.0",
"web-ext": "github:ueokande/web-ext#patched-2.4.0",
"webextensions-api-fake": "^0.5.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11"
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
}
}