|
15 | 15 | "prepublishOnly": "yarn compile", |
16 | 16 | "semantic-release": "semantic-release", |
17 | 17 | "docker-release": "mdep docker release", |
18 | | - "release": "yarn --frozen-lockfile && yarn semantic-release", |
19 | | - "commitmsg": "commitlint -e $GIT_PARAMS", |
20 | | - "preparecommitmsg": "./node_modules/@makeomatic/deploy/git-hooks/prepare-commit-msg $GIT_PARAMS" |
| 18 | + "release": "yarn --frozen-lockfile && yarn semantic-release" |
21 | 19 | }, |
22 | 20 | "publishConfig": { |
23 | 21 | "access": "public" |
24 | 22 | }, |
25 | 23 | "dependencies": { |
26 | 24 | "64": "^0.2.0", |
27 | | - "@microfleet/core": "^10.3.1", |
28 | | - "@microfleet/transport-amqp": "^13.0.1", |
29 | | - "bluebird": "^3.5.1", |
| 25 | + "@microfleet/core": "^13.3.2", |
| 26 | + "@microfleet/transport-amqp": "^13.1.2", |
| 27 | + "@microfleet/validation": "^8.1.0", |
| 28 | + "bluebird": "^3.5.3", |
30 | 29 | "bluebird-retry": "^0.11.0", |
31 | 30 | "bunyan": "^1.8.12", |
32 | | - "chrome-launcher": "^0.10.2", |
33 | | - "chrome-remote-interface": "^0.25.5", |
| 31 | + "chrome-launcher": "^0.10.5", |
| 32 | + "chrome-remote-interface": "^0.27.0", |
34 | 33 | "common-errors": "^1.0.5", |
35 | | - "debug": "^3.1.0", |
36 | | - "ms-conf": "^3.2.0", |
37 | | - "ms-validation": "^7.0.0", |
38 | | - "mustache": "^2.3.0", |
39 | | - "request": "^2.85.0", |
| 34 | + "debug": "^4.1.0", |
| 35 | + "ms-conf": "^3.3.3", |
| 36 | + "mustache": "^3.0.1", |
| 37 | + "request": "^2.88.0", |
40 | 38 | "request-promise": "^4.2.2", |
41 | | - "stdout-stream": "^1.4.0" |
| 39 | + "stdout-stream": "^1.4.1" |
42 | 40 | }, |
43 | 41 | "devDependencies": { |
44 | | - "@makeomatic/deploy": "^6.1.1", |
45 | | - "@semantic-release/changelog": "^2.0.2", |
46 | | - "@semantic-release/exec": "^2.2.4", |
47 | | - "@semantic-release/git": "6.0.2", |
48 | | - "babel-cli": "^6.26.0", |
49 | | - "babel-eslint": "^8.2.3", |
50 | | - "babel-plugin-istanbul": "^4.1.6", |
51 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
52 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
53 | | - "babel-plugin-transform-strict-mode": "^6.24.1", |
54 | | - "babel-register": "^6.26.0", |
| 42 | + "@babel/cli": "^7.2.0", |
| 43 | + "@babel/core": "^7.2.2", |
| 44 | + "@babel/plugin-proposal-class-properties": "^7.2.1", |
| 45 | + "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 46 | + "@babel/plugin-transform-strict-mode": "^7.2.0", |
| 47 | + "@babel/register": "^7.0.0", |
| 48 | + "@makeomatic/deploy": "^8.3.0", |
| 49 | + "@semantic-release/changelog": "^3.0.1", |
| 50 | + "@semantic-release/exec": "^3.3.1", |
| 51 | + "@semantic-release/git": "7.0.5", |
| 52 | + "babel-core": "^7.0.0-bridge.0", |
| 53 | + "babel-eslint": "^10.0.1", |
| 54 | + "babel-jest": "^23.4.2", |
| 55 | + "babel-plugin-istanbul": "^5.1.0", |
55 | 56 | "cheerio": "^1.0.0-rc.2", |
56 | | - "codecov": "^3.0.2", |
57 | | - "cross-env": "^5.1.5", |
58 | | - "eslint": "^4.19.1", |
59 | | - "eslint-config-makeomatic": "^2.0.1", |
60 | | - "eslint-plugin-import": "^2.11.0", |
61 | | - "eslint-plugin-promise": "^3.7.0", |
62 | | - "jest": "^23.0.0", |
| 57 | + "codecov": "^3.1.0", |
| 58 | + "cross-env": "^5.2.0", |
| 59 | + "eslint": "^5.10.0", |
| 60 | + "eslint-config-makeomatic": "^3.0.0", |
| 61 | + "eslint-plugin-import": "^2.14.0", |
| 62 | + "eslint-plugin-promise": "^4.0.1", |
| 63 | + "jest": "^23.6.0", |
63 | 64 | "json": "^9.0.6", |
64 | 65 | "rimraf": "^2.6.2" |
65 | 66 | }, |
|
76 | 77 | ], |
77 | 78 | "collectCoverage": true, |
78 | 79 | "testEnvironment": "node" |
| 80 | + }, |
| 81 | + "husky": { |
| 82 | + "hooks": { |
| 83 | + "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS", |
| 84 | + "prepare-commit-msg": "./node_modules/@makeomatic/deploy/git-hooks/prepare-commit-msg $HUSKY_GIT_PARAMS" |
| 85 | + } |
79 | 86 | } |
80 | 87 | } |
0 commit comments