Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 4719872

Browse files
just for kicks, updating example dependencies (#126)
1 parent 28449dc commit 4719872

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

examples/twitter/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,30 @@
1111
"license": "MIT",
1212
"dependencies": {
1313
"@flowio/redux-fetch": "0.14.0-alpha.2",
14-
"babel-core": "6.24.1",
14+
"babel-core": "^6.26.3",
1515
"babel-loader": "7.0.0",
16-
"babel-register": "6.24.1",
16+
"babel-register": "^6.26.0",
1717
"bell": "8.6.0",
1818
"boom": "4.3.1",
1919
"chokidar": "1.6.1",
2020
"config": "1.26.1",
2121
"css-loader": "0.28.1",
2222
"glue": "4.1.0",
2323
"good": "7.1.0",
24-
"good-console": "6.4.0",
24+
"good-console": "^7.1.0",
2525
"good-file": "6.0.1",
2626
"good-squeeze": "5.0.2",
27-
"hapi": "16.1.1",
28-
"hapi-auth-jwt2": "7.2.4",
27+
"hapi": "^16.6.3",
28+
"hapi-auth-jwt2": "^8.1.0",
2929
"hapi-webpack-dev-middleware": "2.0.0",
3030
"hapi-webpack-hot-middleware": "2.0.0",
31-
"hoek": "4.1.1",
31+
"hoek": "^5.0.3",
3232
"inert": "4.2.0",
3333
"isomorphic-fetch": "2.2.1",
34-
"joi": "10.4.1",
35-
"jsonwebtoken": "7.4.0",
34+
"joi": "^13.3.0",
35+
"jsonwebtoken": "^8.2.1",
3636
"keymirror": "0.1.1",
37-
"lodash": "4.17.4",
37+
"lodash": "^4.17.10",
3838
"nodemon": "1.11.0",
3939
"oauth": "0.9.15",
4040
"passport-twitter": "1.0.4",
@@ -43,7 +43,7 @@
4343
"react-bem-helper": "1.4.1",
4444
"react-bootstrap": "0.31.0",
4545
"react-dom": "15.5.4",
46-
"react-hot-loader": "3.0.0-beta.6",
46+
"react-hot-loader": "^4.2.0",
4747
"react-redux": "5.0.4",
4848
"react-router": "3.0.5",
4949
"react-router-bootstrap": "0.23.3",

0 commit comments

Comments
 (0)