Commit 78a9a4a6 authored by Ruslan Konviser's avatar Ruslan Konviser
Browse files

fix: more fixes (including downgrade of GraphQL to 15.7.2)

parent 1d90269c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@
		"faker": "^5.5.3",
		"fingerprintjs2": "^2.0.6",
		"global": "^4.4.0",
		"graphql": "^16.0.1",
		"graphql": "15.7.2",
		"graphql-tag": "^2.12.6",
		"subscriptions-transport-ws": "^0.11.0",
		"highlight.js": "^11.2.0",
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@
		"es6-promise-plugin": "^4.2.2",
		"font-awesome": "^4.7.0",
		"fstream": "^1.0.12",
		"graphql": "^16.0.1",
		"graphql": "15.7.2",
		"graphql-tag": "^2.12.6",
		"handlebars": "^4.7.7",
		"hooks-fixed": "^2.0.2",
+3 −2
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@
		"@graphql-tools/load-files": "^6.5.2",
		"@graphql-tools/merge": "^8.2.1",
		"@graphql-tools/schema": "^8.3.1",
		"@graphql-tools/utils": "^8.5.3",
		"@nestjs/common": "^8.2.3",
		"@nestjs/core": "^8.2.3",
		"@nestjs/cqrs": "^8.0.0",
@@ -80,7 +81,7 @@
		"express-handlebars": "^5.3.4",
		"faker": "^5.5.3",
		"fstream": "^1.0.12",
		"graphql": "^16.0.1",
		"graphql": "15.7.2",
		"graphql-playground-middleware-express": "^1.7.23",
		"graphql-subscriptions": "^2.0.0",
		"graphql-tools": "^8.2.0",
@@ -151,7 +152,7 @@
		"@types/form-data": "^2.2.1",
		"@types/google-maps": "^3.2.3",
		"@types/googlemaps": "^3.30.16",
		"@types/graphql": "^14.2.3",
		"@types/graphql": "^14.5.0",
		"@types/handlebars": "^4.1.0",
		"@types/inversify": "^2.0.33",
		"@types/jest": "^27.0.2",
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@
		"es6-promise-plugin": "^4.2.2",
		"font-awesome": "^4.7.0",
		"fstream": "^1.0.12",
		"graphql": "^16.0.1",
		"graphql": "15.7.2",
		"graphql-tag": "^2.12.6",
		"subscriptions-transport-ws": "^0.11.0",
		"handlebars": "^4.7.7",
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@
		"cryptiles": "^4.1.3",
		"font-awesome": "^4.7.0",
		"fstream": "^1.0.12",
		"graphql": "^16.0.1",
		"graphql": "15.7.2",
		"graphql-tag": "^2.12.6",
		"subscriptions-transport-ws": "^0.11.0",
		"handlebars": "^4.7.7",
Loading