Skip to content

Commit 268f436

Browse files
Merge pull request #8 from markusguenther/update-dependencies
Update dependencies
2 parents 8adc420 + 51c6b9e commit 268f436

File tree

2 files changed

+310
-123
lines changed

2 files changed

+310
-123
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,29 @@
2727
],
2828
"dependencies": {
2929
"hoist-non-react-statics": "^1.2.0",
30-
"invariant": "^2.2.1"
30+
"invariant": "^2.2.4"
3131
},
3232
"devDependencies": {
33-
"@types/react": "^15.0.24",
34-
"babel-cli": "^6.24.1",
35-
"babel-core": "^6.24.1",
33+
"@types/react": "^16.4.7",
34+
"babel-cli": "^6.26.0",
35+
"babel-core": "^6.26.3",
3636
"babel-eslint": "^7.2.3",
37-
"babel-plugin-transform-decorators-legacy": "^1.3.4",
37+
"babel-plugin-transform-decorators-legacy": "^1.3.5",
3838
"babel-preset-es2015": "^6.24.1",
3939
"babel-preset-react": "^6.24.1",
4040
"babel-preset-stage-0": "^6.24.1",
4141
"eslint": "^3.19.0",
4242
"eslint-config-rackt": "^1.1.1",
4343
"eslint-plugin-babel": "^4.1.1",
44-
"eslint-plugin-react": "^7.0.0",
44+
"eslint-plugin-react": "^7.10.0",
4545
"expect": "^1.18.0",
46-
"fbjs": "^0.8.12",
46+
"fbjs": "^0.8.17",
4747
"jsdom": "^9.8.3",
4848
"mocha": "^3.3.0",
49-
"prop-types": "^15.5.9",
50-
"react": "^16.3.2",
51-
"react-dom": "^16.3.2",
52-
"rimraf": "^2.6.1",
49+
"prop-types": "^15.6.2",
50+
"react": "^16.4.2",
51+
"react-dom": "^16.4.2",
52+
"rimraf": "^2.6.2",
5353
"sinon": "^1.17.6"
5454
},
5555
"files": [

0 commit comments

Comments
 (0)