summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKamran Ahmed <kamranahmed.se@gmail.com>2019-06-15 00:15:30 +0400
committerKamran Ahmed <kamranahmed.se@gmail.com>2019-06-15 00:15:30 +0400
commita6ef7592a201d59d0b7e21cde98e38339086f401 (patch)
tree54628283293064e20e3e6d88cd5acb7e62a66843 /package.json
parentFixed watchers parameter to subscribers_count (#32) (diff)
downloadgithunt-a6ef7592a201d59d0b7e21cde98e38339086f401.tar.gz
Update dependencies and add issue count
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json
index 21824e0..08f171a 100644
--- a/package.json
+++ b/package.json
@@ -3,23 +3,23 @@
"version": "0.1.1",
"private": true,
"dependencies": {
- "axios": "^0.18.0",
- "bootstrap": "^4.2.1",
+ "axios": "^0.19.0",
+ "bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"font-awesome": "^4.7.0",
"moment": "^2.24.0",
- "prop-types": "^15.6.2",
- "react": "^16.8.1",
- "react-dom": "^16.8.1",
- "react-redux": "^6.0.0",
- "react-router": "^4.3.1",
- "react-router-dom": "^4.3.1",
- "react-scripts": "2.1.3",
- "reactstrap": "^7.1.0",
+ "prop-types": "^15.7.2",
+ "react": "^16.8.6",
+ "react-dom": "^16.8.6",
+ "react-redux": "^7.1.0",
+ "react-router": "^5.0.1",
+ "react-router-dom": "^5.0.1",
+ "react-scripts": "3.0.1",
+ "reactstrap": "^8.0.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^5.10.0",
- "redux-persist-expire": "^1.0.2",
+ "redux-persist-expire": "^1.1.0",
"redux-thunk": "^2.3.0"
},
"scripts": {