@strapi/plugin-graphql 5.0.0-beta.6 → 5.0.0-beta.8

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.0.0-beta.5";
12
+ const version = "5.0.0-beta.7";
13
13
  const description = "Adds GraphQL endpoint with default API methods.";
14
14
  const repository = {
15
15
  type: "git",
@@ -62,9 +62,9 @@ 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-beta.2",
66
- "@strapi/icons": "2.0.0-beta.2",
67
- "@strapi/utils": "5.0.0-beta.5",
65
+ "@strapi/design-system": "2.0.0-beta.4",
66
+ "@strapi/icons": "2.0.0-beta.4",
67
+ "@strapi/utils": "5.0.0-beta.7",
68
68
  graphql: "^16.8.1",
69
69
  "graphql-depth-limit": "^1.1.0",
70
70
  "graphql-playground-middleware-koa": "^1.6.21",
@@ -76,19 +76,19 @@ const dependencies = {
76
76
  pluralize: "8.0.0"
77
77
  };
78
78
  const devDependencies = {
79
- "@strapi/strapi": "5.0.0-beta.5",
80
- "@strapi/types": "5.0.0-beta.5",
79
+ "@strapi/strapi": "5.0.0-beta.7",
80
+ "@strapi/types": "5.0.0-beta.7",
81
81
  "@types/graphql-depth-limit": "1.1.5",
82
82
  "@types/koa-bodyparser": "4.3.12",
83
83
  "@types/koa__cors": "5.0.0",
84
84
  "cross-env": "^7.0.3",
85
- "eslint-config-custom": "5.0.0-beta.5",
85
+ "eslint-config-custom": "5.0.0-beta.7",
86
86
  koa: "2.15.2",
87
- react: "^18.2.0",
88
- "react-dom": "^18.2.0",
87
+ react: "18.3.1",
88
+ "react-dom": "18.3.1",
89
89
  "react-router-dom": "6.22.3",
90
- "styled-components": "5.3.11",
91
- tsconfig: "5.0.0-beta.5",
90
+ "styled-components": "6.1.8",
91
+ tsconfig: "5.0.0-beta.7",
92
92
  typescript: "5.3.2"
93
93
  };
94
94
  const peerDependencies = {
@@ -96,7 +96,7 @@ const peerDependencies = {
96
96
  react: "^17.0.0 || ^18.0.0",
97
97
  "react-dom": "^17.0.0 || ^18.0.0",
98
98
  "react-router-dom": "^6.0.0",
99
- "styled-components": "^5.2.1"
99
+ "styled-components": "^6.0.0"
100
100
  };
101
101
  const engines = {
102
102
  node: ">=18.0.0 <=20.x.x",
@@ -8,7 +8,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path) => {
8
8
  });
9
9
  };
10
10
  const name$1 = "@strapi/plugin-graphql";
11
- const version = "5.0.0-beta.5";
11
+ const version = "5.0.0-beta.7";
12
12
  const description = "Adds GraphQL endpoint with default API methods.";
13
13
  const repository = {
14
14
  type: "git",
@@ -61,9 +61,9 @@ 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-beta.2",
65
- "@strapi/icons": "2.0.0-beta.2",
66
- "@strapi/utils": "5.0.0-beta.5",
64
+ "@strapi/design-system": "2.0.0-beta.4",
65
+ "@strapi/icons": "2.0.0-beta.4",
66
+ "@strapi/utils": "5.0.0-beta.7",
67
67
  graphql: "^16.8.1",
68
68
  "graphql-depth-limit": "^1.1.0",
69
69
  "graphql-playground-middleware-koa": "^1.6.21",
@@ -75,19 +75,19 @@ const dependencies = {
75
75
  pluralize: "8.0.0"
76
76
  };
77
77
  const devDependencies = {
78
- "@strapi/strapi": "5.0.0-beta.5",
79
- "@strapi/types": "5.0.0-beta.5",
78
+ "@strapi/strapi": "5.0.0-beta.7",
79
+ "@strapi/types": "5.0.0-beta.7",
80
80
  "@types/graphql-depth-limit": "1.1.5",
81
81
  "@types/koa-bodyparser": "4.3.12",
82
82
  "@types/koa__cors": "5.0.0",
83
83
  "cross-env": "^7.0.3",
84
- "eslint-config-custom": "5.0.0-beta.5",
84
+ "eslint-config-custom": "5.0.0-beta.7",
85
85
  koa: "2.15.2",
86
- react: "^18.2.0",
87
- "react-dom": "^18.2.0",
86
+ react: "18.3.1",
87
+ "react-dom": "18.3.1",
88
88
  "react-router-dom": "6.22.3",
89
- "styled-components": "5.3.11",
90
- tsconfig: "5.0.0-beta.5",
89
+ "styled-components": "6.1.8",
90
+ tsconfig: "5.0.0-beta.7",
91
91
  typescript: "5.3.2"
92
92
  };
93
93
  const peerDependencies = {
@@ -95,7 +95,7 @@ const peerDependencies = {
95
95
  react: "^17.0.0 || ^18.0.0",
96
96
  "react-dom": "^17.0.0 || ^18.0.0",
97
97
  "react-router-dom": "^6.0.0",
98
- "styled-components": "^5.2.1"
98
+ "styled-components": "^6.0.0"
99
99
  };
100
100
  const engines = {
101
101
  node: ">=18.0.0 <=20.x.x",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-graphql",
3
- "version": "5.0.0-beta.6",
3
+ "version": "5.0.0-beta.8",
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-beta.2",
57
- "@strapi/icons": "2.0.0-beta.2",
58
- "@strapi/utils": "5.0.0-beta.6",
56
+ "@strapi/design-system": "2.0.0-beta.4",
57
+ "@strapi/icons": "2.0.0-beta.4",
58
+ "@strapi/utils": "5.0.0-beta.8",
59
59
  "graphql": "^16.8.1",
60
60
  "graphql-depth-limit": "^1.1.0",
61
61
  "graphql-playground-middleware-koa": "^1.6.21",
@@ -67,19 +67,19 @@
67
67
  "pluralize": "8.0.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@strapi/strapi": "5.0.0-beta.6",
71
- "@strapi/types": "5.0.0-beta.6",
70
+ "@strapi/strapi": "5.0.0-beta.8",
71
+ "@strapi/types": "5.0.0-beta.8",
72
72
  "@types/graphql-depth-limit": "1.1.5",
73
73
  "@types/koa-bodyparser": "4.3.12",
74
74
  "@types/koa__cors": "5.0.0",
75
75
  "cross-env": "^7.0.3",
76
- "eslint-config-custom": "5.0.0-beta.6",
76
+ "eslint-config-custom": "5.0.0-beta.8",
77
77
  "koa": "2.15.2",
78
- "react": "^18.2.0",
79
- "react-dom": "^18.2.0",
78
+ "react": "18.3.1",
79
+ "react-dom": "18.3.1",
80
80
  "react-router-dom": "6.22.3",
81
- "styled-components": "5.3.11",
82
- "tsconfig": "5.0.0-beta.6",
81
+ "styled-components": "6.1.8",
82
+ "tsconfig": "5.0.0-beta.8",
83
83
  "typescript": "5.3.2"
84
84
  },
85
85
  "peerDependencies": {
@@ -87,7 +87,7 @@
87
87
  "react": "^17.0.0 || ^18.0.0",
88
88
  "react-dom": "^17.0.0 || ^18.0.0",
89
89
  "react-router-dom": "^6.0.0",
90
- "styled-components": "^5.2.1"
90
+ "styled-components": "^6.0.0"
91
91
  },
92
92
  "engines": {
93
93
  "node": ">=18.0.0 <=20.x.x",
@@ -99,5 +99,5 @@
99
99
  "description": "Adds GraphQL endpoint with default API methods.",
100
100
  "kind": "plugin"
101
101
  },
102
- "gitHead": "6c76c1b8c2c6f54ae7cb159d801b966dbfb08d4d"
102
+ "gitHead": "710e683d6bc017dbc2804708580146daa4b2fc4c"
103
103
  }