|
19 | 19 | "mastarm-test": "bin/mastarm-test"
|
20 | 20 | },
|
21 | 21 | "scripts": {
|
22 |
| - "cover": "bin/mastarm test --env test --test-environment node --coverage --coverage-paths bin", |
| 22 | + "cover": "yarn run jest --coverage --coverage-paths bin", |
23 | 23 | "flow": "bin/mastarm flow",
|
| 24 | + "jest": "bin/mastarm test --run-in-band --env test --test-environment node", |
24 | 25 | "lint": "bin/mastarm lint lib __tests__",
|
25 |
| - "semantic-release": "semantic-release", |
26 | 26 | "pretest": "yarn",
|
27 |
| - "test": "bin/mastarm lint lib __tests__ && bin/mastarm test --run-in-band --env test --test-environment node" |
| 27 | + "test": "yarn run lint && yarn run flow && yarn run jest" |
28 | 28 | },
|
29 | 29 | "repository": {
|
30 | 30 | "type": "git",
|
|
48 | 48 | "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
|
49 | 49 | "@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
50 | 50 | "@babel/plugin-transform-react-display-name": "^7.2.0",
|
51 |
| - "@babel/polyfill": "^7.2.5", |
52 |
| - "@babel/preset-env": "^7.3.4", |
| 51 | + "@babel/preset-env": "^7.5.5", |
53 | 52 | "@babel/preset-flow": "^7.0.0",
|
54 | 53 | "@babel/preset-react": "^7.0.0",
|
55 |
| - "@babel/runtime": "^7.3.4", |
| 54 | + "@babel/runtime-corejs3": "^7.5.5", |
56 | 55 | "aws-sdk": "^2.414.0",
|
57 |
| - "babel-core": "^7.0.0-bridge.0", |
58 | 56 | "babel-eslint": "^10.0.1",
|
59 | 57 | "babel-jest": "^24.1.0",
|
60 | 58 | "babel-plugin-add-module-exports": "^1.0.0",
|
|
70 | 68 | "commander": "^2.19.0",
|
71 | 69 | "commitizen": "^3.0.7",
|
72 | 70 | "concat-stream": "^2.0.0",
|
73 |
| - "core-js": "2", |
| 71 | + "core-js": "3", |
74 | 72 | "cssnano": "^4.1.10",
|
75 | 73 | "cz-conventional-changelog": "^2.1.0",
|
76 | 74 | "envify": "^4.1.0",
|
|
103 | 101 | "postcss-preset-env": "^6.6.0",
|
104 | 102 | "postcss-reporter": "^6.0.1",
|
105 | 103 | "postcss-safe-parser": "^4.0.1",
|
106 |
| - "prettier-eslint-cli": "^4.7.1", |
| 104 | + "prettier-eslint-cli": "^5.0.0", |
107 | 105 | "rimraf": "^2.6.3",
|
108 | 106 | "slack-node": "^0.1.8",
|
109 | 107 | "sshpk": "^1.16.1",
|
|
0 commit comments