Skip to content

Commit 36ce51b

Browse files
author
ml9951
committed
Updating dependencies
1 parent a25fc9c commit 36ce51b

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -26,51 +26,51 @@
2626
"fsevents": "*"
2727
},
2828
"dependencies": {
29-
"axios": "^0.16.2",
29+
"axios": "^0.17.1",
3030
"bluebird": "^3.5.1",
3131
"body-parser": "^1.18.2",
3232
"dotenv": "^4.0.0",
3333
"express": "^4.16.2",
3434
"history": "^4.7.2",
35-
"immutability-helper": "^2.4.0",
35+
"immutability-helper": "^2.6.2",
3636
"lodash": "^4.17.4",
37-
"mongoose": "^4.12.1",
37+
"mongoose": "^4.13.7",
3838
"node-untappd": "git+https://github.com/ml9951/node-untappd.git",
39-
"pg": "^7.3.0",
40-
"react-bootstrap": "^0.31.3",
41-
"react-cookie": "^2.1.1",
42-
"react-google-maps": "^8.5.0",
39+
"pg": "^7.4.0",
40+
"react-bootstrap": "^0.31.5",
41+
"react-cookie": "^2.1.2",
42+
"react-google-maps": "^9.4.3",
4343
"react-redux": "^5.0.6",
4444
"react-router": "^4.2.0",
4545
"react-router-bootstrap": "^0.24.4",
4646
"react-router-dom": "^4.2.2",
4747
"react-router-redux": "^5.0.0-alpha.6",
48-
"react-scripts": "^1.0.14",
48+
"react-scripts": "^1.0.17",
4949
"react-search-input": "^0.11.3",
50-
"react-select": "^1.0.0-rc.10",
50+
"react-select": "^1.1.0",
5151
"react-spinkit": "^3.0.0",
5252
"redux": "^3.7.2",
5353
"redux-logger": "^3.0.6",
5454
"request": "^2.83.0",
5555
"twit": "^2.2.9",
56-
"universal-cookie": "^2.1.0",
56+
"universal-cookie": "^2.1.2",
5757
"untappd-js": "^1.0.3",
5858
"url": "^0.11.0"
5959
},
6060
"devDependencies": {
61-
"babel-preset-env": "^1.6.0",
61+
"babel-preset-env": "^1.6.1",
6262
"babel-preset-stage-0": "^6.24.1",
63-
"enzyme": "^3.1.0",
64-
"enzyme-adapter-react-16": "^1.0.1",
65-
"enzyme-to-json": "^3.1.2",
66-
"flow-bin": "^0.56.0",
67-
"jest": "^21.2.1",
68-
"jest-cli": "^21.2.1",
69-
"react": "^16.0.0",
63+
"enzyme": "^3.2.0",
64+
"enzyme-adapter-react-16": "^1.1.1",
65+
"enzyme-to-json": "^3.3.0",
66+
"flow-bin": "^0.61.0",
67+
"jest": "^22.0.4",
68+
"jest-cli": "^22.0.4",
69+
"react": "^16.2.0",
7070
"react-addons-test-utils": "^15.6.2",
71-
"react-dom": "^16.0.0",
72-
"react-test-renderer": "^16.0.0",
73-
"sinon": "^4.0.1"
71+
"react-dom": "^16.2.0",
72+
"react-test-renderer": "^16.2.0",
73+
"sinon": "^4.1.3"
7474
},
7575
"proxy": "http://localhost:3001",
7676
"jest": {

0 commit comments

Comments
 (0)