We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1071b50 commit d4f76a3Copy full SHA for d4f76a3
package.json
@@ -19,23 +19,23 @@
19
"build": "./build"
20
},
21
"devDependencies": {
22
- "babel": "^5.8.23",
23
- "babel-core": "^5.8.23",
24
- "babel-loader": "^5.3.2",
25
- "babel-runtime": "^5.8.20",
+ "babel": "^6.5.2",
+ "babel-core": "^6.18.2",
+ "babel-loader": "^6.2.7",
+ "babel-runtime": "^6.18.0",
26
"express": "^4.13.3",
27
"js-yaml": "^3.4.0",
28
"less": "^2.7.1",
29
- "react": "15.3.1",
30
- "react-dom": "15.3.1",
+ "react": "15.3.2",
+ "react-dom": "15.3.2",
31
"sane": "^1.2.0",
32
"webpack": "^1.12.1"
33
34
"dependencies": {
35
"codemirror": "^5.6.0",
36
"codemirror-graphql": "^0.5.7",
37
"graphql": "^0.7.0",
38
- "graphql-tools": "^0.6.6",
+ "graphql-tools": "^0.8.0",
39
"marked": "^0.3.5"
40
}
41
0 commit comments