Skip to content
This repository was archived by the owner on Jun 21, 2019. It is now read-only.

Commit a987cda

Browse files
committed
updated deps
1 parent e0478e3 commit a987cda

File tree

3 files changed

+2073
-1470
lines changed

3 files changed

+2073
-1470
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Kafka REST UI :mushroom:
22
[![Dependency Status](https://david-dm.org/nodefluent/kafka-rest-ui.svg)](https://david-dm.org/nodefluent/kafka-rest-ui)
33

4-
Kafka rest ui is a kafka topics browser.
4+
Kafka-Rest-UI is a kafka topics browser.
55

6-
> NOTE: the goal of this project is to offer a fast user interface [kafka-rest](https://github.com/nodefluent/kafka-rest).
6+
> NOTE: The goal of this project is to offer a fast user interface for [kafka-rest](https://github.com/nodefluent/kafka-rest).
77
88
#### Features:
99

@@ -88,5 +88,5 @@ services:
8888
8989
- [x] Replace caddy server with nginx
9090
- [ ] Add multi enpoint support
91-
- [ ] refactor mapping in reducers
92-
- [ ] write some tests
91+
- [ ] Refactor mapping in reducers
92+
- [ ] Write tests

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@
77
"author": "nodefluent",
88
"license": "MIT",
99
"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",
1616
"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",
2424
"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",
2929
"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"
3333
},
3434
"scripts": {
3535
"start": "react-scripts start",
@@ -52,12 +52,12 @@
5252
"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"
5353
},
5454
"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"
6262
}
6363
}

0 commit comments

Comments
 (0)