composer update && npm update && npm run make/compress

This commit is contained in:
Jonny Barnes 2017-12-18 16:23:41 +00:00
parent 43beae2f82
commit 0dd6adfa0e
15 changed files with 345 additions and 249 deletions

View file

@ -11,8 +11,8 @@
"normalize.css": "^7.0.0"
},
"devDependencies": {
"ajv": "^5.5.1",
"autoprefixer": "^7.2.1",
"ajv": "^5.5.2",
"autoprefixer": "^7.2.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
@ -21,21 +21,21 @@
"babel-preset-latest": "^6.16.0",
"babel-runtime": "^6.26.0",
"dotenv-webpack": "^1.5.4",
"eslint": "^4.12.1",
"eslint": "^4.13.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"husky": "^0.15.0-beta.15",
"husky": "^0.15.0-beta.16",
"lint-staged": "^6.0.0",
"postcss-cli": "^4.1.1",
"postcss-sass": "^0.2.0",
"pre-commit": "^1.1.3",
"source-list-map": "^2.0.0",
"stylelint": "^8.3.1",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.0.0",
"uglify-js": "^3.2.1",
"uglify-js": "^3.2.2",
"webpack": "^3.10.0",
"webpack-sources": "^1.1.0"
},