diff --git a/package.json b/package.json index 9a277dbc..fedffd56 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "patch-package": "^8.0.0", "prosemirror-history": "1.3.2", "prosemirror-trailing-node": "2.0.7", - "prosemirror-view": "1.32.7", + "prosemirror-view": "1.33.1", "rollup": "4.11.0", "sass": "1.69.5", "solid-js": "1.8.15", diff --git a/src/graphql/query/core/articles-load-random-topic.ts b/src/graphql/query/core/articles-load-random-topic.ts index 099895a6..c7ee8dc8 100644 --- a/src/graphql/query/core/articles-load-random-topic.ts +++ b/src/graphql/query/core/articles-load-random-topic.ts @@ -53,7 +53,6 @@ export default gql` featured_at stat { viewed - rating commented } diff --git a/src/graphql/query/core/author-by.ts b/src/graphql/query/core/author-by.ts index 6fc79a12..3f5e0f95 100644 --- a/src/graphql/query/core/author-by.ts +++ b/src/graphql/query/core/author-by.ts @@ -18,7 +18,7 @@ export default gql` authors followers rating - commented + comments } } } diff --git a/src/graphql/query/core/author-id.ts b/src/graphql/query/core/author-id.ts index 9f1155a6..8c621479 100644 --- a/src/graphql/query/core/author-id.ts +++ b/src/graphql/query/core/author-id.ts @@ -17,7 +17,7 @@ export default gql` authors followers rating - comments: commented + comments rating_shouts rating_comments } diff --git a/src/graphql/query/core/authors-load-by.ts b/src/graphql/query/core/authors-load-by.ts index 5e5b7541..e806919e 100644 --- a/src/graphql/query/core/authors-load-by.ts +++ b/src/graphql/query/core/authors-load-by.ts @@ -14,7 +14,7 @@ export default gql` authors followers rating - comments: commented + comments rating_shouts rating_comments }