|
9 | 9 | "license": "MIT", |
10 | 10 | "main": "build/index.js", |
11 | 11 | "dependencies": { |
12 | | - "@babel/core": "^7.1.0", |
13 | | - "babel-plugin-istanbul": "^5.1.0", |
| 12 | + "@jest/transform": "^24.1.0", |
14 | 13 | "chalk": "^2.0.1", |
15 | | - "convert-source-map": "^1.4.0", |
16 | 14 | "exit": "^0.1.2", |
17 | | - "fast-json-stable-stringify": "^2.0.0", |
18 | 15 | "glob": "^7.1.3", |
19 | 16 | "graceful-fs": "^4.1.15", |
20 | 17 | "jest-config": "^24.1.0", |
|
25 | 22 | "jest-snapshot": "^24.1.0", |
26 | 23 | "jest-util": "^24.0.0", |
27 | 24 | "jest-validate": "^24.0.0", |
28 | | - "micromatch": "^3.1.10", |
29 | 25 | "realpath-native": "^1.1.0", |
30 | 26 | "slash": "^2.0.0", |
31 | 27 | "strip-bom": "^3.0.0", |
32 | | - "write-file-atomic": "2.4.1", |
33 | 28 | "yargs": "^12.0.2" |
34 | 29 | }, |
35 | 30 | "devDependencies": { |
36 | | - "@types/babel__core": "^7.0.4", |
37 | | - "@types/convert-source-map": "^1.5.1", |
38 | 31 | "@types/exit": "^0.1.30", |
39 | 32 | "@types/glob": "^7.1.1", |
40 | 33 | "@types/graceful-fs": "^4.1.2", |
41 | | - "@types/micromatch": "^3.1.0", |
42 | | - "@types/strip-bom": "3.0.0", |
43 | | - "@types/write-file-atomic": "^2.1.1", |
| 34 | + "@types/slash": "^2.0.0", |
| 35 | + "@types/strip-bom": "^3.0.0", |
44 | 36 | "@types/yargs": "^12.0.2", |
45 | | - "jest-environment-jsdom": "^24.0.0", |
46 | 37 | "jest-environment-node": "^24.0.0" |
47 | 38 | }, |
48 | 39 | "bin": { |
|
0 commit comments