We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbed9a commit dcb01b7Copy full SHA for dcb01b7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql-custom-directives",
3
- "version": "0.2.8",
+ "version": "0.2.9",
4
"description": "Create custom graphql directives with the ability to hook the execution of graphql",
5
"main": "dist/index.js",
6
"scripts": {
@@ -33,7 +33,7 @@
33
},
34
"homepage": "https://github.com/lirown/graphql-custom-directives#readme",
35
"dependencies": {
36
- "moment": "^2.17.10",
+ "moment": "^2.22.2",
37
"numeral": "^2.0.6",
38
"lodash": "^4.17.5"
39
0 commit comments