chore: update dependencies (#6)

This commit is contained in:
Henrique Dias 2018-04-01 11:49:59 +01:00 committed by GitHub
parent 325e6e0904
commit 4c30b2c665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 36 deletions

View File

@ -11,64 +11,64 @@
"lint": "eslint --ext .js,.vue src" "lint": "eslint --ext .js,.vue src"
}, },
"dependencies": { "dependencies": {
"clipboard": "^1.7.1", "clipboard": "^2.0.0",
"codemirror": "^5.31.0", "codemirror": "^5.36.0",
"filesize": "^3.5.11", "filesize": "^3.6.1",
"js-base64": "^2.4.0", "js-base64": "^2.4.3",
"moment": "^2.19.2", "moment": "^2.22.0",
"normalize.css": "^7.0.0", "normalize.css": "^8.0.0",
"noty": "^3.2.0-beta", "noty": "^3.2.0-beta",
"vue": "^2.5.8", "vue": "^2.5.16",
"vue-i18n": "^7.3.4", "vue-i18n": "^7.6.0",
"vue-router": "^3.0.1", "vue-router": "^3.0.1",
"vuex": "^3.0.1" "vuex": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^7.1.6", "autoprefixer": "^8.2.0",
"babel-core": "^6.26.0", "babel-core": "^6.26.0",
"babel-eslint": "^8.0.2", "babel-eslint": "^8.2.2",
"babel-loader": "^7.1.2", "babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0", "babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1", "babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1", "babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0", "babel-register": "^6.26.0",
"chalk": "^2.3.0", "chalk": "^2.3.2",
"connect-history-api-fallback": "^1.5.0", "connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.2.1", "copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.7", "css-loader": "^0.28.11",
"eslint": "^4.15.0", "eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0-beta.0", "eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^3.0.0", "eslint-friendly-formatter": "^4.0.0",
"eslint-loader": "^1.9.0", "eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.0", "eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.8.0", "eslint-plugin-import": "^2.10.0",
"eslint-plugin-node": "^5.2.1", "eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0", "eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1", "eslint-plugin-standard": "^3.0.1",
"eventsource-polyfill": "^0.9.6", "eventsource-polyfill": "^0.9.6",
"express": "^4.16.2", "express": "^4.16.3",
"extract-text-webpack-plugin": "^3.0.2", "extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5", "file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.6.1", "friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1", "html-webpack-plugin": "^2.30.1",
"http-proxy-middleware": "^0.17.4", "http-proxy-middleware": "^0.18.0",
"opn": "^5.1.0", "opn": "^5.3.0",
"optimize-css-assets-webpack-plugin": "^3.2.0", "optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.3.0", "ora": "^2.0.0",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"semver": "^5.4.1", "semver": "^5.5.0",
"shelljs": "^0.8.1", "shelljs": "^0.8.1",
"sw-precache-webpack-plugin": "^0.11.4", "sw-precache-webpack-plugin": "^0.11.5",
"uglify-js": "^3.1.10", "uglify-js": "^3.1.10",
"url-loader": "^0.6.2", "url-loader": "^1.0.1",
"vue-loader": "^14.0.3", "vue-loader": "^14.2.2",
"vue-style-loader": "^3.0.3", "vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.8", "vue-template-compiler": "^2.5.16",
"webpack": "^3.8.1", "webpack": "^3.8.1",
"webpack-bundle-analyzer": "^2.9.1", "webpack-bundle-analyzer": "^2.11.1",
"webpack-dev-middleware": "^2.0.4", "webpack-dev-middleware": "^2.0.4",
"webpack-hot-middleware": "^2.20.0", "webpack-hot-middleware": "^2.21.2",
"webpack-merge": "^4.1.1", "webpack-merge": "^4.1.2",
"yml-loader": "^2.1.0" "yml-loader": "^2.1.0"
}, },
"postcss": { "postcss": {