@cedarjs/internal 4.0.0-canary.13781 → 4.0.0-canary.13783
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 +8 -8
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.13783+5cdfb268a3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -159,11 +159,11 @@
|
|
|
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/graphql-server": "4.0.0-canary.
|
|
164
|
-
"@cedarjs/project-config": "4.0.0-canary.
|
|
165
|
-
"@cedarjs/router": "4.0.0-canary.
|
|
166
|
-
"@cedarjs/structure": "4.0.0-canary.
|
|
162
|
+
"@cedarjs/babel-config": "4.0.0-canary.13783",
|
|
163
|
+
"@cedarjs/graphql-server": "4.0.0-canary.13783",
|
|
164
|
+
"@cedarjs/project-config": "4.0.0-canary.13783",
|
|
165
|
+
"@cedarjs/router": "4.0.0-canary.13783",
|
|
166
|
+
"@cedarjs/structure": "4.0.0-canary.13783",
|
|
167
167
|
"@graphql-codegen/add": "6.0.0",
|
|
168
168
|
"@graphql-codegen/cli": "6.2.1",
|
|
169
169
|
"@graphql-codegen/client-preset": "5.2.4",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
},
|
|
197
197
|
"devDependencies": {
|
|
198
198
|
"@arethetypeswrong/cli": "0.18.2",
|
|
199
|
-
"@cedarjs/framework-tools": "4.0.0-canary.
|
|
199
|
+
"@cedarjs/framework-tools": "4.0.0-canary.13783",
|
|
200
200
|
"concurrently": "9.2.1",
|
|
201
201
|
"graphql-tag": "2.12.6",
|
|
202
202
|
"publint": "0.3.18",
|
|
@@ -209,5 +209,5 @@
|
|
|
209
209
|
"publishConfig": {
|
|
210
210
|
"access": "public"
|
|
211
211
|
},
|
|
212
|
-
"gitHead": "
|
|
212
|
+
"gitHead": "5cdfb268a33cc83c22f6e923186dbe61d0b4eb03"
|
|
213
213
|
}
|