Update deps, fix column mode toggle. (#59)

This commit is contained in:
Tom MacWright
2017-11-26 10:24:58 -08:00
committed by GitHub
parent 2495b22a70
commit 5f9c9b89a1

View File

@ -32,7 +32,7 @@
"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": "^8.0.0",
"brfs": "^1.4.2", "brfs": "^1.4.2",
"browserify": "^14.3.0", "browserify": "^14.3.0",
"cssnano": "^3.4.0", "cssnano": "^3.4.0",
@ -46,8 +46,8 @@
"lodash.debounce": "^4.0.3", "lodash.debounce": "^4.0.3",
"minifyify": "^7.1.0", "minifyify": "^7.1.0",
"prop-types": "^15.5.9", "prop-types": "^15.5.9",
"react": "^15.0.2", "react": "^16.1.1",
"react-dom": "^15.0.2", "react-dom": "^16.1.1",
"remark": "^8.0.0", "remark": "^8.0.0",
"remark-html": "^6.0.0", "remark-html": "^6.0.0",
"remark-slug": "^4.1.0", "remark-slug": "^4.1.0",
@ -61,7 +61,7 @@
"budo": "^10.0.0", "budo": "^10.0.0",
"cz-conventional-changelog": "2.1.0", "cz-conventional-changelog": "2.1.0",
"expect": "^21.0.2", "expect": "^21.0.2",
"mocha": "^4.0.0", "mocha": "^4.0.1",
"to-vfile": "^2.0.0", "to-vfile": "^2.0.0",
"uglify-js": "^3.0.27" "uglify-js": "^3.0.27"
}, },