Skip to content

Commit 9aa5b87

Browse files
committed
feat(package.json): upgrade dependencies
1 parent 4673249 commit 9aa5b87

File tree

2 files changed

+1496
-1480
lines changed

2 files changed

+1496
-1480
lines changed

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
"homepage": "https://github.com/jedwards1211/react-library-skeleton#readme",
5656
"devDependencies": {
5757
"@jedwards1211/eslint-config-flow": "^1.0.0",
58-
"@jedwards1211/eslint-config-react": "^1.0.1",
58+
"@jedwards1211/eslint-config-react": "^2.0.0",
5959
"@kadira/storybook": "^2.35.2",
6060
"babel-cli": "^6.22.2",
6161
"babel-core": "^6.22.1",
6262
"babel-eslint": "^7.1.1",
63-
"babel-plugin-flow-react-proptypes": "^0.21.0",
63+
"babel-plugin-flow-react-proptypes": "^2.2.1",
6464
"babel-plugin-istanbul": "^4.0.0",
6565
"babel-plugin-transform-react-constant-elements": "^6.9.1",
6666
"babel-plugin-transform-runtime": "^6.22.0",
@@ -76,14 +76,14 @@
7676
"enzyme": "^2.7.0",
7777
"eslint": "^3.13.1",
7878
"eslint-plugin-flowtype": "^2.30.0",
79-
"eslint-plugin-react": "^6.8.0",
79+
"eslint-plugin-react": "^7.0.0",
8080
"eslint-watch": "^3.0.0",
81-
"flow-bin": "^0.41.0",
81+
"flow-bin": "^0.46.0",
8282
"flow-watch": "^1.1.0",
8383
"husky": "^0.13.1",
8484
"istanbul": "^0.4.5",
85-
"jsdom": "^9.9.1",
86-
"jsdom-global": "^2.1.1",
85+
"jsdom": "^10.1.0",
86+
"jsdom-global": "^3.0.2",
8787
"mocha": "^3.2.0",
8888
"nyc": "^10.1.2",
8989
"react": "^15.4.2",
@@ -97,5 +97,7 @@
9797
"peerDependencies": {
9898
"react": "0.14.x || ^15.0.0"
9999
},
100-
"dependencies": {}
100+
"dependencies": {
101+
"prop-types": "^15.0.0"
102+
}
101103
}

0 commit comments

Comments
 (0)