|
31 | 31 | "release": "release-it" |
32 | 32 | }, |
33 | 33 | "dependencies": { |
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 | | - "browserslist": "^4.12.0", |
| 34 | + "@babel/core": "^7.12.10", |
| 35 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 36 | + "@babel/preset-env": "^7.12.11", |
| 37 | + "@babel/preset-flow": "^7.12.1", |
| 38 | + "@babel/preset-react": "^7.12.10", |
| 39 | + "@babel/preset-typescript": "^7.12.7", |
| 40 | + "browserslist": "^4.16.0", |
41 | 41 | "chalk": "^4.1.0", |
42 | | - "cosmiconfig": "^6.0.0", |
| 42 | + "cosmiconfig": "^7.0.0", |
43 | 43 | "cross-spawn": "^7.0.3", |
44 | 44 | "dedent": "^0.7.0", |
45 | | - "del": "^5.1.0", |
46 | | - "ejs": "^3.1.3", |
| 45 | + "del": "^6.0.0", |
| 46 | + "ejs": "^3.1.5", |
47 | 47 | "fs-extra": "^9.0.1", |
48 | 48 | "github-username": "^5.0.1", |
49 | 49 | "glob": "^7.1.6", |
|
52 | 52 | "prompts": "^2.4.0", |
53 | 53 | "validate-npm-package-name": "^3.0.0", |
54 | 54 | "which": "^2.0.2", |
55 | | - "yargs": "^15.3.1" |
| 55 | + "yargs": "^16.2.0" |
56 | 56 | }, |
57 | 57 | "optionalDependencies": { |
58 | 58 | "jetifier": "^1.6.6" |
59 | 59 | }, |
60 | 60 | "devDependencies": { |
61 | | - "@babel/cli": "^7.10.1", |
62 | | - "@commitlint/config-conventional": "^8.3.4", |
63 | | - "@release-it/conventional-changelog": "^1.1.4", |
64 | | - "@types/babel__core": "^7.1.8", |
| 61 | + "@babel/cli": "^7.12.10", |
| 62 | + "@commitlint/config-conventional": "^11.0.0", |
| 63 | + "@release-it/conventional-changelog": "^2.0.0", |
| 64 | + "@types/babel__core": "^7.1.12", |
65 | 65 | "@types/browserslist": "^4.8.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/ejs": "^3.0.4", |
71 | | - "@types/fs-extra": "^9.0.1", |
72 | | - "@types/glob": "^7.1.2", |
| 70 | + "@types/ejs": "^3.0.5", |
| 71 | + "@types/fs-extra": "^9.0.5", |
| 72 | + "@types/glob": "^7.1.3", |
73 | 73 | "@types/json5": "^0.0.30", |
74 | 74 | "@types/prompts": "^2.0.9", |
75 | | - "@types/validate-npm-package-name": "^3.0.0", |
| 75 | + "@types/validate-npm-package-name": "^3.0.2", |
76 | 76 | "@types/which": "^1.3.2", |
77 | | - "@types/yargs": "^15.0.5", |
78 | | - "commitlint": "^8.3.5", |
| 77 | + "@types/yargs": "^15.0.12", |
| 78 | + "commitlint": "^11.0.0", |
79 | 79 | "concurrently": "^5.3.0", |
80 | | - "eslint": "^7.2.0", |
81 | | - "eslint-config-satya164": "^3.1.7", |
82 | | - "husky": "^4.2.5", |
83 | | - "prettier": "^2.0.5", |
84 | | - "release-it": "^13.6.2", |
85 | | - "typescript": "^3.9.5" |
| 80 | + "eslint": "^7.15.0", |
| 81 | + "eslint-config-satya164": "^3.1.8", |
| 82 | + "husky": "^4.3.6", |
| 83 | + "prettier": "^2.2.1", |
| 84 | + "release-it": "^14.2.2", |
| 85 | + "typescript": "^4.1.3" |
86 | 86 | }, |
87 | 87 | "husky": { |
88 | 88 | "hooks": { |
|
0 commit comments