Skip to content

Commit cdc7096

Browse files
committed
fix(voyager): React update to make Voyager in admin UI work again
1 parent 2e43003 commit cdc7096

4 files changed

Lines changed: 229 additions & 187 deletions

File tree

assets/voyager/dist/bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/voyager/dist/voyager.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* GraphQL Voyager - Represent any GraphQL API as an interactive graph
33
* -------------------------------------------------------------
4-
* Version: "1.0.0-rc.27"
4+
* Version: "1.0.0-rc.28"
55
* Repo: https://github.com/APIs-guru/graphql-voyager
66
*/
77
@-webkit-keyframes voyager-shake {

assets/voyager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"dependencies": {
99
"graphql": "^0.13.2",
1010
"graphql-voyager": "^1.0.0-rc.27",
11-
"react": "^15.6.1",
12-
"react-dom": "^15.6.1"
11+
"react": "^16.3",
12+
"react-dom": "^16.3"
1313
},
1414
"devDependencies": {
1515
"babel": "^6.23.0",

0 commit comments

Comments
 (0)