|
31 | 31 | "release": "release-it" |
32 | 32 | }, |
33 | 33 | "dependencies": { |
34 | | - "@babel/core": "^7.9.6", |
35 | | - "@babel/plugin-proposal-class-properties": "^7.8.3", |
36 | | - "@babel/preset-env": "^7.9.6", |
37 | | - "@babel/preset-flow": "^7.9.0", |
38 | | - "@babel/preset-react": "^7.9.4", |
39 | | - "@babel/preset-typescript": "^7.9.0", |
| 34 | + "@babel/core": "^7.10.2", |
| 35 | + "@babel/plugin-proposal-class-properties": "^7.10.1", |
| 36 | + "@babel/preset-env": "^7.10.2", |
| 37 | + "@babel/preset-flow": "^7.10.1", |
| 38 | + "@babel/preset-react": "^7.10.1", |
| 39 | + "@babel/preset-typescript": "^7.10.1", |
40 | 40 | "browserslist": "^4.12.0", |
41 | | - "chalk": "^4.0.0", |
| 41 | + "chalk": "^4.1.0", |
42 | 42 | "cosmiconfig": "^6.0.0", |
43 | | - "cross-spawn": "^7.0.2", |
| 43 | + "cross-spawn": "^7.0.3", |
44 | 44 | "dedent": "^0.7.0", |
45 | 45 | "del": "^5.1.0", |
46 | | - "ejs": "^3.1.2", |
47 | | - "fs-extra": "^9.0.0", |
| 46 | + "ejs": "^3.1.3", |
| 47 | + "fs-extra": "^9.0.1", |
48 | 48 | "github-username": "^5.0.1", |
49 | 49 | "glob": "^7.1.6", |
50 | 50 | "inquirer": "^7.0.4", |
|
55 | 55 | "yargs": "^15.3.1" |
56 | 56 | }, |
57 | 57 | "optionalDependencies": { |
58 | | - "jetifier": "^1.6.5" |
| 58 | + "jetifier": "^1.6.6" |
59 | 59 | }, |
60 | 60 | "devDependencies": { |
61 | | - "@babel/cli": "^7.8.4", |
| 61 | + "@babel/cli": "^7.10.1", |
62 | 62 | "@commitlint/config-conventional": "^8.3.4", |
63 | 63 | "@release-it/conventional-changelog": "^1.1.4", |
64 | | - "@types/babel__core": "^7.1.7", |
| 64 | + "@types/babel__core": "^7.1.8", |
65 | 65 | "@types/browserslist": "^4.8.0", |
66 | 66 | "@types/chalk": "^2.2.0", |
67 | | - "@types/cross-spawn": "^6.0.1", |
| 67 | + "@types/cross-spawn": "^6.0.2", |
68 | 68 | "@types/dedent": "^0.7.0", |
69 | 69 | "@types/del": "^4.0.0", |
70 | | - "@types/ejs": "^3.0.3", |
71 | | - "@types/fs-extra": "^8.1.0", |
72 | | - "@types/glob": "^7.1.1", |
| 70 | + "@types/ejs": "^3.0.4", |
| 71 | + "@types/fs-extra": "^9.0.1", |
| 72 | + "@types/glob": "^7.1.2", |
73 | 73 | "@types/inquirer": "^6.5.0", |
74 | 74 | "@types/json5": "^0.0.30", |
75 | 75 | "@types/validate-npm-package-name": "^3.0.0", |
76 | 76 | "@types/which": "^1.3.2", |
77 | | - "@types/yargs": "^15.0.4", |
| 77 | + "@types/yargs": "^15.0.5", |
78 | 78 | "commitlint": "^8.3.5", |
79 | | - "eslint": "^7.0.0", |
| 79 | + "eslint": "^7.2.0", |
80 | 80 | "eslint-config-satya164": "^3.1.7", |
81 | 81 | "husky": "^4.2.5", |
82 | 82 | "prettier": "^2.0.5", |
83 | | - "release-it": "^13.5.8", |
84 | | - "typescript": "^3.8.3" |
| 83 | + "release-it": "^13.6.2", |
| 84 | + "typescript": "^3.9.5" |
85 | 85 | }, |
86 | 86 | "husky": { |
87 | 87 | "hooks": { |
|
0 commit comments