Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
},
"dependencies": {
"create-react-context": "^0.2.2",
"hoist-non-react-statics": "^2.3.1",
"hoist-non-react-statics": "^3.0.1",
"invariant": "^2.2.2"
},
"devDependencies": {
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.4",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-root-import": "^6.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand All @@ -61,16 +61,16 @@
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^5.0.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-unobtrusive": "^1.2.1",
"eslint-plugin-flowtype": "^2.43.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.10.0",
"flow-bin": "^0.76.0",
"flow-bin": "^0.82.0",
"gh-pages-travis": "^1.0.4",
"html-webpack-plugin": "^3.0.0",
"html-webpack-react-root-plugin": "^0.9.0",
"husky": "^0.14.3",
"husky": "^1.1.1",
"jest": "^23.2.0",
"lint-staged": "^7.0.0",
"prettier": "^1.13.7",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build Status](https://img.shields.io/travis/react-converse/react-converse.svg?maxAge=0)](https://travis-ci.org/react-converse/react-converse)
[![Coverage Status](https://img.shields.io/coveralls/react-converse/react-converse.svg?maxAge=0)](https://coveralls.io/github/react-converse/react-converse?branch=master)
[![dependencies Status](https://img.shields.io/david/react-converse/react-converse.svg?maxAge=0)](https://david-dm.org/react-converse/react-converse)
[![devDependencies Status](https://img.shields.io/david/dev/react-converse/react-converse.svg?maxAge=0)](https://david-dm.org/react-converse/react-converse?type=dev)
[![devDependencies Status](https://img.shields.io/david/dev/react-converse/react-converse.svg?maxAge=0)](https://david-dm.org/react-converse/react-converse?type=dev) [![Greenkeeper badge](https://badges.greenkeeper.io/sergeybekrin/react-converse.svg)](https://greenkeeper.io/)

**react-converse** is a module for creating chatbot-like interaction based on
data in graph format. It solves data and UI separation great being small,
Expand Down
Loading