|
4 | 4 | "ansi-regex": "^3.0.0",
|
5 | 5 | "ansi-styles": "^3.2.0",
|
6 | 6 | "babel-core": "^6.23.1",
|
7 |
| - "babel-eslint": "^7.2.3", |
| 7 | + "babel-eslint": "^8.2.3", |
8 | 8 | "babel-plugin-external-helpers": "^6.22.0",
|
9 | 9 | "babel-plugin-syntax-trailing-function-commas": "^6.13.0",
|
10 | 10 | "babel-plugin-transform-async-to-generator": "^6.16.0",
|
|
24 | 24 | "chalk": "^2.0.1",
|
25 | 25 | "codecov": "^3.0.0",
|
26 | 26 | "debug": "^3.0.1",
|
27 |
| - "eslint": "~4.13.0", |
| 27 | + "eslint": "^4.19.1", |
28 | 28 | "eslint-config-prettier": "^2.9.0",
|
29 |
| - "eslint-plugin-babel": "^4.1.1", |
| 29 | + "eslint-plugin-babel": "^5.1.0", |
30 | 30 | "eslint-plugin-flowtype": "^2.35.0",
|
31 | 31 | "eslint-plugin-import": "^2.6.0",
|
32 | 32 | "eslint-plugin-jest": "^21.0.0",
|
|
42 | 42 | "istanbul-api": "^1.3.1",
|
43 | 43 | "istanbul-lib-coverage": "^1.0.0",
|
44 | 44 | "jasmine-reporters": "^2.2.0",
|
45 |
| - "jest-junit": "^4.0.0", |
| 45 | + "jest-junit": "^5.1.0", |
46 | 46 | "jest-silent-reporter": "^0.0.5",
|
47 | 47 | "jquery": "^3.2.1",
|
48 | 48 | "karma": "^2.0.0",
|
49 | 49 | "karma-browserify": "^5.1.1",
|
50 | 50 | "karma-chrome-launcher": "^2.1.1",
|
51 | 51 | "karma-mocha": "^1.3.0",
|
52 | 52 | "left-pad": "^1.1.1",
|
53 |
| - "lerna": "2.9.0", |
54 |
| - "micromatch": "^2.3.11", |
| 53 | + "lerna": "2.11.0", |
| 54 | + "micromatch": "^3.1.10", |
55 | 55 | "mkdirp": "^0.5.1",
|
56 | 56 | "mocha": "^5.0.1",
|
57 | 57 | "mock-fs": "^4.4.1",
|
|
89 | 89 | "postinstall": "yarn build",
|
90 | 90 | "publish": "yarn build-clean && yarn build && lerna publish --silent",
|
91 | 91 | "test-ci-es5-build-in-browser": "karma start --single-run",
|
92 |
| - "test-ci": "yarn jest-coverage -i --reporters jest-silent-reporter --testResultsProcessor=jest-junit && yarn test-leak && node scripts/mapCoverage.js && codecov", |
93 |
| - "test-ci-partial": "yarn jest -i --reporters jest-silent-reporter --testResultsProcessor=jest-junit", |
| 92 | + "test-ci": "yarn jest-coverage -i --reporters jest-silent-reporter jest-junit && yarn test-leak && node scripts/mapCoverage.js && codecov", |
| 93 | + "test-ci-partial": "yarn jest -i --reporters jest-silent-reporter jest-junit", |
94 | 94 | "test-pretty-format-perf": "node packages/pretty-format/perf/test.js",
|
95 | 95 | "test-leak": "yarn jest -i --detectLeaks jest-mock jest-diff jest-repl",
|
96 | 96 | "test": "yarn typecheck && yarn lint && yarn jest",
|
|
0 commit comments