|
7 | 7 | "author": "nodefluent",
|
8 | 8 | "license": "MIT",
|
9 | 9 | "dependencies": {
|
10 |
| - "axios": "^0.16.2", |
11 |
| - "eslint": "^4.6.1", |
12 |
| - "localforage": "^1.5.0", |
13 |
| - "react": "^15.6.1", |
14 |
| - "react-bootstrap": "^0.31.3", |
15 |
| - "react-dom": "^15.6.1", |
| 10 | + "axios": "^0.18.0", |
| 11 | + "eslint": "^4.19.1", |
| 12 | + "localforage": "^1.7.1", |
| 13 | + "react": "^16.3.2", |
| 14 | + "react-bootstrap": "^0.32.1", |
| 15 | + "react-dom": "^16.3.2", |
16 | 16 | "react-icons-kit": "^1.0.7",
|
17 |
| - "react-json-view": "^1.12.4", |
18 |
| - "react-notification-system": "^0.2.15", |
19 |
| - "react-pager": "^1.3.2", |
20 |
| - "react-redux": "^5.0.6", |
21 |
| - "react-router": "^4.1.1", |
22 |
| - "react-router-dom": "^4.1.1", |
23 |
| - "react-scripts": "1.0.13", |
| 17 | + "react-json-view": "^1.16.1", |
| 18 | + "react-notification-system": "^0.2.17", |
| 19 | + "react-pager": "^1.3.3", |
| 20 | + "react-redux": "^5.0.7", |
| 21 | + "react-router": "^4.2.0", |
| 22 | + "react-router-dom": "^4.2.2", |
| 23 | + "react-scripts": "1.1.4", |
24 | 24 | "react-sidenav": "^2.1.2",
|
25 |
| - "react-table": "^6.5.3", |
26 |
| - "react-tabs": "^2.0.0", |
27 |
| - "react-tap-event-plugin": "^2.0.1", |
28 |
| - "redux": "^3.7.2", |
| 25 | + "react-table": "^6.8.2", |
| 26 | + "react-tabs": "^2.2.2", |
| 27 | + "react-tap-event-plugin": "^3.0.2", |
| 28 | + "redux": "^4.0.0", |
29 | 29 | "redux-logger": "^3.0.6",
|
30 |
| - "redux-observable": "^0.16.0", |
31 |
| - "redux-persist": "^4.9.1", |
32 |
| - "rxjs": "^5.4.3" |
| 30 | + "redux-observable": "^0.18.0", |
| 31 | + "redux-persist": "^5.9.1", |
| 32 | + "rxjs": "^5.5.10" |
33 | 33 | },
|
34 | 34 | "scripts": {
|
35 | 35 | "start": "react-scripts start",
|
|
52 | 52 | "kafka:generate-data": "while IFS= read line; do echo \"echo '$line' | kafka-console-producer.sh --topic=test --broker-list=localhost:9092 --property='parse.key=true' --property='key.separator=#' \" | docker exec -i kafkasetup_kafka_1 bash -; done< ./kafka-setup/test-data.txt"
|
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "babel-eslint": "^8.0.0", |
56 |
| - "eslint-config-airbnb": "^15.1.0", |
57 |
| - "eslint-plugin-flowtype": "^2.35.1", |
58 |
| - "eslint-plugin-import": "^2.7.0", |
59 |
| - "eslint-plugin-jsx-a11y": "^5.1.1", |
60 |
| - "eslint-plugin-react": "^7.3.0", |
61 |
| - "flow-bin": "^0.54.1" |
| 55 | + "babel-eslint": "^8.2.3", |
| 56 | + "eslint-config-airbnb": "^16.1.0", |
| 57 | + "eslint-plugin-flowtype": "^2.46.3", |
| 58 | + "eslint-plugin-import": "^2.11.0", |
| 59 | + "eslint-plugin-jsx-a11y": "^6.0.3", |
| 60 | + "eslint-plugin-react": "^7.7.0", |
| 61 | + "flow-bin": "^0.70.0" |
62 | 62 | }
|
63 | 63 | }
|
0 commit comments