Update dependencies with minor version change

This commit is contained in:
Tom Raithel
2017-11-22 13:48:23 +01:00
parent 178f6e92fc
commit eb905198f6
2 changed files with 598 additions and 458 deletions

View File

@@ -4,16 +4,12 @@
"description": "",
"main": "index.js",
"scripts": {
"build":
"yarn clean && yarn build:pages && yarn build:jsprod && yarn build:css && yarn build:assets",
"build": "yarn clean && yarn build:pages && yarn build:jsprod && yarn build:css && yarn build:assets",
"build:all": "yarn build",
"build:pages": "cross-env RENDER_MODE=server babel-node ./tasks/build.js",
"build:js":
"cross-env RENDER_MODE=client webpack --config webpack.config.js",
"build:jsprod":
"cross-env RENDER_MODE=client webpack -p --config webpack.config.js",
"build:css":
"postcss -c postcss.config.json -o dist/techradar/assets/css/styles.css styles/main.css",
"build:js": "cross-env RENDER_MODE=client webpack --config webpack.config.js",
"build:jsprod": "cross-env RENDER_MODE=client webpack -p --config webpack.config.js",
"build:css": "postcss -c postcss.config.json -o dist/techradar/assets/css/styles.css styles/main.css",
"build:assets": "babel-node ./tasks/assets.js",
"watch": "babel-node ./tasks/watch.js",
"clean": "babel-node ./tasks/clean.js",
@@ -22,33 +18,33 @@
"author": "AOE GmbH <contact-de@aoe.com> (http://www.aoe.com)",
"license": "MIT",
"dependencies": {
"async": "2.1.4",
"async": "2.6.0",
"autoprefixer": "6.7.1",
"babel-cli": "6.22.2",
"babel-cli": "6.26.0",
"babel-loader": "6.2.10",
"babel-polyfill": "6.23.0",
"babel-preset-latest": "6.22.0",
"babel-preset-react": "6.23.0",
"babel-preset-stage-0": "6.22.0",
"babel-polyfill": "6.26.0",
"babel-preset-latest": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"classnames": "2.2.5",
"cross-env": "^4.0.0",
"css-mqpacker": "^5.0.1",
"front-matter": "2.1.2",
"front-matter": "2.3.0",
"fs-extra": "2.0.0",
"highlight.js": "9.10.0",
"history": "4.5.1",
"highlight.js": "9.12.0",
"history": "4.7.2",
"live-server": "1.2.0",
"marked": "0.3.6",
"moment": "2.17.1",
"moment": "2.19.2",
"postcss-cli": "2.6.0",
"postcss-css-variables": "0.6.0",
"postcss-css-variables": "0.8.0",
"postcss-custom-media": "^5.0.1",
"postcss-easy-import": "2.0.0",
"postcss-nested": "1.0.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-redux": "5.0.2",
"redux": "3.6.0",
"react-redux": "5.0.6",
"redux": "3.7.2",
"walk": "2.3.9",
"webpack": "2.2.0"
},