|
28 | 28 | "release": "release-it" |
29 | 29 | }, |
30 | 30 | "dependencies": { |
31 | | - "@babel/core": "^7.8.4", |
| 31 | + "@babel/core": "^7.9.6", |
32 | 32 | "@babel/plugin-proposal-class-properties": "^7.8.3", |
33 | | - "@babel/preset-env": "^7.8.4", |
34 | | - "@babel/preset-flow": "^7.8.3", |
35 | | - "@babel/preset-react": "^7.8.3", |
36 | | - "@babel/preset-typescript": "^7.8.3", |
37 | | - "chalk": "^3.0.0", |
| 33 | + "@babel/preset-env": "^7.9.6", |
| 34 | + "@babel/preset-flow": "^7.9.0", |
| 35 | + "@babel/preset-react": "^7.9.4", |
| 36 | + "@babel/preset-typescript": "^7.9.0", |
| 37 | + "chalk": "^4.0.0", |
38 | 38 | "cosmiconfig": "^6.0.0", |
39 | | - "cross-spawn": "^7.0.1", |
| 39 | + "cross-spawn": "^7.0.2", |
40 | 40 | "dedent": "^0.7.0", |
41 | 41 | "del": "^5.1.0", |
42 | | - "ejs": "^3.0.1", |
43 | | - "fs-extra": "^8.1.0", |
| 42 | + "ejs": "^3.1.2", |
| 43 | + "fs-extra": "^9.0.0", |
44 | 44 | "github-username": "^5.0.1", |
45 | 45 | "glob": "^7.1.6", |
46 | 46 | "inquirer": "^7.0.4", |
47 | 47 | "is-git-dirty": "^1.0.0", |
48 | | - "json5": "^2.1.1", |
| 48 | + "json5": "^2.1.3", |
49 | 49 | "validate-npm-package-name": "^3.0.0", |
50 | | - "yargs": "^15.1.0" |
| 50 | + "yargs": "^15.3.1" |
51 | 51 | }, |
52 | 52 | "optionalDependencies": { |
53 | 53 | "jetifier": "^1.6.5" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | 56 | "@babel/cli": "^7.8.4", |
57 | 57 | "@commitlint/config-conventional": "^8.3.4", |
58 | | - "@release-it/conventional-changelog": "^1.1.0", |
59 | | - "@types/babel__core": "^7.1.3", |
| 58 | + "@release-it/conventional-changelog": "^1.1.4", |
| 59 | + "@types/babel__core": "^7.1.7", |
60 | 60 | "@types/chalk": "^2.2.0", |
61 | 61 | "@types/cross-spawn": "^6.0.1", |
62 | 62 | "@types/dedent": "^0.7.0", |
63 | 63 | "@types/del": "^4.0.0", |
64 | | - "@types/ejs": "^3.0.0", |
65 | | - "@types/fs-extra": "^8.0.1", |
| 64 | + "@types/ejs": "^3.0.3", |
| 65 | + "@types/fs-extra": "^8.1.0", |
66 | 66 | "@types/glob": "^7.1.1", |
67 | 67 | "@types/inquirer": "^6.5.0", |
68 | 68 | "@types/json5": "^0.0.30", |
69 | 69 | "@types/validate-npm-package-name": "^3.0.0", |
70 | | - "@types/yargs": "^15.0.3", |
| 70 | + "@types/yargs": "^15.0.4", |
71 | 71 | "commitlint": "^8.3.5", |
72 | 72 | "eslint": "^6.8.0", |
73 | 73 | "eslint-config-satya164": "^3.1.6", |
74 | | - "husky": "^4.2.1", |
75 | | - "prettier": "^1.19.1", |
76 | | - "release-it": "^12.4.3", |
77 | | - "typescript": "^3.7.5" |
| 74 | + "husky": "^4.2.5", |
| 75 | + "prettier": "^2.0.5", |
| 76 | + "release-it": "^13.5.8", |
| 77 | + "typescript": "^3.8.3" |
78 | 78 | }, |
79 | 79 | "husky": { |
80 | 80 | "hooks": { |
81 | 81 | "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", |
82 | 82 | "pre-commit": "yarn lint && yarn typescript" |
83 | 83 | } |
| 84 | + }, |
| 85 | + "release-it": { |
| 86 | + "git": { |
| 87 | + "commitMessage": "chore: release ${version}", |
| 88 | + "tagName": "v${version}" |
| 89 | + }, |
| 90 | + "npm": { |
| 91 | + "publish": true |
| 92 | + }, |
| 93 | + "github": { |
| 94 | + "release": true |
| 95 | + }, |
| 96 | + "plugins": { |
| 97 | + "@release-it/conventional-changelog": { |
| 98 | + "preset": "angular" |
| 99 | + } |
| 100 | + } |
84 | 101 | } |
85 | 102 | } |
0 commit comments