Skip to content

Commit a4b5307

Browse files
author
Kent C. Dodds
committed
fix(build): upgrade all deps
Closes #279
1 parent 74a6eba commit a4b5307

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ dist
66
.DS_Store
77
.eslintcache
88

9+
yarn-error.log
10+
911
# these cause more harm than good
1012
# when working with contributors
1113
package-lock.json
1214
yarn.lock
15+

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@
1515
"test": "kcd-scripts test --config=other/jest.config.js",
1616
"test:update": "npm test -- --updateSnapshot --coverage",
1717
"validate": "kcd-scripts validate",
18-
"setup": "npm install && npm run validate -s",
19-
"precommit": "kcd-scripts precommit"
18+
"setup": "npm install && npm run validate -s"
19+
},
20+
"husky": {
21+
"hooks": {
22+
"pre-commit": "kcd-scripts pre-commit"
23+
}
2024
},
2125
"files": [
2226
"dist",
@@ -38,6 +42,7 @@
3842
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
3943
"license": "MIT",
4044
"dependencies": {
45+
"@babel/runtime": "^7.3.1",
4146
"dom-testing-library": "^3.13.1"
4247
},
4348
"devDependencies": {
@@ -46,12 +51,12 @@
4651
"axios": "^0.18.0",
4752
"eslint-import-resolver-jest": "^2.1.1",
4853
"history": "^4.7.2",
49-
"jest-dom": "^2.0.4",
54+
"jest-dom": "3.0.1",
5055
"jest-in-case": "^1.0.2",
51-
"kcd-scripts": "^0.44.0",
56+
"kcd-scripts": "0.49.0",
5257
"react": "^16.8.0",
5358
"react-dom": "^16.8.0",
54-
"react-redux": "^5.0.7",
59+
"react-redux": "6.0.0",
5560
"react-router": "^4.3.1",
5661
"react-router-dom": "^4.3.1",
5762
"react-transition-group": "^2.5.0",

0 commit comments

Comments
 (0)