@graphcommerce/graphql-mesh 4.0.3 → 4.0.6

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/CHANGELOG.md CHANGED
@@ -1,92 +1,88 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1312](https://github.com/ho-nl/m2-pwa/pull/1312) [`4e1fd4d9f`](https://github.com/ho-nl/m2-pwa/commit/4e1fd4d9fda2109de378be7e39382f7014a7ab54) Thanks [@paales](https://github.com/paales)! - upgraded dependencies
8
+
9
+ ## 4.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`bd10506d3`](https://github.com/ho-nl/m2-pwa/commit/bd10506d32fdbc91d01dadc29a12ebd1e0943655) Thanks [@paales](https://github.com/paales)! - All default exports are now named exports internally and all `index.tsx` are renamed to the component name.
14
+
15
+ * [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`27cb1f2d8`](https://github.com/ho-nl/m2-pwa/commit/27cb1f2d8dbfb8f1b301ce56fb6a2b6c1fc6a5ef) Thanks [@paales](https://github.com/paales)! - upgrade dependencies
16
+
17
+ ## 4.0.4
18
+
19
+ ### Patch Changes
20
+
21
+ - [#1285](https://github.com/ho-nl/m2-pwa/pull/1285) [`c85294ba6`](https://github.com/ho-nl/m2-pwa/commit/c85294ba6d742ce78c074559a1e95409b25a5017) Thanks [@paales](https://github.com/paales)! - upgraded dependencies
22
+
23
+ * [#1285](https://github.com/ho-nl/m2-pwa/pull/1285) [`d9cd4acca`](https://github.com/ho-nl/m2-pwa/commit/d9cd4acca218018dd6e20f033875ef93919fb462) Thanks [@paales](https://github.com/paales)! - fix: issue with graphql server creation
24
+
3
25
  ## 4.0.3
4
26
 
5
27
  ### Patch Changes
6
28
 
7
- - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
8
- Thanks [@paales](https://github.com/paales)! - made packages public
29
+ - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96) Thanks [@paales](https://github.com/paales)! - made packages public
9
30
 
10
- * [#1278](https://github.com/ho-nl/m2-pwa/pull/1278)
11
- [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20)
12
- Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
31
+ * [#1278](https://github.com/ho-nl/m2-pwa/pull/1278) [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
13
32
 
14
33
  ## 4.0.2
15
34
 
16
35
  ### Patch Changes
17
36
 
18
- - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
19
- [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
20
- Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
21
- `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
22
- duplicate packages in the node_modules folders.
37
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2) Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from `dependencies` to `peerDependencies`. The result of this is that there will be significantly less duplicate packages in the node_modules folders.
23
38
 
24
- * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
25
- [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
26
- Thanks [@paales](https://github.com/paales)! - Upgraded to
27
- [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
28
- implementing
29
- [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
30
- soon.
39
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d) Thanks [@paales](https://github.com/paales)! - Upgraded to [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be implementing [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta) soon.
31
40
 
32
- This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
33
- frontend to be able to revalidate pages manually.
41
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the frontend to be able to revalidate pages manually.
34
42
 
35
43
  ## 4.0.1
36
44
 
37
45
  ### Patch Changes
38
46
 
39
- - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
40
- Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
41
- so that the packages link to back to the website and repository
47
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514) Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files, so that the packages link to back to the website and repository
42
48
 
43
49
  ## 4.0.0
44
50
 
45
51
  ### Major Changes
46
52
 
47
- - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
48
- [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
49
- Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
53
+ - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258) [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05) Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
50
54
 
51
- All notable changes to this project will be documented in this file. See
52
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55
+ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
53
56
 
54
57
  # [3.2.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.1.0...@graphcommerce/graphql-mesh@3.2.0) (2021-10-21)
55
58
 
56
59
  ### Bug Fixes
57
60
 
58
- - **graphql-mesh:** use a build mesh for production environments
59
- ([cd2f318](https://github.com/ho-nl/m2-pwa/commit/cd2f3189383fa9d304bd367334e3f47ca4aa6100))
60
- - unable to find cache matching inmemoryLru
61
- ([520f6f3](https://github.com/ho-nl/m2-pwa/commit/520f6f329573471ecfdbdc4aa6f2e4b688b31f11))
61
+ - **graphql-mesh:** use a build mesh for production environments ([cd2f318](https://github.com/ho-nl/m2-pwa/commit/cd2f3189383fa9d304bd367334e3f47ca4aa6100))
62
+ - unable to find cache matching inmemoryLru ([520f6f3](https://github.com/ho-nl/m2-pwa/commit/520f6f329573471ecfdbdc4aa6f2e4b688b31f11))
62
63
 
63
64
  ### Features
64
65
 
65
- - **graphql-mesh:** remove the api project and use a single project 🎉👩‍👩‍👦‍👦
66
- ([ea4ad03](https://github.com/ho-nl/m2-pwa/commit/ea4ad0397d4ff289ef3b3253593fb0914c8c5246))
66
+ - **graphql-mesh:** remove the api project and use a single project 🎉👩‍👩‍👦‍👦 ([ea4ad03](https://github.com/ho-nl/m2-pwa/commit/ea4ad0397d4ff289ef3b3253593fb0914c8c5246))
67
67
 
68
68
  # [3.1.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.0.11...@graphcommerce/graphql-mesh@3.1.0) (2021-10-20)
69
69
 
70
70
  ### Features
71
71
 
72
- - **graphql-mesh:** simplified the handler to use less code in the project
73
- ([f62b752](https://github.com/ho-nl/m2-pwa/commit/f62b75249492f40c5972deede529a25a17c8a617))
72
+ - **graphql-mesh:** simplified the handler to use less code in the project ([f62b752](https://github.com/ho-nl/m2-pwa/commit/f62b75249492f40c5972deede529a25a17c8a617))
74
73
 
75
74
  ## [3.0.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.0.10...@graphcommerce/graphql-mesh@3.0.11) (2021-10-20)
76
75
 
77
76
  ### Bug Fixes
78
77
 
79
- - **recaptcha:** allow and forward the the X-ReCaptcha to Magento
80
- ([2f3170e](https://github.com/ho-nl/m2-pwa/commit/2f3170e0f1652d84948b69a446634ffe02f08f80))
78
+ - **recaptcha:** allow and forward the the X-ReCaptcha to Magento ([2f3170e](https://github.com/ho-nl/m2-pwa/commit/2f3170e0f1652d84948b69a446634ffe02f08f80))
81
79
 
82
80
  ## [3.0.9](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.0.8...@graphcommerce/graphql-mesh@3.0.9) (2021-10-18)
83
81
 
84
82
  ### Bug Fixes
85
83
 
86
- - add cache-inmemory-lru
87
- ([2cd23a4](https://github.com/ho-nl/m2-pwa/commit/2cd23a40c8a2b02175b160aa9ce0b695c88c12f7))
88
- - graphql-mesh missing inmemory lru
89
- ([6c71c25](https://github.com/ho-nl/m2-pwa/commit/6c71c256911072ace19037616e0ce2ab478bf070))
84
+ - add cache-inmemory-lru ([2cd23a4](https://github.com/ho-nl/m2-pwa/commit/2cd23a40c8a2b02175b160aa9ce0b695c88c12f7))
85
+ - graphql-mesh missing inmemory lru ([6c71c25](https://github.com/ho-nl/m2-pwa/commit/6c71c256911072ace19037616e0ce2ab478bf070))
90
86
 
91
87
  ## [3.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.0.0...@graphcommerce/graphql-mesh@3.0.1) (2021-09-27)
92
88
 
@@ -96,42 +92,25 @@ All notable changes to this project will be documented in this file. See
96
92
 
97
93
  ### Bug Fixes
98
94
 
99
- - apollo server
100
- ([43c3535](https://github.com/ho-nl/m2-pwa/commit/43c3535fe26ab9c7b97be8feacba34794bb3fa20))
101
- - ignore md files from triggering version updates
102
- ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
103
- - products couldn’t be added to the cart
104
- ([79512a4](https://github.com/ho-nl/m2-pwa/commit/79512a440b02565808ac4becce9537a59ad4b463))
105
- - remove conflicting files
106
- ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
107
- - yarn workspace packages hot reload
108
- ([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
95
+ - apollo server ([43c3535](https://github.com/ho-nl/m2-pwa/commit/43c3535fe26ab9c7b97be8feacba34794bb3fa20))
96
+ - ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
97
+ - products couldn’t be added to the cart ([79512a4](https://github.com/ho-nl/m2-pwa/commit/79512a440b02565808ac4becce9537a59ad4b463))
98
+ - remove conflicting files ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
99
+ - yarn workspace packages hot reload ([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
109
100
 
110
101
  ### Features
111
102
 
112
- - created stacked-pages package
113
- ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
114
- - **framer-next-pages:** implemented the FullPageShell for the remaining pages
115
- ([88386b4](https://github.com/ho-nl/m2-pwa/commit/88386b4652abb7765d6e755c7fb7a3cb6285a0e7))
116
- - **GraphQL:** shareEnabled: true added to ApolloServer
117
- ([379df3c](https://github.com/ho-nl/m2-pwa/commit/379df3c363116a2434115497f9936dca868c58d4))
118
- - i18n routing added (/ and /fr for demo)
119
- ([bb3b339](https://github.com/ho-nl/m2-pwa/commit/bb3b339fbc9fceddd264a891ad81f00327a241ae))
120
- - **image:** introduced completely rewritten Image component
121
- ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
122
- - major performance refactor
123
- ([03f8e2f](https://github.com/ho-nl/m2-pwa/commit/03f8e2fa16ef919bd6bd6eadd36922d0245ed960))
124
- - **mesh:** use mesh with build version with increased stability/performance
125
- ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
126
- - next.js 11
127
- ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
128
- - **playwright:** added new playwright package to enable browser testing
129
- ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
130
- - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
131
- [@reachdigital](https://github.com/reachdigital)
132
- ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
133
- - upgrade to node 14
134
- ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
103
+ - created stacked-pages package ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
104
+ - **framer-next-pages:** implemented the FullPageShell for the remaining pages ([88386b4](https://github.com/ho-nl/m2-pwa/commit/88386b4652abb7765d6e755c7fb7a3cb6285a0e7))
105
+ - **GraphQL:** shareEnabled: true added to ApolloServer ([379df3c](https://github.com/ho-nl/m2-pwa/commit/379df3c363116a2434115497f9936dca868c58d4))
106
+ - i18n routing added (/ and /fr for demo) ([bb3b339](https://github.com/ho-nl/m2-pwa/commit/bb3b339fbc9fceddd264a891ad81f00327a241ae))
107
+ - **image:** introduced completely rewritten Image component ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
108
+ - major performance refactor ([03f8e2f](https://github.com/ho-nl/m2-pwa/commit/03f8e2fa16ef919bd6bd6eadd36922d0245ed960))
109
+ - **mesh:** use mesh with build version with increased stability/performance ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
110
+ - next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
111
+ - **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
112
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of [@reachdigital](https://github.com/reachdigital) ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
113
+ - upgrade to node 14 ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
135
114
 
136
115
  ## 2.0.8 (2020-10-28)
137
116
 
@@ -139,29 +118,24 @@ All notable changes to this project will be documented in this file. See
139
118
 
140
119
  ### Bug Fixes
141
120
 
142
- - another shot at preflight request
143
- ([11de0a3](https://github.com/ho-nl/m2-pwa/commit/11de0a36b45230818f8df4b52a4d5aeb35bf4029))
121
+ - another shot at preflight request ([11de0a3](https://github.com/ho-nl/m2-pwa/commit/11de0a36b45230818f8df4b52a4d5aeb35bf4029))
144
122
 
145
123
  ## 2.0.5 (2020-10-28)
146
124
 
147
125
  ### Bug Fixes
148
126
 
149
- - add OPTIONS header
150
- ([b35b009](https://github.com/ho-nl/m2-pwa/commit/b35b0097be1f9c9b5f8cf8b359c1a0e73ba078aa))
127
+ - add OPTIONS header ([b35b009](https://github.com/ho-nl/m2-pwa/commit/b35b0097be1f9c9b5f8cf8b359c1a0e73ba078aa))
151
128
 
152
129
  ## 2.0.4 (2020-10-28)
153
130
 
154
131
  ### Bug Fixes
155
132
 
156
- - cross origin headers again
157
- ([1746cbc](https://github.com/ho-nl/m2-pwa/commit/1746cbce4cee848420927c2df52c31687b96e5c5))
133
+ - cross origin headers again ([1746cbc](https://github.com/ho-nl/m2-pwa/commit/1746cbce4cee848420927c2df52c31687b96e5c5))
158
134
 
159
135
  ### Features
160
136
 
161
- - added separate api package
162
- ([65cdd49](https://github.com/ho-nl/m2-pwa/commit/65cdd493f74bb172c3434dd4fb63184601678e1d))
163
- - split into packages
164
- ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
137
+ - added separate api package ([65cdd49](https://github.com/ho-nl/m2-pwa/commit/65cdd493f74bb172c3434dd4fb63184601678e1d))
138
+ - split into packages ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
165
139
 
166
140
  ### BREAKING CHANGES
167
141
 
@@ -169,28 +143,23 @@ All notable changes to this project will be documented in this file. See
169
143
 
170
144
  # Change Log
171
145
 
172
- All notable changes to this project will be documented in this file. See
173
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
146
+ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
174
147
 
175
148
  # [2.102.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@2.101.2...@graphcommerce/graphql-mesh@2.102.0) (2021-08-13)
176
149
 
177
150
  ### Features
178
151
 
179
- - **mesh:** use mesh with build version with increased stability/performance
180
- ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
152
+ - **mesh:** use mesh with build version with increased stability/performance ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
181
153
 
182
154
  # [2.101.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@2.100.11...@graphcommerce/graphql-mesh@2.101.0) (2021-07-26)
183
155
 
184
156
  ### Features
185
157
 
186
- - **playwright:** added new playwright package to enable browser testing
187
- ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
158
+ - **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
188
159
 
189
160
  ## [2.100.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@2.100.10...@graphcommerce/graphql-mesh@2.100.11) (2021-07-20)
190
161
 
191
162
  ### Bug Fixes
192
163
 
193
- - apollo server
194
- ([43c3535](https://github.com/ho-nl/m2-pwa/commit/43c3535fe26ab9c7b97be8feacba34794bb3fa20))
195
- - ignore md files from triggering version updates
196
- ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
164
+ - apollo server ([43c3535](https://github.com/ho-nl/m2-pwa/commit/43c3535fe26ab9c7b97be8feacba34794bb3fa20))
165
+ - ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
package/createServer.ts CHANGED
@@ -23,6 +23,7 @@ export async function createServer(mesh: Promise<MeshInstance>, path: string) {
23
23
  const apolloServer = new ApolloServer({
24
24
  context: ({ req }) => req,
25
25
  introspection: true,
26
+ ...meshInstance,
26
27
  plugins: [
27
28
  ApolloServerPluginLandingPageGraphQLPlayground({
28
29
  // @ts-expect-error https://github.com/graphql/graphql-playground/issues/1289
@@ -31,7 +32,6 @@ export async function createServer(mesh: Promise<MeshInstance>, path: string) {
31
32
  // @ts-expect-error apolloTracingPlugin is not officially supported anymore
32
33
  apolloTracingPlugin(),
33
34
  ],
34
- ...meshInstance,
35
35
  })
36
36
  await apolloServer.start()
37
37
 
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.3",
5
+ "version": "4.0.6",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "scripts": {
@@ -11,21 +11,21 @@
11
11
  "start": "next start"
12
12
  },
13
13
  "dependencies": {
14
- "@graphql-mesh/cache-inmemory-lru": "^0.5.45",
15
- "@graphql-mesh/config": "^0.29.4",
16
- "@graphql-mesh/graphql": "^0.20.17",
17
- "@graphql-mesh/merger-stitching": "^0.15.5",
18
- "@graphql-mesh/runtime": "^0.30.3",
19
- "@graphql-mesh/store": "^0.3.13",
20
- "@graphql-mesh/transform-cache": "^0.11.14",
21
- "@graphql-mesh/transform-federation": "^0.8.13",
22
- "@graphql-mesh/transform-filter-schema": "^0.14.13",
23
- "@graphql-mesh/types": "^0.62.1",
24
- "@graphql-mesh/utils": "^0.27.0",
25
- "@graphql-tools/utils": "^8.6.1",
14
+ "@graphql-mesh/cache-inmemory-lru": "^0.5.56",
15
+ "@graphql-mesh/config": "^0.31.6",
16
+ "@graphql-mesh/graphql": "^0.21.3",
17
+ "@graphql-mesh/merger-stitching": "^0.15.20",
18
+ "@graphql-mesh/runtime": "^0.31.11",
19
+ "@graphql-mesh/store": "^0.3.26",
20
+ "@graphql-mesh/transform-cache": "^0.11.27",
21
+ "@graphql-mesh/transform-federation": "^0.8.27",
22
+ "@graphql-mesh/transform-filter-schema": "^0.14.27",
23
+ "@graphql-mesh/types": "^0.66.3",
24
+ "@graphql-mesh/utils": "^0.28.3",
25
+ "@graphql-tools/utils": "^8.6.2",
26
26
  "@vue/compiler-sfc": "^3.2.31",
27
- "apollo-server-core": "^3.6.3",
28
- "apollo-server-micro": "^3.6.3",
27
+ "apollo-server-core": "^3.6.4",
28
+ "apollo-server-micro": "^3.6.4",
29
29
  "apollo-tracing": "^0.15.0",
30
30
  "camel-case": "^4.1.2",
31
31
  "fetchache": "^0.1.1",
@@ -36,13 +36,13 @@
36
36
  "ts-tiny-invariant": "^1.0.5"
37
37
  },
38
38
  "devDependencies": {
39
- "@graphcommerce/eslint-config-pwa": "^4.0.3",
40
- "@graphcommerce/prettier-config-pwa": "^4.0.2",
39
+ "@graphcommerce/eslint-config-pwa": "^4.0.6",
40
+ "@graphcommerce/prettier-config-pwa": "^4.0.4",
41
41
  "@graphcommerce/typescript-config-pwa": "^4.0.2",
42
- "@playwright/test": "^1.19.1",
42
+ "@playwright/test": "^1.19.2",
43
43
  "@types/micro-cors": "^0.1.2",
44
44
  "graphql-tag": "2.12.6",
45
- "typescript": "^4.5.5"
45
+ "typescript": "^4.6.2"
46
46
  },
47
47
  "sideEffects": false,
48
48
  "prettier": "@graphcommerce/prettier-config-pwa",