update dependencies

This commit is contained in:
Philipp Kühn
2018-09-03 23:12:18 +02:00
parent d891f3e944
commit 805fd02d92
2 changed files with 603 additions and 613 deletions

View File

@@ -29,36 +29,36 @@
"ie >= 9" "ie >= 9"
], ],
"devDependencies": { "devDependencies": {
"@babel/core": "^7.0.0-rc.2", "@babel/core": "^7.0.0",
"@babel/node": "^7.0.0-rc.2", "@babel/node": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-rc.2", "@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0-rc.2", "@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0-rc.2", "@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0-rc.2", "@babel/preset-env": "^7.0.0",
"@babel/preset-stage-2": "^7.0.0-rc.2", "@babel/preset-stage-2": "^7.0.0",
"@babel/runtime": "^7.0.0-rc.2", "@babel/runtime": "^7.0.0",
"autoprefixer": "^9.1.3", "autoprefixer": "^9.1.3",
"babel-eslint": "^8.2.5", "babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0-beta.6", "babel-loader": "^8.0.2",
"browser-sync": "^2.24.5", "browser-sync": "^2.24.7",
"copy-webpack-plugin": "^4.5.2", "copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0", "css-loader": "^1.0.0",
"eslint": "^5.4.0", "eslint": "^5.5.0",
"eslint-config-airbnb-base": "^13.0.0", "eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-html": "^4.0.5", "eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.13.0", "eslint-plugin-import": "^2.13.0",
"eslint-plugin-vue": "4.7.1", "eslint-plugin-vue": "4.7.1",
"file-loader": "^2.0.0", "file-loader": "^2.0.0",
"glob": "^7.1.2", "glob": "^7.1.3",
"html-webpack-plugin": "^3.2.0", "html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.18.0", "http-proxy-middleware": "^0.19.0",
"http-server": "^0.11.1", "http-server": "^0.11.1",
"imagemin-webpack-plugin": "^2.1.5", "imagemin-webpack-plugin": "^2.1.5",
"lerna": "^3.1.4", "lerna": "^3.2.1",
"mini-css-extract-plugin": "^0.4.2", "mini-css-extract-plugin": "^0.4.2",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"node-sass": "^4.9.1", "node-sass": "^4.9.1",
"optimize-css-assets-webpack-plugin": "^5.0.0", "optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^3.0.0", "ora": "^3.0.0",
"postcss": "^7.0.2", "postcss": "^7.0.2",
"postcss-loader": "^3.0.0", "postcss-loader": "^3.0.0",
@@ -71,16 +71,16 @@
"rollup-plugin-replace": "^2.0.0", "rollup-plugin-replace": "^2.0.0",
"rollup-plugin-vue": "^4.3.2", "rollup-plugin-vue": "^4.3.2",
"sass-loader": "^7.0.3", "sass-loader": "^7.0.3",
"style-loader": "^0.22.1", "style-loader": "^0.23.0",
"uglify-js": "^3.4.7", "uglify-js": "^3.4.9",
"vue": "^2.5.17", "vue": "^2.5.17",
"vue-loader": "^15.4.0", "vue-loader": "^15.4.1",
"vue-router": "^3.0.1", "vue-router": "^3.0.1",
"vue-style-loader": "^4.1.0", "vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.17", "vue-template-compiler": "^2.5.17",
"webpack": "^4.17.1", "webpack": "^4.17.2",
"webpack-dev-middleware": "^3.1.3", "webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2", "webpack-hot-middleware": "^2.23.1",
"webpack-manifest-plugin": "^2.0.3", "webpack-manifest-plugin": "^2.0.3",
"webpack-svgstore-plugin": "^4.0.3", "webpack-svgstore-plugin": "^4.0.3",
"zlib": "^1.0.5" "zlib": "^1.0.5"

1174
yarn.lock

File diff suppressed because it is too large Load Diff