不要怂,就是干,撸起袖子干!

Commit d064073b by Sushant Committed by GitHub

build: update dependencies (#11487)

1 parent edf997fa
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
"space-before-function-paren": ["error", "never"], "space-before-function-paren": ["error", "never"],
"space-before-blocks": "error", "space-before-blocks": "error",
"space-infix-ops": "error", "space-infix-ops": "error",
"no-multi-spaces": "error",
"arrow-parens": ["error", "as-needed"], "arrow-parens": ["error", "as-needed"],
"comma-style": ["error", "last"], "comma-style": ["error", "last"],
"indent": [ "indent": [
......
...@@ -35,35 +35,35 @@ ...@@ -35,35 +35,35 @@
"debug": "^4.1.1", "debug": "^4.1.1",
"dottie": "^2.0.0", "dottie": "^2.0.0",
"inflection": "1.12.0", "inflection": "1.12.0",
"lodash": "^4.17.11", "lodash": "^4.17.15",
"moment": "^2.24.0", "moment": "^2.24.0",
"moment-timezone": "^0.5.21", "moment-timezone": "^0.5.21",
"retry-as-promised": "^3.1.0", "retry-as-promised": "^3.2.0",
"semver": "^6.1.1", "semver": "^6.3.0",
"sequelize-pool": "^2.3.0", "sequelize-pool": "^2.3.0",
"toposort-class": "^1.0.1", "toposort-class": "^1.0.1",
"uuid": "^3.2.1", "uuid": "^3.3.3",
"validator": "^10.11.0", "validator": "^10.11.0",
"wkx": "^0.4.6" "wkx": "^0.4.8"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^8.0.0", "@commitlint/cli": "^8.2.0",
"@commitlint/config-angular": "^8.0.0", "@commitlint/config-angular": "^8.2.0",
"@types/bluebird": "^3.5.26", "@types/bluebird": "^3.5.26",
"@types/node": "^10.12.27", "@types/node": "^12.7.8",
"@types/validator": "^10.11.0", "@types/validator": "^10.11.0",
"big-integer": "^1.6.42", "big-integer": "^1.6.45",
"chai": "^4.x", "chai": "^4.x",
"chai-as-promised": "^7.x", "chai-as-promised": "^7.x",
"chai-datetime": "^1.x", "chai-datetime": "^1.x",
"chai-spies": "^1.x", "chai-spies": "^1.x",
"continuation-local-storage": "^3.x", "continuation-local-storage": "^3.x",
"cross-env": "^5.2.0", "cross-env": "^5.2.1",
"env-cmd": "^8.0.2", "env-cmd": "^8.0.2",
"esdoc": "^1.1.0", "esdoc": "^1.1.0",
"esdoc-inject-style-plugin": "^1.0.0", "esdoc-inject-style-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0", "esdoc-standard-plugin": "^1.0.0",
"eslint": "^6.0.0", "eslint": "^6.4.0",
"eslint-plugin-jsdoc": "^4.1.1", "eslint-plugin-jsdoc": "^4.1.1",
"eslint-plugin-mocha": "^5.2.1", "eslint-plugin-mocha": "^5.2.1",
"fs-jetpack": "^2.2.2", "fs-jetpack": "^2.2.2",
...@@ -71,8 +71,8 @@ ...@@ -71,8 +71,8 @@
"js-combinatorics": "^0.5.4", "js-combinatorics": "^0.5.4",
"lcov-result-merger": "^3.0.0", "lcov-result-merger": "^3.0.0",
"lint-staged": "^8.1.5", "lint-staged": "^8.1.5",
"mariadb": "^2.0.3", "mariadb": "^2.1.1",
"markdownlint-cli": "^0.17.0", "markdownlint-cli": "^0.18.0",
"mocha": "^6.1.4", "mocha": "^6.1.4",
"mysql2": "^1.6.5", "mysql2": "^1.6.5",
"nyc": "^14.1.1", "nyc": "^14.1.1",
...@@ -81,11 +81,11 @@ ...@@ -81,11 +81,11 @@
"pg-types": "^2.0.0", "pg-types": "^2.0.0",
"rimraf": "^2.6.3", "rimraf": "^2.6.3",
"semantic-release": "^15.13.16", "semantic-release": "^15.13.16",
"sinon": "^7.3.2", "sinon": "^7.5.0",
"sinon-chai": "^3.3.0", "sinon-chai": "^3.3.0",
"sqlite3": "^4.0.6", "sqlite3": "^4.0.6",
"tedious": "6.0.0", "tedious": "6.0.0",
"typescript": "^3.3.3333" "typescript": "^3.6.3"
}, },
"keywords": [ "keywords": [
"mysql", "mysql",
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"no-unused-expressions": 0, "no-unused-expressions": 0,
"camelcase": 0, "camelcase": 0,
"no-console": 0, "no-console": 0,
"no-prototype-builtins": 0 "no-prototype-builtins": 0,
"no-multi-spaces": 0
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!