|
25 | 25 | "release": "release-it"
|
26 | 26 | },
|
27 | 27 | "dependencies": {
|
28 |
| - "@babel/core": "^7.4.0", |
29 |
| - "chalk": "^2.4.2", |
30 |
| - "cosmiconfig": "^5.2.0", |
31 |
| - "del": "^4.1.0", |
32 |
| - "fs-extra": "^7.0.1", |
33 |
| - "glob": "^7.1.3", |
34 |
| - "inquirer": "^6.2.2", |
| 28 | + "@babel/core": "^7.7.7", |
| 29 | + "chalk": "^3.0.0", |
| 30 | + "cosmiconfig": "^6.0.0", |
| 31 | + "del": "^5.1.0", |
| 32 | + "fs-extra": "^8.1.0", |
| 33 | + "glob": "^7.1.6", |
| 34 | + "inquirer": "^7.0.1", |
35 | 35 | "is-git-dirty": "^1.0.0",
|
36 |
| - "metro-react-native-babel-preset": "^0.53.1", |
37 |
| - "yargs": "^13.2.2" |
| 36 | + "metro-react-native-babel-preset": "^0.57.0", |
| 37 | + "yargs": "^15.0.2" |
38 | 38 | },
|
39 | 39 | "optionalDependencies": {
|
40 |
| - "jetifier": "^1.0.0-beta04.2" |
| 40 | + "jetifier": "^1.6.5" |
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@babel/cli": "^7.2.3", |
44 |
| - "@babel/preset-env": "^7.4.2", |
45 |
| - "@babel/preset-typescript": "^7.3.3", |
46 |
| - "@commitlint/config-conventional": "^7.5.0", |
47 |
| - "@types/babel__core": "^7.1.0", |
| 43 | + "@babel/cli": "^7.7.7", |
| 44 | + "@babel/preset-env": "^7.7.7", |
| 45 | + "@babel/preset-typescript": "^7.7.7", |
| 46 | + "@commitlint/config-conventional": "^8.2.0", |
| 47 | + "@release-it/conventional-changelog": "^1.1.0", |
| 48 | + "@types/babel__core": "^7.1.3", |
48 | 49 | "@types/chalk": "^2.2.0",
|
49 |
| - "@types/cosmiconfig": "^5.0.3", |
50 | 50 | "@types/del": "^4.0.0",
|
51 |
| - "@types/fs-extra": "^5.0.5", |
| 51 | + "@types/fs-extra": "^8.0.1", |
52 | 52 | "@types/glob": "^7.1.1",
|
53 |
| - "@types/inquirer": "^6.0.0", |
54 |
| - "@types/yargs": "^12.0.11", |
55 |
| - "commitlint": "^7.5.2", |
56 |
| - "conventional-changelog-cli": "^2.0.12", |
57 |
| - "husky": "^1.3.1", |
58 |
| - "prettier": "^1.17.0", |
59 |
| - "release-it": "^10.4.0", |
60 |
| - "typescript": "^3.4.1" |
| 53 | + "@types/inquirer": "^6.5.0", |
| 54 | + "@types/yargs": "^13.0.3", |
| 55 | + "commitlint": "^8.2.0", |
| 56 | + "husky": "^3.1.0", |
| 57 | + "prettier": "^1.19.1", |
| 58 | + "release-it": "^12.4.3", |
| 59 | + "typescript": "^3.7.3" |
61 | 60 | },
|
62 | 61 | "husky": {
|
63 | 62 | "hooks": {
|
|
0 commit comments