Release 4.10.2 (#7513)

* move graphql-tag from devDependencies to dependencies (#7183)

* bump version

* Update CHANGELOG.md
This commit is contained in:
Manuel
2021-08-24 00:46:39 +02:00
committed by GitHub
parent 0be0b87b2d
commit 0bfa6b7cc1
3 changed files with 29 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "4.10.1",
"version": "4.10.2",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
@@ -38,6 +38,7 @@
"graphql": "15.4.0",
"graphql-list-fields": "2.0.2",
"graphql-relay": "0.6.0",
"graphql-tag": "2.12.5",
"graphql-upload": "11.0.0",
"intersect": "1.0.1",
"jsonwebtoken": "8.5.1",
@@ -81,7 +82,6 @@
"eslint-plugin-flowtype": "5.1.3",
"flow-bin": "0.119.1",
"form-data": "3.0.0",
"graphql-tag": "2.10.1",
"husky": "4.2.5",
"jasmine": "3.5.0",
"jsdoc": "3.6.7",