chore: bump version (#3784)

This commit is contained in:
Alex Yang
2023-08-16 14:53:33 -05:00
committed by GitHub
parent 61ffc4220c
commit 61ba85e1f3
25 changed files with 2020 additions and 1520 deletions

View File

@@ -16,12 +16,12 @@
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/lodash-es": "^4.17.8",
"lodash-es": "^4.17.21",
"prettier": "^3.0.1"
"prettier": "^3.0.2"
},
"scripts": {
"postinstall": "gql-gen"
},
"dependencies": {
"graphql": "^16.7.1"
"graphql": "^16.8.0"
}
}