|
26 | 26 | "release": "release-it"
|
27 | 27 | },
|
28 | 28 | "dependencies": {
|
29 |
| - "@babel/core": "^7.7.7", |
| 29 | + "@babel/core": "^7.8.4", |
| 30 | + "@babel/plugin-proposal-optional-chaining": "^7.8.3", |
| 31 | + "@babel/preset-env": "^7.8.4", |
| 32 | + "@babel/preset-flow": "^7.8.3", |
| 33 | + "@babel/preset-react": "^7.8.3", |
| 34 | + "@babel/preset-typescript": "^7.8.3", |
30 | 35 | "chalk": "^3.0.0",
|
31 | 36 | "cosmiconfig": "^6.0.0",
|
32 | 37 | "del": "^5.1.0",
|
33 | 38 | "fs-extra": "^8.1.0",
|
34 | 39 | "glob": "^7.1.6",
|
35 |
| - "inquirer": "^7.0.1", |
| 40 | + "inquirer": "^7.0.4", |
36 | 41 | "is-git-dirty": "^1.0.0",
|
37 | 42 | "json5": "^2.1.1",
|
38 |
| - "metro-react-native-babel-preset": "^0.57.0", |
39 |
| - "yargs": "^15.0.2" |
| 43 | + "yargs": "^15.1.0" |
40 | 44 | },
|
41 | 45 | "optionalDependencies": {
|
42 | 46 | "jetifier": "^1.6.5"
|
43 | 47 | },
|
44 | 48 | "devDependencies": {
|
45 |
| - "@babel/cli": "^7.7.7", |
46 |
| - "@babel/plugin-proposal-optional-chaining": "^7.7.5", |
47 |
| - "@babel/preset-env": "^7.7.7", |
48 |
| - "@babel/preset-typescript": "^7.7.7", |
49 |
| - "@commitlint/config-conventional": "^8.2.0", |
| 49 | + "@babel/cli": "^7.8.4", |
| 50 | + "@commitlint/config-conventional": "^8.3.4", |
50 | 51 | "@release-it/conventional-changelog": "^1.1.0",
|
51 | 52 | "@types/babel__core": "^7.1.3",
|
52 | 53 | "@types/chalk": "^2.2.0",
|
|
55 | 56 | "@types/glob": "^7.1.1",
|
56 | 57 | "@types/inquirer": "^6.5.0",
|
57 | 58 | "@types/json5": "^0.0.30",
|
58 |
| - "@types/yargs": "^13.0.3", |
59 |
| - "commitlint": "^8.2.0", |
60 |
| - "eslint": "^6.7.2", |
| 59 | + "@types/yargs": "^15.0.3", |
| 60 | + "commitlint": "^8.3.5", |
| 61 | + "eslint": "^6.8.0", |
61 | 62 | "eslint-config-satya164": "^3.1.5",
|
62 |
| - "husky": "^3.1.0", |
| 63 | + "husky": "^4.2.1", |
63 | 64 | "prettier": "^1.19.1",
|
64 | 65 | "release-it": "^12.4.3",
|
65 |
| - "typescript": "^3.7.3" |
| 66 | + "typescript": "^3.7.5" |
66 | 67 | },
|
67 | 68 | "husky": {
|
68 | 69 | "hooks": {
|
|
0 commit comments