|
10 | 10 | "scripts": { |
11 | 11 | "build": "lerna run build --sort --stream --scope=@vue-async/*", |
12 | 12 | "test": "jest --coverage --passWithNoTests", |
13 | | - "test:utils": "jest packages/utils/", |
14 | 13 | "prepublishOnly": "yarn install --ignore-scripts && yarn changelog && yarn build && yarn test", |
15 | 14 | "release": "lerna publish", |
16 | 15 | "release:git": "lerna publish form-git", |
|
23 | 22 | "changelog": "node ./scripts/genChangelog.js", |
24 | 23 | "commit": "git-cz" |
25 | 24 | }, |
26 | | - "config": { |
27 | | - "commitizen": { |
28 | | - "path": "./node_modules/cz-lerna-changelog" |
29 | | - } |
30 | | - }, |
31 | 25 | "dependencies": {}, |
32 | 26 | "devDependencies": { |
33 | 27 | "@babel/cli": "^7.9.0", |
34 | 28 | "@babel/core": "^7.9.0", |
35 | 29 | "@babel/preset-env": "^7.9.0", |
36 | 30 | "@babel/preset-typescript": "^7.16.7", |
37 | | - "@commitlint/cli": "^8.3.4", |
38 | | - "@commitlint/config-conventional": "^8.3.4", |
| 31 | + "@commitlint/cli": "^12.1.4", |
| 32 | + "@commitlint/config-conventional": "^12.1.4", |
39 | 33 | "@rollup/plugin-babel": "^5.0.0", |
40 | 34 | "@rollup/plugin-commonjs": "^11.1.0", |
41 | 35 | "@rollup/plugin-json": "^4.0.2", |
|
62 | 56 | "eslint-plugin-prettier": "^3.1.2", |
63 | 57 | "fs-extra": "^10.1.0", |
64 | 58 | "glob-gitignore": "^1.0.14", |
65 | | - "husky": ">=1", |
66 | 59 | "jest": "^26.0.0", |
67 | 60 | "jest-dom": "^3.1.2", |
68 | 61 | "lerna": "^3.20.2", |
|
83 | 76 | "ts-jest": "^26.0.0", |
84 | 77 | "ts-loader": "^8.0.3", |
85 | 78 | "ts-node": "^10.7.0", |
86 | | - "ttypescript": "^1.5.13", |
87 | 79 | "typescript": "^4.1.5", |
88 | | - "util": "^0.12.1" |
| 80 | + "util": "^0.12.1", |
| 81 | + "yorkie": "^2.0.0" |
89 | 82 | }, |
90 | | - "husky": { |
91 | | - "hooks": { |
92 | | - "pre-commit": "lint-staged && yarn test", |
93 | | - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" |
| 83 | + "config": { |
| 84 | + "commitizen": { |
| 85 | + "path": "./node_modules/cz-lerna-changelog" |
94 | 86 | } |
95 | 87 | }, |
| 88 | + "gitHooks": { |
| 89 | + "commit-msg": "commitlint -e -V", |
| 90 | + "pre-commit": "lint-staged" |
| 91 | + }, |
96 | 92 | "workspaces": { |
97 | 93 | "packages": [ |
98 | 94 | "packages/*", |
|
0 commit comments