@graphcommerce/graphql-mesh 4.0.7 → 4.0.10

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1369](https://github.com/graphcommerce-org/graphcommerce/pull/1369) [`ae6449502`](https://github.com/graphcommerce-org/graphcommerce/commit/ae64495024a455bbe5188588604368c1542840c9) Thanks [@paales](https://github.com/paales)! - Upgraded dependencies
8
+
9
+ ## 4.0.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1341](https://github.com/graphcommerce-org/graphcommerce/pull/1341) [`2e29c5852`](https://github.com/graphcommerce-org/graphcommerce/commit/2e29c585247d356e3027be92beb7815f2070c855) Thanks [@paales](https://github.com/paales)! - upgrade dependencies
14
+
15
+ ## 4.0.8
16
+
17
+ ### Patch Changes
18
+
19
+ - [#1328](https://github.com/graphcommerce-org/graphcommerce/pull/1328) [`f44443619`](https://github.com/graphcommerce-org/graphcommerce/commit/f44443619eda9eba8f16beb6ffb462d6511fbfb2) Thanks [@paales](https://github.com/paales)! - Another shot at fixing the graphql-mesh version
20
+
3
21
  ## 4.0.7
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/graphql-mesh",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.0.7",
5
+ "version": "4.0.10",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "scripts": {
@@ -11,19 +11,19 @@
11
11
  "start": "next start"
12
12
  },
13
13
  "dependencies": {
14
- "@graphql-mesh/config": "0.31.6",
15
- "@graphql-mesh/graphql": "0.21.3",
16
- "@graphql-mesh/merger-stitching": "0.15.20",
17
- "@graphql-mesh/runtime": "0.31.11",
18
- "@graphql-mesh/store": "0.3.26",
19
- "@graphql-mesh/transform-cache": "0.11.27",
20
- "@graphql-mesh/transform-federation": "0.8.27",
21
- "@graphql-mesh/transform-filter-schema": "0.14.27",
22
- "@graphql-mesh/types": "0.66.3",
23
- "@graphql-mesh/utils": "0.28.3",
14
+ "@graphql-mesh/config": "0.33.2",
15
+ "@graphql-mesh/graphql": "0.22.6",
16
+ "@graphql-mesh/merger-stitching": "0.15.30",
17
+ "@graphql-mesh/runtime": "0.33.6",
18
+ "@graphql-mesh/store": "0.6.2",
19
+ "@graphql-mesh/transform-cache": "0.11.37",
20
+ "@graphql-mesh/transform-federation": "0.8.37",
21
+ "@graphql-mesh/transform-filter-schema": "0.14.37",
22
+ "@graphql-mesh/types": "0.69.0",
23
+ "@graphql-mesh/utils": "0.32.2",
24
24
  "@vue/compiler-sfc": "^3.2.31",
25
- "apollo-server-core": "^3.6.4",
26
- "apollo-server-micro": "^3.6.4",
25
+ "apollo-server-core": "^3.6.6",
26
+ "apollo-server-micro": "^3.6.6",
27
27
  "apollo-tracing": "^0.15.0",
28
28
  "camel-case": "^4.1.2",
29
29
  "fetchache": "^0.1.1",
@@ -34,13 +34,13 @@
34
34
  "ts-tiny-invariant": "^1.0.5"
35
35
  },
36
36
  "devDependencies": {
37
- "@graphcommerce/eslint-config-pwa": "^4.0.6",
38
- "@graphcommerce/prettier-config-pwa": "^4.0.4",
37
+ "@graphcommerce/eslint-config-pwa": "^4.1.3",
38
+ "@graphcommerce/prettier-config-pwa": "^4.0.5",
39
39
  "@graphcommerce/typescript-config-pwa": "^4.0.2",
40
- "@playwright/test": "^1.19.2",
40
+ "@playwright/test": "^1.20.1",
41
41
  "@types/micro-cors": "^0.1.2",
42
42
  "graphql-tag": "2.12.6",
43
- "typescript": "^4.6.2"
43
+ "typescript": "4.6.3"
44
44
  },
45
45
  "sideEffects": false,
46
46
  "prettier": "@graphcommerce/prettier-config-pwa",