|
31 | 31 | "postupdate": "yarn && npx yarn-audit-fix && yarn build && yarn test", |
32 | 32 | "publish:beta": "npm publish --no-git-tag-version --tag beta" |
33 | 33 | }, |
34 | | - "husky": { |
| 34 | + "_husky": { |
35 | 35 | "hooks": { |
36 | 36 | "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" |
37 | 37 | } |
|
54 | 54 | }, |
55 | 55 | "dependencies": { |
56 | 56 | "blork": "^9.3.0", |
57 | | - "@manypkg/get-packages": "^1.1.1", |
58 | | - "cosmiconfig": "^7.0.0", |
59 | | - "debug": "^4.3.2", |
| 57 | + "@manypkg/get-packages": "^1.1.3", |
| 58 | + "cosmiconfig": "^7.0.1", |
| 59 | + "debug": "^4.3.3", |
60 | 60 | "detect-indent": "^6.1.0", |
61 | 61 | "detect-newline": "^3.1.0", |
62 | 62 | "execa": "^5.1.1", |
|
66 | 66 | "lodash": "^4.17.21", |
67 | 67 | "meow": "^9.0.0", |
68 | 68 | "promise-events": "^0.2.4", |
69 | | - "semantic-release": "^17.4.4", |
| 69 | + "semantic-release": "^19.0.2", |
70 | 70 | "semver": "^7.3.5", |
71 | 71 | "signale": "^1.4.0", |
72 | 72 | "stream-buffers": "^3.0.2", |
73 | 73 | "tempy": "^1.0.1" |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | | - "@commitlint/config-conventional": "^12.1.4", |
77 | | - "@semantic-release/changelog": "^5.0.1", |
78 | | - "@semantic-release/git": "^9.0.0", |
79 | | - "@semantic-release/github": "^7.2.3", |
80 | | - "@semantic-release/npm": "^7.1.3", |
81 | | - "commitlint": "^12.1.4", |
| 76 | + "@commitlint/config-conventional": "^16.2.1", |
| 77 | + "@semantic-release/changelog": "^6.0.1", |
| 78 | + "@semantic-release/git": "^10.0.1", |
| 79 | + "@semantic-release/github": "^8.0.2", |
| 80 | + "@semantic-release/npm": "^9.0.0", |
| 81 | + "commitlint": "^16.2.1", |
82 | 82 | "coveralls": "^3.1.1", |
83 | | - "eslint": "^7.30.0", |
84 | | - "eslint-config-prettier": "^8.3.0", |
85 | | - "eslint-plugin-prettier": "^3.4.0", |
| 83 | + "eslint": "^8.9.0", |
| 84 | + "eslint-config-prettier": "^8.4.0", |
| 85 | + "eslint-plugin-prettier": "^4.0.0", |
86 | 86 | "file-url": "^3.0.0", |
87 | | - "husky": "^7.0.1", |
88 | | - "jest": "^27.0.6", |
89 | | - "prettier": "^2.3.2" |
| 87 | + "husky": "^7.0.4", |
| 88 | + "jest": "^27.5.1", |
| 89 | + "prettier": "^2.5.1" |
90 | 90 | }, |
91 | 91 | "release": { |
92 | 92 | "branch": "master", |
|
0 commit comments