@cedarjs/internal 2.7.1-next.0 → 2.8.0-rc.37
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/internal",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0-rc.37",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -150,10 +150,10 @@
|
|
|
150
150
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
151
151
|
"@babel/runtime-corejs3": "7.29.0",
|
|
152
152
|
"@babel/traverse": "7.29.0",
|
|
153
|
-
"@cedarjs/babel-config": "2.
|
|
154
|
-
"@cedarjs/graphql-server": "2.
|
|
155
|
-
"@cedarjs/project-config": "2.
|
|
156
|
-
"@cedarjs/router": "2.
|
|
153
|
+
"@cedarjs/babel-config": "2.8.0-rc.37",
|
|
154
|
+
"@cedarjs/graphql-server": "2.8.0-rc.37",
|
|
155
|
+
"@cedarjs/project-config": "2.8.0-rc.37",
|
|
156
|
+
"@cedarjs/router": "2.8.0-rc.37",
|
|
157
157
|
"@graphql-codegen/add": "4.0.1",
|
|
158
158
|
"@graphql-codegen/cli": "3.3.1",
|
|
159
159
|
"@graphql-codegen/client-preset": "4.8.3",
|
|
@@ -172,28 +172,28 @@
|
|
|
172
172
|
"deepmerge": "4.3.1",
|
|
173
173
|
"esbuild": "0.21.5",
|
|
174
174
|
"fast-glob": "3.3.3",
|
|
175
|
-
"graphql": "16.13.
|
|
175
|
+
"graphql": "16.13.1",
|
|
176
176
|
"kill-port": "1.6.1",
|
|
177
177
|
"prettier": "3.8.1",
|
|
178
178
|
"rimraf": "6.1.3",
|
|
179
179
|
"source-map": "0.7.6",
|
|
180
180
|
"string-env-interpolation": "1.0.1",
|
|
181
|
-
"systeminformation": "5.31.
|
|
181
|
+
"systeminformation": "5.31.2",
|
|
182
182
|
"termi-link": "1.1.0",
|
|
183
183
|
"ts-node": "10.9.2",
|
|
184
184
|
"typescript": "5.9.3"
|
|
185
185
|
},
|
|
186
186
|
"devDependencies": {
|
|
187
187
|
"@arethetypeswrong/cli": "0.18.2",
|
|
188
|
-
"@cedarjs/framework-tools": "2.
|
|
188
|
+
"@cedarjs/framework-tools": "2.8.0-rc.37",
|
|
189
189
|
"concurrently": "9.2.1",
|
|
190
190
|
"graphql-tag": "2.12.6",
|
|
191
|
-
"publint": "0.3.
|
|
191
|
+
"publint": "0.3.18",
|
|
192
192
|
"tsx": "4.21.0",
|
|
193
193
|
"vitest": "3.2.4"
|
|
194
194
|
},
|
|
195
195
|
"publishConfig": {
|
|
196
196
|
"access": "public"
|
|
197
197
|
},
|
|
198
|
-
"gitHead": "
|
|
198
|
+
"gitHead": "e57be2b0c6a75810c0a1af5e4e935fd07d08dec8"
|
|
199
199
|
}
|