mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-01 12:44:37 +00:00
fix(webapp): downgrade graphql - socket not working (#9302)
This commit is contained in:
parent
8feb34a41a
commit
732ac9a2ad
@ -37,7 +37,7 @@
|
||||
"cropperjs": "^1.6.2",
|
||||
"cross-env": "~10.1.0",
|
||||
"date-fns": "2.22.1",
|
||||
"graphql": "15.10.1",
|
||||
"graphql": "14.7.0",
|
||||
"intersection-observer": "^0.12.0",
|
||||
"jest-serializer-vue": "^3.1.0",
|
||||
"linkify-it": "~5.0.0",
|
||||
@ -111,6 +111,7 @@
|
||||
"vue-svg-loader": "~0.16.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"graphql": "14.7.0",
|
||||
"nan": "2.17.0",
|
||||
"vue": "2.7.16",
|
||||
"vue-server-renderer": "2.7.16"
|
||||
|
||||
@ -11912,18 +11912,13 @@ graphql-upload@^8.0.2:
|
||||
http-errors "^1.7.3"
|
||||
object-path "^0.11.4"
|
||||
|
||||
"graphql@14.0.2 - 14.2.0 || ^14.3.1", graphql@^14.5.8:
|
||||
"graphql@14.0.2 - 14.2.0 || ^14.3.1", graphql@14.7.0, graphql@^14.5.8, graphql@^15.3.0:
|
||||
version "14.7.0"
|
||||
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.7.0.tgz#7fa79a80a69be4a31c27dda824dc04dac2035a72"
|
||||
integrity sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==
|
||||
dependencies:
|
||||
iterall "^1.2.2"
|
||||
|
||||
graphql@15.10.1, graphql@^15.3.0:
|
||||
version "15.10.1"
|
||||
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.10.1.tgz#e9ff3bb928749275477f748b14aa5c30dcad6f2f"
|
||||
integrity sha512-BL/Xd/T9baO6NFzoMpiMD7YUZ62R6viR5tp/MULVEnbYJXZA//kRNW7J0j1w/wXArgL0sCxhDfK5dczSKn3+cg==
|
||||
|
||||
grid-index@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/grid-index/-/grid-index-1.1.0.tgz#97f8221edec1026c8377b86446a7c71e79522ea7"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user