You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2020/11/06 19:16:02 UTC

[unomi] branch master updated: Fix GraphQL playground dependencies.

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new 76eaab3  Fix GraphQL playground dependencies.
76eaab3 is described below

commit 76eaab35bb70865a2125f9ebe7a99097862100f2
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Fri Nov 6 20:15:55 2020 +0100

    Fix GraphQL playground dependencies.
---
 graphql/graphql-playground/package.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/graphql/graphql-playground/package.json b/graphql/graphql-playground/package.json
index d3537d9..a452710 100644
--- a/graphql/graphql-playground/package.json
+++ b/graphql/graphql-playground/package.json
@@ -15,8 +15,10 @@
   },
   "dependencies": {
     "graphql": "^15.2.0",
-    "graphql-playground-react": "^1.7.23",
-    "react": "^16.13.1"
+    "graphql-playground-react": "^1.7.27",
+    "react": "^16.13.1",
+    "react-dom": "^16.13.1",
+    "react-redux": "^7.2.2"
   },
   "devDependencies": {
     "@babel/core": "^7.10.4",