@graphcommerce/graphql-mesh 3.2.4 → 3.2.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.
- package/package.json +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/graphql-mesh",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.8",
|
|
4
4
|
"author": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -9,39 +9,39 @@
|
|
|
9
9
|
"start": "next start"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@graphql-mesh/cache-inmemory-lru": "^0.5.
|
|
13
|
-
"@graphql-mesh/cli": "^0.
|
|
14
|
-
"@graphql-mesh/config": "^0.
|
|
15
|
-
"@graphql-mesh/graphql": "^0.
|
|
16
|
-
"@graphql-mesh/merger-stitching": "^0.
|
|
17
|
-
"@graphql-mesh/runtime": "^0.
|
|
18
|
-
"@graphql-mesh/store": "^0.
|
|
19
|
-
"@graphql-mesh/transform-cache": "^0.
|
|
20
|
-
"@graphql-mesh/transform-federation": "^0.
|
|
21
|
-
"@graphql-mesh/transform-filter-schema": "^0.
|
|
22
|
-
"@graphql-mesh/types": "^0.
|
|
23
|
-
"@graphql-mesh/utils": "^0.
|
|
24
|
-
"@graphql-tools/utils": "^8.5.
|
|
25
|
-
"@vue/compiler-sfc": "^3.2.
|
|
26
|
-
"apollo-server-core": "^3.
|
|
27
|
-
"apollo-server-micro": "^3.
|
|
12
|
+
"@graphql-mesh/cache-inmemory-lru": "^0.5.35",
|
|
13
|
+
"@graphql-mesh/cli": "^0.44.5",
|
|
14
|
+
"@graphql-mesh/config": "^0.27.1",
|
|
15
|
+
"@graphql-mesh/graphql": "^0.20.9",
|
|
16
|
+
"@graphql-mesh/merger-stitching": "^0.14.9",
|
|
17
|
+
"@graphql-mesh/runtime": "^0.26.10",
|
|
18
|
+
"@graphql-mesh/store": "^0.3.5",
|
|
19
|
+
"@graphql-mesh/transform-cache": "^0.11.6",
|
|
20
|
+
"@graphql-mesh/transform-federation": "^0.8.5",
|
|
21
|
+
"@graphql-mesh/transform-filter-schema": "^0.14.5",
|
|
22
|
+
"@graphql-mesh/types": "^0.57.0",
|
|
23
|
+
"@graphql-mesh/utils": "^0.24.1",
|
|
24
|
+
"@graphql-tools/utils": "^8.5.5",
|
|
25
|
+
"@vue/compiler-sfc": "^3.2.26",
|
|
26
|
+
"apollo-server-core": "^3.5.0",
|
|
27
|
+
"apollo-server-micro": "^3.5.0",
|
|
28
28
|
"camel-case": "^4.1.2",
|
|
29
29
|
"fetchache": "^0.1.1",
|
|
30
|
-
"graphql": "^
|
|
30
|
+
"graphql": "^16.1.0",
|
|
31
31
|
"micro": "^9.3.4",
|
|
32
32
|
"micro-cors": "^0.1.1",
|
|
33
33
|
"pascal-case": "^3.1.2",
|
|
34
|
-
"ts-tiny-invariant": "^
|
|
34
|
+
"ts-tiny-invariant": "^1.0.5"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@graphcommerce/browserslist-config-pwa": "^3.0.2",
|
|
38
|
-
"@graphcommerce/eslint-config-pwa": "^3.1.
|
|
38
|
+
"@graphcommerce/eslint-config-pwa": "^3.1.8",
|
|
39
39
|
"@graphcommerce/prettier-config-pwa": "^3.0.4",
|
|
40
40
|
"@graphcommerce/typescript-config-pwa": "^3.1.1",
|
|
41
|
-
"@playwright/test": "^1.
|
|
41
|
+
"@playwright/test": "^1.17.1",
|
|
42
42
|
"@types/micro-cors": "^0.1.2",
|
|
43
|
-
"graphql-tag": "2.12.
|
|
44
|
-
"typescript": "^4.
|
|
43
|
+
"graphql-tag": "2.12.6",
|
|
44
|
+
"typescript": "^4.5.4"
|
|
45
45
|
},
|
|
46
46
|
"sideEffects": false,
|
|
47
47
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"project": "./tsconfig.json"
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "a69bd94ffdcca6ca9487eec1cafe9ade3fcdffa3"
|
|
61
61
|
}
|