@cedarjs/internal 4.0.0-canary.13785 → 4.0.0-canary.13787
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/internal",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.13787+425840c931",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -159,12 +159,12 @@
|
|
|
159
159
|
"@babel/plugin-transform-react-jsx": "7.28.6",
|
|
160
160
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
161
161
|
"@babel/traverse": "7.29.0",
|
|
162
|
-
"@cedarjs/babel-config": "4.0.0-canary.
|
|
163
|
-
"@cedarjs/cli-helpers": "4.0.0-canary.
|
|
164
|
-
"@cedarjs/graphql-server": "4.0.0-canary.
|
|
165
|
-
"@cedarjs/project-config": "4.0.0-canary.
|
|
166
|
-
"@cedarjs/router": "4.0.0-canary.
|
|
167
|
-
"@cedarjs/structure": "4.0.0-canary.
|
|
162
|
+
"@cedarjs/babel-config": "4.0.0-canary.13787",
|
|
163
|
+
"@cedarjs/cli-helpers": "4.0.0-canary.13787",
|
|
164
|
+
"@cedarjs/graphql-server": "4.0.0-canary.13787",
|
|
165
|
+
"@cedarjs/project-config": "4.0.0-canary.13787",
|
|
166
|
+
"@cedarjs/router": "4.0.0-canary.13787",
|
|
167
|
+
"@cedarjs/structure": "4.0.0-canary.13787",
|
|
168
168
|
"@graphql-codegen/add": "6.0.0",
|
|
169
169
|
"@graphql-codegen/cli": "6.2.1",
|
|
170
170
|
"@graphql-codegen/client-preset": "5.2.4",
|
|
@@ -177,8 +177,8 @@
|
|
|
177
177
|
"@graphql-codegen/typescript-react-apollo": "4.4.1",
|
|
178
178
|
"@graphql-codegen/typescript-resolvers": "5.1.7",
|
|
179
179
|
"@graphql-tools/documents": "1.0.1",
|
|
180
|
-
"@prisma/dmmf": "7.
|
|
181
|
-
"@prisma/internals": "7.
|
|
180
|
+
"@prisma/dmmf": "7.7.0",
|
|
181
|
+
"@prisma/internals": "7.7.0",
|
|
182
182
|
"@sdl-codegen/node": "2.0.1",
|
|
183
183
|
"ansis": "4.2.0",
|
|
184
184
|
"deepmerge": "4.3.1",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
},
|
|
198
198
|
"devDependencies": {
|
|
199
199
|
"@arethetypeswrong/cli": "0.18.2",
|
|
200
|
-
"@cedarjs/framework-tools": "4.0.0-canary.
|
|
200
|
+
"@cedarjs/framework-tools": "4.0.0-canary.13787",
|
|
201
201
|
"concurrently": "9.2.1",
|
|
202
202
|
"graphql-tag": "2.12.6",
|
|
203
203
|
"publint": "0.3.18",
|
|
@@ -210,5 +210,5 @@
|
|
|
210
210
|
"publishConfig": {
|
|
211
211
|
"access": "public"
|
|
212
212
|
},
|
|
213
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "425840c931b8f6b497cb56c03a939fa768cfeeca"
|
|
214
214
|
}
|