Skip to content

Commit d167136

Browse files
authored
fix: Clean up package.json (#16)
1 parent 4066dc4 commit d167136

File tree

2 files changed

+4262
-3095
lines changed

2 files changed

+4262
-3095
lines changed

package.json

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"email": "[email protected]"
1414
},
1515
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/react-restart/hooks/issues"
18+
},
19+
"homepage": "https://github.com/react-restart/hooks#readme",
1620
"scripts": {
1721
"test": "jest --coverage",
1822
"tdd": "jest --watch",
@@ -39,41 +43,34 @@
3943
"conventionalCommits": true
4044
},
4145
"peerDependencies": {
42-
"react": "^16.8.0-0"
46+
"react": "^16.12.0"
4347
},
4448
"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",
4751
"@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",
5357
"@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",
5963
"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",
6569
"mq-polyfill": "^1.1.8",
66-
"prettier": "^1.18.2",
70+
"prettier": "^1.19.1",
6771
"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+
}
7976
}

0 commit comments

Comments
 (0)