|
36 | 36 | "prepare": "babel --extensions .ts,.tsx src --out-dir lib --source-maps --delete-dir-on-start"
|
37 | 37 | },
|
38 | 38 | "dependencies": {
|
39 |
| - "@babel/core": "^7.12.10", |
40 |
| - "@babel/plugin-proposal-class-properties": "^7.12.1", |
41 |
| - "@babel/preset-env": "^7.12.11", |
42 |
| - "@babel/preset-flow": "^7.12.1", |
43 |
| - "@babel/preset-react": "^7.12.10", |
44 |
| - "@babel/preset-typescript": "^7.12.7", |
45 |
| - "browserslist": "^4.16.0", |
46 |
| - "chalk": "^4.1.0", |
47 |
| - "cosmiconfig": "^7.0.0", |
| 39 | + "@babel/core": "^7.18.5", |
| 40 | + "@babel/plugin-proposal-class-properties": "^7.17.12", |
| 41 | + "@babel/preset-env": "^7.18.2", |
| 42 | + "@babel/preset-flow": "^7.17.12", |
| 43 | + "@babel/preset-react": "^7.17.12", |
| 44 | + "@babel/preset-typescript": "^7.17.12", |
| 45 | + "browserslist": "^4.20.4", |
| 46 | + "chalk": "^4.1.2", |
| 47 | + "cosmiconfig": "^7.0.1", |
48 | 48 | "cross-spawn": "^7.0.3",
|
49 | 49 | "dedent": "^0.7.0",
|
50 |
| - "del": "^6.0.0", |
51 |
| - "fs-extra": "^9.0.1", |
52 |
| - "glob": "^7.1.6", |
| 50 | + "del": "^6.1.1", |
| 51 | + "fs-extra": "^10.1.0", |
| 52 | + "glob": "^8.0.3", |
53 | 53 | "is-git-dirty": "^2.0.1",
|
54 |
| - "json5": "^2.1.3", |
55 |
| - "prompts": "^2.4.0", |
| 54 | + "json5": "^2.2.1", |
| 55 | + "prompts": "^2.4.2", |
56 | 56 | "which": "^2.0.2",
|
57 |
| - "yargs": "^16.2.0" |
| 57 | + "yargs": "^17.5.1" |
58 | 58 | },
|
59 | 59 | "optionalDependencies": {
|
60 |
| - "jetifier": "^1.6.6" |
| 60 | + "jetifier": "^2.0.0" |
61 | 61 | },
|
62 | 62 | "devDependencies": {
|
63 |
| - "@babel/cli": "^7.12.10", |
64 |
| - "@types/babel__core": "^7.1.12", |
65 |
| - "@types/browserslist": "^4.8.0", |
| 63 | + "@babel/cli": "^7.17.10", |
| 64 | + "@types/babel__core": "^7.1.19", |
| 65 | + "@types/browserslist": "^4.15.0", |
66 | 66 | "@types/chalk": "^2.2.0",
|
67 | 67 | "@types/cross-spawn": "^6.0.2",
|
68 | 68 | "@types/dedent": "^0.7.0",
|
69 | 69 | "@types/del": "^4.0.0",
|
70 |
| - "@types/fs-extra": "^9.0.5", |
71 |
| - "@types/glob": "^7.1.3", |
72 |
| - "@types/json5": "^0.0.30", |
73 |
| - "@types/prompts": "^2.0.9", |
74 |
| - "@types/which": "^1.3.2", |
75 |
| - "@types/yargs": "^15.0.12", |
76 |
| - "concurrently": "^5.3.0" |
| 70 | + "@types/fs-extra": "^9.0.13", |
| 71 | + "@types/glob": "^7.2.0", |
| 72 | + "@types/json5": "^2.2.0", |
| 73 | + "@types/prompts": "^2.0.14", |
| 74 | + "@types/which": "^2.0.1", |
| 75 | + "@types/yargs": "^17.0.10", |
| 76 | + "concurrently": "^7.2.2" |
77 | 77 | }
|
78 | 78 | }
|
0 commit comments