|
42 | 42 | "test": "npm run type-check && jest",
|
43 | 43 | "type-check": "tsc --noEmit --pretty",
|
44 | 44 | "watch": "concurrently 'tsc --watch --project tsconfig.build.json' 'chokidar \"lib/**/*.js\" -c \"yalc publish --force --push\"'",
|
45 |
| - "release": "npx [email protected] shipit -v" |
46 |
| - }, |
47 |
| - "husky": { |
48 |
| - "hooks": { |
49 |
| - "pre-commit": "lint-staged" |
50 |
| - } |
| 45 | + "release": "npx [email protected] shipit -v", |
| 46 | + "prepare": "husky install" |
51 | 47 | },
|
52 | 48 | "lint-staged": {
|
53 | 49 | "**/*.json": [
|
|
77 | 73 | },
|
78 | 74 | "devDependencies": {
|
79 | 75 | "@babel/runtime": "7.15.4",
|
80 |
| - "@types/graphql": "^14.2.3", |
81 |
| - "@types/invariant": "2.2.34", |
| 76 | + "@types/invariant": "2.2.35", |
82 | 77 | "@types/jest": "^26.0.20",
|
83 | 78 | "@types/node": "16.10.1",
|
84 | 79 | "@types/relay-compiler": "^8.0.0",
|
85 | 80 | "@types/relay-runtime": "^10.0.1",
|
86 | 81 | "babel-plugin-relay": "^11.0.1",
|
87 |
| - "chokidar-cli": "^2.0.0", |
88 |
| - "concurrently": "^6.0.2", |
| 82 | + "chokidar-cli": "^3.0.0", |
| 83 | + "concurrently": "^6.2.2", |
89 | 84 | "glob": "^7.1.6",
|
90 |
| - "graphql": "^15.3.0", |
91 |
| - "husky": "^4.3.8", |
| 85 | + "graphql": "^15.6.0", |
| 86 | + "husky": "^7.0.0", |
92 | 87 | "jest": "^26.6.3",
|
93 | 88 | "jest-cli": "^26.6.3",
|
94 |
| - "lint-staged": "^10.5.3", |
| 89 | + "lint-staged": "^11.1.2", |
95 | 90 | "prettier": "^2.2.1",
|
96 | 91 | "relay-compiler": "^10.0.1",
|
97 | 92 | "relay-runtime": "^10.0.1",
|
|
0 commit comments