Merge pull request #382 from ueokande/greenkeeper/initial

Update dependencies to enable Greenkeeper 🌴
jh-changes
Shin'ya Ueoka 7 years ago committed by GitHub
commit d48793778f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 6
      package.json

@ -1,5 +1,7 @@
# Vim Vixen
[![Greenkeeper badge](https://badges.greenkeeper.io/ueokande/vim-vixen.svg)](https://greenkeeper.io/)
[![Join the chat room on Gitter for vim-vixen/vim-vixen](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vim-vixen/vim-vixen)
[![CircleCI](https://circleci.com/gh/ueokande/vim-vixen.svg?style=svg)](https://circleci.com/gh/ueokande/vim-vixen)
[![devDependencies Status](https://david-dm.org/ueokande/vim-vixen/dev-status.svg)](https://david-dm.org/ueokande/vim-vixen?type=dev)

@ -38,12 +38,12 @@
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.13",
"karma-webpack": "^3.0.0",
"mocha": "^5.0.0",
"node-sass": "^4.5.3",
"preact": "^8.2.6",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"web-ext": "github:ueokande/web-ext#patched-2.4.0",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11"