@strapi/plugin-graphql 5.2.0 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path) => {
9
9
  });
10
10
  };
11
11
  const name$1 = "@strapi/plugin-graphql";
12
- const version = "5.1.1";
12
+ const version = "5.2.0";
13
13
  const description = "Adds GraphQL endpoint with default API methods.";
14
14
  const repository = {
15
15
  type: "git",
@@ -62,8 +62,8 @@ const dependencies = {
62
62
  "@graphql-tools/schema": "10.0.3",
63
63
  "@graphql-tools/utils": "^10.1.3",
64
64
  "@koa/cors": "5.0.0",
65
- "@strapi/design-system": "2.0.0-rc.11",
66
- "@strapi/icons": "2.0.0-rc.11",
65
+ "@strapi/design-system": "2.0.0-rc.12",
66
+ "@strapi/icons": "2.0.0-rc.12",
67
67
  "@strapi/utils": "workspace:*",
68
68
  graphql: "^16.8.1",
69
69
  "graphql-depth-limit": "^1.1.0",
@@ -8,7 +8,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path) => {
8
8
  });
9
9
  };
10
10
  const name$1 = "@strapi/plugin-graphql";
11
- const version = "5.1.1";
11
+ const version = "5.2.0";
12
12
  const description = "Adds GraphQL endpoint with default API methods.";
13
13
  const repository = {
14
14
  type: "git",
@@ -61,8 +61,8 @@ const dependencies = {
61
61
  "@graphql-tools/schema": "10.0.3",
62
62
  "@graphql-tools/utils": "^10.1.3",
63
63
  "@koa/cors": "5.0.0",
64
- "@strapi/design-system": "2.0.0-rc.11",
65
- "@strapi/icons": "2.0.0-rc.11",
64
+ "@strapi/design-system": "2.0.0-rc.12",
65
+ "@strapi/icons": "2.0.0-rc.12",
66
66
  "@strapi/utils": "workspace:*",
67
67
  graphql: "^16.8.1",
68
68
  "graphql-depth-limit": "^1.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-graphql",
3
- "version": "5.2.0",
3
+ "version": "5.3.0",
4
4
  "description": "Adds GraphQL endpoint with default API methods.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,9 +53,9 @@
53
53
  "@graphql-tools/schema": "10.0.3",
54
54
  "@graphql-tools/utils": "^10.1.3",
55
55
  "@koa/cors": "5.0.0",
56
- "@strapi/design-system": "2.0.0-rc.11",
57
- "@strapi/icons": "2.0.0-rc.11",
58
- "@strapi/utils": "5.2.0",
56
+ "@strapi/design-system": "2.0.0-rc.12",
57
+ "@strapi/icons": "2.0.0-rc.12",
58
+ "@strapi/utils": "5.3.0",
59
59
  "graphql": "^16.8.1",
60
60
  "graphql-depth-limit": "^1.1.0",
61
61
  "graphql-playground-middleware-koa": "^1.6.21",
@@ -68,19 +68,19 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@strapi/sdk-plugin": "^5.0.0",
71
- "@strapi/strapi": "5.2.0",
72
- "@strapi/types": "5.2.0",
71
+ "@strapi/strapi": "5.3.0",
72
+ "@strapi/types": "5.3.0",
73
73
  "@types/graphql-depth-limit": "1.1.5",
74
74
  "@types/koa-bodyparser": "4.3.12",
75
75
  "@types/koa__cors": "5.0.0",
76
76
  "cross-env": "^7.0.3",
77
- "eslint-config-custom": "5.2.0",
77
+ "eslint-config-custom": "5.3.0",
78
78
  "koa": "2.15.2",
79
79
  "react": "18.3.1",
80
80
  "react-dom": "18.3.1",
81
81
  "react-router-dom": "6.22.3",
82
82
  "styled-components": "6.1.8",
83
- "tsconfig": "5.2.0",
83
+ "tsconfig": "5.3.0",
84
84
  "typescript": "5.3.2"
85
85
  },
86
86
  "peerDependencies": {
@@ -100,5 +100,5 @@
100
100
  "description": "Adds GraphQL endpoint with default API methods.",
101
101
  "kind": "plugin"
102
102
  },
103
- "gitHead": "c3b3af2ac546ef6c4dab905d9094a12a02060327"
103
+ "gitHead": "a83471de7de7757b0e50c1b4cbb84b01028ba5d1"
104
104
  }