|
23 | 23 | "format": "nx format:write", |
24 | 24 | "format:write": "nx format:write", |
25 | 25 | "format:check": "nx format:check", |
26 | | - "precommit": "lint-staged", |
27 | | - "semantic-release": "semantic-release" |
| 26 | + "pre-commit": "lint-staged", |
| 27 | + "semantic-release": "semantic-release", |
| 28 | + "prepare": "husky install" |
28 | 29 | }, |
29 | 30 | "dependencies": { |
30 | 31 | "@angular/animations": "12.0.0", |
|
41 | 42 | "@nrwl/angular": "12.0.3", |
42 | 43 | "@nrwl/nx-cloud": "11.2.0", |
43 | 44 | "@testing-library/dom": "7.29.4", |
44 | | - "@testing-library/user-event": "^12.0.11", |
| 45 | + "@testing-library/user-event": "^13.1.9", |
45 | 46 | "core-js": "^3.6.5", |
46 | 47 | "rxjs": "^6.5.5", |
47 | 48 | "tslib": "^2.0.0", |
|
70 | 71 | "cpy-cli": "^3.1.1", |
71 | 72 | "eslint": "^7.25.0", |
72 | 73 | "eslint-config-prettier": "8.2.0", |
73 | | - "eslint-plugin-import": "latest", |
| 74 | + "eslint-plugin-import": "^2.23.4", |
74 | 75 | "eslint-plugin-jest": "^24.3.5", |
75 | 76 | "eslint-plugin-jest-dom": "3.8.0", |
76 | 77 | "eslint-plugin-testing-library": "^4.0.1", |
77 | | - "husky": "^4.2.5", |
| 78 | + "husky": "^6.0.0", |
78 | 79 | "jest": "^26.1.0", |
79 | 80 | "jest-preset-angular": "8.4.0", |
80 | 81 | "lint-staged": "^10.2.11", |
81 | 82 | "ng-packagr": "12.0.0", |
82 | | - "prettier": "2.2.1", |
| 83 | + "prettier": "^2.3.0", |
83 | 84 | "rimraf": "^3.0.2", |
84 | 85 | "semantic-release": "^17.1.1", |
85 | 86 | "ts-jest": "26.5.4", |
|
0 commit comments