|
26 | 26 | "fsevents": "*"
|
27 | 27 | },
|
28 | 28 | "dependencies": {
|
29 |
| - "axios": "^0.16.2", |
| 29 | + "axios": "^0.17.1", |
30 | 30 | "bluebird": "^3.5.1",
|
31 | 31 | "body-parser": "^1.18.2",
|
32 | 32 | "dotenv": "^4.0.0",
|
33 | 33 | "express": "^4.16.2",
|
34 | 34 | "history": "^4.7.2",
|
35 |
| - "immutability-helper": "^2.4.0", |
| 35 | + "immutability-helper": "^2.6.2", |
36 | 36 | "lodash": "^4.17.4",
|
37 |
| - "mongoose": "^4.12.1", |
| 37 | + "mongoose": "^4.13.7", |
38 | 38 | "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", |
43 | 43 | "react-redux": "^5.0.6",
|
44 | 44 | "react-router": "^4.2.0",
|
45 | 45 | "react-router-bootstrap": "^0.24.4",
|
46 | 46 | "react-router-dom": "^4.2.2",
|
47 | 47 | "react-router-redux": "^5.0.0-alpha.6",
|
48 |
| - "react-scripts": "^1.0.14", |
| 48 | + "react-scripts": "^1.0.17", |
49 | 49 | "react-search-input": "^0.11.3",
|
50 |
| - "react-select": "^1.0.0-rc.10", |
| 50 | + "react-select": "^1.1.0", |
51 | 51 | "react-spinkit": "^3.0.0",
|
52 | 52 | "redux": "^3.7.2",
|
53 | 53 | "redux-logger": "^3.0.6",
|
54 | 54 | "request": "^2.83.0",
|
55 | 55 | "twit": "^2.2.9",
|
56 |
| - "universal-cookie": "^2.1.0", |
| 56 | + "universal-cookie": "^2.1.2", |
57 | 57 | "untappd-js": "^1.0.3",
|
58 | 58 | "url": "^0.11.0"
|
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 |
| - "babel-preset-env": "^1.6.0", |
| 61 | + "babel-preset-env": "^1.6.1", |
62 | 62 | "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", |
70 | 70 | "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" |
74 | 74 | },
|
75 | 75 | "proxy": "http://localhost:3001",
|
76 | 76 | "jest": {
|
|
0 commit comments