composer update && npm update

This commit is contained in:
Jonny Barnes 2017-11-07 13:59:07 +00:00
parent f8e27600ef
commit b634efff3c
3 changed files with 144 additions and 154 deletions

View file

@ -12,8 +12,8 @@
"webStorage": "^1.2.4"
},
"devDependencies": {
"ajv": "^5.2.3",
"autoprefixer": "^7.1.5",
"ajv": "^5.3.0",
"autoprefixer": "^7.1.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
@ -22,10 +22,10 @@
"babel-preset-latest": "^6.16.0",
"babel-runtime": "^6.26.0",
"dotenv-webpack": "^1.5.4",
"eslint": "^4.9.0",
"eslint": "^4.10.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"lint-staged": "^4.3.0",
@ -34,9 +34,9 @@
"source-list-map": "^2.0.0",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"uglify-js": "^3.1.4",
"uglify-js": "^3.1.8",
"webpack": "^3.8.1",
"webpack-sources": "^1.0.1"
"webpack-sources": "^1.0.2"
},
"scripts": {
"compress": "scripts/compress",