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

Commit 7745bc2f by Simon Schick

build: update dev dependencies and prep rc release

1 parent c2cbd591
Showing with 16 additions and 12 deletions
...@@ -70,6 +70,8 @@ jobs: ...@@ -70,6 +70,8 @@ jobs:
node_js: '10' node_js: '10'
script: script:
- npm run semantic-release - npm run semantic-release
- stage: docs
node_js: '10'
before_deploy: before_deploy:
- npm run docs - npm run docs
deploy: deploy:
...@@ -82,4 +84,6 @@ stages: ...@@ -82,4 +84,6 @@ stages:
- lint - lint
- test - test
- name: release - name: release
if: (branch = master OR branch = beta) AND type = push AND fork = false
- name: docs
if: branch = master AND type = push AND fork = false if: branch = master AND type = push AND fork = false
...@@ -46,10 +46,10 @@ ...@@ -46,10 +46,10 @@
"wkx": "^0.4.6" "wkx": "^0.4.6"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^7.3.2", "@commitlint/cli": "^7.6.1",
"@commitlint/config-angular": "^7.3.1", "@commitlint/config-angular": "^7.6.0",
"@types/bluebird": "^3.5.26", "@types/bluebird": "^3.5.26",
"@types/node": "^10.12.27", "@types/node": "^10.14.6",
"@types/validator": "^10.11.0", "@types/validator": "^10.11.0",
"big-integer": "^1.6.42", "big-integer": "^1.6.42",
"chai": "^4.x", "chai": "^4.x",
...@@ -57,30 +57,30 @@ ...@@ -57,30 +57,30 @@
"chai-datetime": "^1.x", "chai-datetime": "^1.x",
"chai-spies": "^1.x", "chai-spies": "^1.x",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"env-cmd": "^8.0.0", "env-cmd": "^9.0.1",
"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": "^5.15.0", "eslint": "^5.15.0",
"eslint-plugin-jsdoc": "^4.1.1", "eslint-plugin-jsdoc": "^4.8.4",
"eslint-plugin-mocha": "^5.2.1", "eslint-plugin-mocha": "^5.2.1",
"husky": "^1.3.1", "husky": "^2.2.0",
"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.6",
"mariadb": "^2.0.3", "mariadb": "^2.0.5",
"markdownlint-cli": "^0.14.1", "markdownlint-cli": "^0.15.0",
"mocha": "^6.0.2", "mocha": "^6.0.2",
"mysql2": "^1.6.5", "mysql2": "^1.6.5",
"nyc": "^13.3.0", "nyc": "^13.3.0",
"pg": "^7.8.1", "pg": "^7.11.0",
"pg-hstore": "^2.x", "pg-hstore": "^2.x",
"pg-types": "^2.0.0", "pg-types": "^2.0.0",
"rimraf": "^2.6.3", "rimraf": "^2.6.3",
"semantic-release": "^15.13.3", "semantic-release": "^16.0.0-beta.19",
"sinon": "^7.2.6", "sinon": "^7.2.6",
"sinon-chai": "^3.2.0", "sinon-chai": "^3.2.0",
"sqlite3": "^4.0.6", "sqlite3": "^4.0.8",
"tedious": "^6.0.0", "tedious": "^6.0.0",
"typescript": "^3.3.3333" "typescript": "^3.3.3333"
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!