summaryrefslogtreecommitdiff
path: root/src/main/js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/js/package.json')
-rw-r--r--src/main/js/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/js/package.json b/src/main/js/package.json
index d47c5f90..7807aedd 100644
--- a/src/main/js/package.json
+++ b/src/main/js/package.json
@@ -8,8 +8,8 @@
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1",
- "sockjs-client": "1.1.1",
- "stomp-websocket": "2.3.4"
+ "react-redux": "^5.0.1",
+ "redux": "^3.6.0",
},
"scripts": {
"start": "react-scripts start",
bgstack15