|
13 | 13 | |
14 | 14 | }, |
15 | 15 | "license": "MIT", |
| 16 | + "bugs": { |
| 17 | + "url": "https://github.com/react-restart/hooks/issues" |
| 18 | + }, |
| 19 | + "homepage": "https://github.com/react-restart/hooks#readme", |
16 | 20 | "scripts": { |
17 | 21 | "test": "jest --coverage", |
18 | 22 | "tdd": "jest --watch", |
|
39 | 43 | "conventionalCommits": true |
40 | 44 | }, |
41 | 45 | "peerDependencies": { |
42 | | - "react": "^16.8.0-0" |
| 46 | + "react": "^16.12.0" |
43 | 47 | }, |
44 | 48 | "devDependencies": { |
45 | | - "@4c/babel-preset": "^6.0.3", |
46 | | - "@4c/cli": "^0.8.3", |
| 49 | + "@4c/babel-preset": "^7.2.1", |
| 50 | + "@4c/cli": "^1.0.3", |
47 | 51 | "@4c/jest-preset": "^1.4.3", |
48 | | - "@4c/rollout": "^1.3.6", |
49 | | - "@4c/tsconfig": "^0.1.2", |
50 | | - "@babel/cli": "^7.5.5", |
51 | | - "@babel/core": "^7.5.5", |
52 | | - "@babel/preset-typescript": "^7.3.3", |
| 52 | + "@4c/rollout": "^2.0.3", |
| 53 | + "@4c/tsconfig": "^0.3.0", |
| 54 | + "@babel/cli": "^7.7.0", |
| 55 | + "@babel/core": "^7.7.2", |
| 56 | + "@babel/preset-typescript": "^7.7.2", |
53 | 57 | "@types/enzyme": "^3.10.3", |
54 | | - "@types/jest": "^24.0.17", |
55 | | - "@types/react": "^16.9.1", |
56 | | - "babel-jest": "^24.8.0", |
57 | | - "cherry-pick": "^0.4.0", |
58 | | - "codecov": "^3.5.0", |
| 58 | + "@types/jest": "^24.0.23", |
| 59 | + "@types/react": "^16.9.12", |
| 60 | + "babel-jest": "^24.9.0", |
| 61 | + "cherry-pick": "^0.5.0", |
| 62 | + "codecov": "^3.6.1", |
59 | 63 | "enzyme": "^3.10.0", |
60 | | - "enzyme-adapter-react-16": "^1.14.0", |
61 | | - "eslint": "^5.16.0", |
62 | | - "husky": "^3.0.3", |
63 | | - "jest": "^24.8.0", |
64 | | - "lint-staged": "^9.2.1", |
| 64 | + "enzyme-adapter-react-16": "^1.15.1", |
| 65 | + "eslint": "^6.7.0", |
| 66 | + "husky": "^3.1.0", |
| 67 | + "jest": "^24.9.0", |
| 68 | + "lint-staged": "^9.4.3", |
65 | 69 | "mq-polyfill": "^1.1.8", |
66 | | - "prettier": "^1.18.2", |
| 70 | + "prettier": "^1.19.1", |
67 | 71 | "react": "^16.9.0", |
68 | | - "react-dom": "^16.9.0", |
69 | | - "rimraf": "^2.6.3", |
70 | | - "rollout": "^0.1.0", |
71 | | - "typescript": "^3.5.3" |
72 | | - }, |
73 | | - "bugs": { |
74 | | - "url": "https://github.com/jquense/react-common-hooks/issues" |
75 | | - }, |
76 | | - "readme": "ERROR: No README data found!", |
77 | | - "homepage": "https://github.com/jquense/react-common-hooks#readme", |
78 | | - "_id": "@restart/[email protected]" |
| 72 | + "react-dom": "^16.12.0", |
| 73 | + "rimraf": "^3.0.0", |
| 74 | + "typescript": "^3.7.2" |
| 75 | + } |
79 | 76 | } |
0 commit comments