Update dependencies version

This commit is contained in:
CJ Patoilo 2019-07-09 10:23:31 -03:00
parent b7461f9d96
commit ed8414fa19
1 changed files with 17 additions and 15 deletions

View File

@ -48,20 +48,20 @@
"normalize.css": "~5.0.0"
},
"devDependencies": {
"autoprefixer": "^6.5.4",
"ava": "^0.17.0",
"backstopjs": "^2.3.5",
"banner-cli": "^0.9.2",
"autoprefixer": "^9.6.1",
"ava": "^2.2.0",
"backstopjs": "^4.1.9",
"banner-cli": "^0.14.0",
"browser-sync": "^2.18.5",
"editorconfig-tools": "^0.1.1",
"eslint": "^3.14.0",
"eslint-config-styled": "^0.0.0",
"husky": "^0.11.9",
"node-sass": "^4.9.0",
"npm-run-all": "^2.3.0",
"nyc": "^10.0.0",
"onchange": "^2.5.0",
"postcss-cli": "^2.6.0",
"eslint": "^6.0.1",
"eslint-config-styled": "0.0.2",
"husky": "^3.0.0",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"onchange": "^6.0.0",
"postcss-cli": "^6.1.3",
"rimraf": "^2.5.4",
"sass-lint": "^1.12.1"
},
@ -82,10 +82,12 @@
"compare": "backstop test --configPath=backstop.conf.js",
"lint": "sass-lint -c .sasslintrc src --verbose --no-exit && eslint test -c styled && editorconfig-tools check .",
"ava": "nyc ava",
"test": "run-s build lint ava",
"precommit": "run-p test"
"precommit": "run-p test",
"prepublish": "run-s build",
"postpublish": "run-s clean",
"test": "run-s build lint ava"
},
"resolutions": {
"natives": "1.1.3"
}
}
}