chore(package): update dependencies

https://greenkeeper.io/
This commit is contained in:
greenkeeper[bot]
2017-04-10 19:43:30 +00:00
committed by Tom MacWright
parent 28fafd04b7
commit df415174a8

View File

@ -26,19 +26,19 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"babel-cli": "^6.4.0", "babel-cli": "^6.4.0",
"babel-eslint": "^6.0.4", "babel-eslint": "^7.2.1",
"babel-polyfill": "^6.3.14", "babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13", "babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13", "babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13", "babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0", "babelify": "^7.2.0",
"brfs": "^1.4.2", "brfs": "^1.4.2",
"browserify": "^13.0.0", "browserify": "^14.3.0",
"cssnano": "^3.4.0", "cssnano": "^3.4.0",
"es6-promise": "^3.0.2", "es6-promise": "^4.1.0",
"eslint": "^3.1.1", "eslint": "^3.1.1",
"eslint-plugin-babel": "^3.0.0", "eslint-plugin-babel": "^4.1.1",
"eslint-plugin-react": "^5.1.1", "eslint-plugin-react": "^6.10.3",
"github-slugger": "^1.0.1", "github-slugger": "^1.0.1",
"highlight.js": "^9.2.0", "highlight.js": "^9.2.0",
"isomorphic-fetch": "^2.2.0", "isomorphic-fetch": "^2.2.0",
@ -57,10 +57,10 @@
}, },
"devDependencies": { "devDependencies": {
"babel-register": "^6.3.13", "babel-register": "^6.3.13",
"budo": "^8.2.2", "budo": "^9.4.7",
"cz-conventional-changelog": "1.2.0", "cz-conventional-changelog": "2.0.0",
"expect": "^1.13.4", "expect": "^1.13.4",
"mocha": "^2.3.4", "mocha": "^3.2.0",
"to-vfile": "^2.0.0", "to-vfile": "^2.0.0",
"uglifyjs": "^2.4.10" "uglifyjs": "^2.4.10"
}, },