Update dev dependencies (#2594)

* Update dev dependencies
This commit is contained in:
Peter Hedenskog 2019-08-25 00:28:32 +02:00 committed by GitHub
parent efc01b70ad
commit 4c3c303bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 456 additions and 426 deletions

View File

@ -8,7 +8,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 1
indent_size = 2
# YAML
[*.yml]

View File

@ -16,6 +16,7 @@
"singleQuote": true
}
],
"require-atomic-updates": 0,
"no-extra-semi": 0,
"no-mixed-spaces-and-tabs": 0
}

865
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -54,14 +54,14 @@
"tag": "canary"
},
"devDependencies": {
"bluebird": "3.5.2",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"clean-css-cli": "^4.1.11",
"bluebird": "3.5.5",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"clean-css-cli": "4.3.0",
"eclint": "^2.8.1",
"eslint": "^4.18.2",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint": "6.2.2",
"eslint-config-prettier": "6.1.0",
"eslint-plugin-prettier": "3.1.0",
"jsdoc": "^3.6.3",
"license-checker": "^16.0.0",
"mocha": "^5.0.4",