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

Commit e4144677 by papb

build: update dependencies

1 parent aa6345be
Showing with 6 additions and 4 deletions
This diff could not be displayed because it is too large.
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"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.15", "lodash": "^4.17.20",
"moment": "^2.26.0", "moment": "^2.26.0",
"moment-timezone": "^0.5.31", "moment-timezone": "^0.5.31",
"retry-as-promised": "^3.2.0", "retry-as-promised": "^3.2.0",
...@@ -79,11 +79,11 @@ ...@@ -79,11 +79,11 @@
"nyc": "^15.0.0", "nyc": "^15.0.0",
"p-map": "^4.0.0", "p-map": "^4.0.0",
"p-props": "^4.0.0", "p-props": "^4.0.0",
"p-timeout": "^3.2.0", "p-timeout": "^4.0.0",
"pg": "^8.2.1", "pg": "^8.2.1",
"pg-hstore": "^2.x", "pg-hstore": "^2.x",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"semantic-release": "^17.0.7", "semantic-release": "^17.3.0",
"sinon": "^9.0.2", "sinon": "^9.0.2",
"sinon-chai": "^3.3.0", "sinon-chai": "^3.3.0",
"sqlite3": "^4.2.0", "sqlite3": "^4.2.0",
...@@ -139,7 +139,9 @@ ...@@ -139,7 +139,9 @@
} }
}, },
"release": { "release": {
"branches": ["v6"], "branches": [
"v6"
],
"verifyConditions": [ "verifyConditions": [
"@semantic-release/npm", "@semantic-release/npm",
"@semantic-release/github" "@semantic-release/github"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!