graphql-operation-to-pojo
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "graphql-operation-to-pojo", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Converts GraphQL operations to plain old JS objects (POJOs), ready to to be serialized to JSON", | ||
@@ -43,7 +43,7 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.1.2", | ||
"@babel/core": "^7.1.2", | ||
"@babel/plugin-proposal-class-properties": "^7.1.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.1.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.4.0", | ||
"@babel/plugin-proposal-class-properties": "^7.4.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.4.0", | ||
"@babel/preset-env": "^7.4.2", | ||
"@babel/preset-flow": "^7.0.0", | ||
@@ -53,8 +53,11 @@ "babel-core": "~7.0.0-bridge.0", | ||
"flow-bin": "^0.82.0", | ||
"graphql": "^14.0.2", | ||
"husky": "^1.1.1", | ||
"graphql": "^14.2.0", | ||
"husky": "^1.3.1", | ||
"jest": "^23.6.0", | ||
"prettier": "~1.14.3", | ||
"pretty-quick": "^1.7.0" | ||
"pretty-quick": "^1.10.0" | ||
}, | ||
"peerDependencies": { | ||
"graphql": ">=12.0.0" | ||
} | ||
} |
42279
1