@cedarjs/internal 5.0.0-canary.2537 → 5.0.0-canary.2540
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 +16 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/internal",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.2540",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -159,31 +159,38 @@
|
|
|
159
159
|
"@babel/plugin-transform-react-jsx": "7.29.7",
|
|
160
160
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
161
161
|
"@babel/traverse": "7.29.7",
|
|
162
|
-
"@cedarjs/babel-config": "5.0.0-canary.
|
|
163
|
-
"@cedarjs/cli-helpers": "5.0.0-canary.
|
|
164
|
-
"@cedarjs/graphql-server": "5.0.0-canary.
|
|
165
|
-
"@cedarjs/project-config": "5.0.0-canary.
|
|
166
|
-
"@cedarjs/router": "5.0.0-canary.
|
|
167
|
-
"@cedarjs/structure": "5.0.0-canary.
|
|
168
|
-
"@cedarjs/utils": "5.0.0-canary.
|
|
162
|
+
"@cedarjs/babel-config": "5.0.0-canary.2540",
|
|
163
|
+
"@cedarjs/cli-helpers": "5.0.0-canary.2540",
|
|
164
|
+
"@cedarjs/graphql-server": "5.0.0-canary.2540",
|
|
165
|
+
"@cedarjs/project-config": "5.0.0-canary.2540",
|
|
166
|
+
"@cedarjs/router": "5.0.0-canary.2540",
|
|
167
|
+
"@cedarjs/structure": "5.0.0-canary.2540",
|
|
168
|
+
"@cedarjs/utils": "5.0.0-canary.2540",
|
|
169
169
|
"@graphql-codegen/add": "6.0.1",
|
|
170
170
|
"@graphql-codegen/cli": "6.3.1",
|
|
171
171
|
"@graphql-codegen/client-preset": "5.3.0",
|
|
172
172
|
"@graphql-codegen/core": "5.0.2",
|
|
173
173
|
"@graphql-codegen/fragment-matcher": "6.0.1",
|
|
174
|
+
"@graphql-codegen/plugin-helpers": "6.3.0",
|
|
174
175
|
"@graphql-codegen/schema-ast": "5.0.2",
|
|
175
176
|
"@graphql-codegen/typed-document-node": "6.1.8",
|
|
176
177
|
"@graphql-codegen/typescript": "5.0.10",
|
|
177
178
|
"@graphql-codegen/typescript-operations": "5.1.0",
|
|
178
179
|
"@graphql-codegen/typescript-react-apollo": "4.4.2",
|
|
179
180
|
"@graphql-codegen/typescript-resolvers": "5.1.8",
|
|
181
|
+
"@graphql-codegen/visitor-plugin-common": "6.3.0",
|
|
182
|
+
"@graphql-tools/code-file-loader": "8.1.29",
|
|
180
183
|
"@graphql-tools/documents": "1.0.1",
|
|
184
|
+
"@graphql-tools/graphql-file-loader": "8.1.12",
|
|
185
|
+
"@graphql-tools/load": "8.1.8",
|
|
186
|
+
"@graphql-tools/merge": "9.1.9",
|
|
181
187
|
"@prisma/dmmf": "7.8.0",
|
|
182
188
|
"@prisma/internals": "7.8.0",
|
|
183
189
|
"@sdl-codegen/node": "2.0.1",
|
|
184
190
|
"ansis": "4.2.0",
|
|
185
191
|
"deepmerge": "4.3.1",
|
|
186
192
|
"esbuild": "0.27.7",
|
|
193
|
+
"execa": "5.1.1",
|
|
187
194
|
"fast-glob": "3.3.3",
|
|
188
195
|
"graphql": "16.13.2",
|
|
189
196
|
"kill-port": "1.6.1",
|
|
@@ -199,7 +206,7 @@
|
|
|
199
206
|
},
|
|
200
207
|
"devDependencies": {
|
|
201
208
|
"@arethetypeswrong/cli": "0.18.3",
|
|
202
|
-
"@cedarjs/framework-tools": "5.0.0-canary.
|
|
209
|
+
"@cedarjs/framework-tools": "5.0.0-canary.2540",
|
|
203
210
|
"concurrently": "9.2.1",
|
|
204
211
|
"graphql-tag": "2.12.6",
|
|
205
212
|
"publint": "0.3.21",
|