@cedarjs/internal 1.0.0-canary.12783 → 1.0.0-canary.12785
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.
|
@@ -324,7 +324,7 @@ const generateViteClientTypesDirective = () => {
|
|
|
324
324
|
return [viteClientDirectivePath];
|
|
325
325
|
};
|
|
326
326
|
function generateStubStorybookTypes() {
|
|
327
|
-
const stubStorybookTypesFileContent = `declare module '@storybook/react
|
|
327
|
+
const stubStorybookTypesFileContent = `declare module '@storybook/react' {
|
|
328
328
|
export type Meta<T = any> = any
|
|
329
329
|
export type StoryObj<T = any> = any
|
|
330
330
|
}
|
|
@@ -285,7 +285,7 @@ const generateViteClientTypesDirective = () => {
|
|
|
285
285
|
return [viteClientDirectivePath];
|
|
286
286
|
};
|
|
287
287
|
function generateStubStorybookTypes() {
|
|
288
|
-
const stubStorybookTypesFileContent = `declare module '@storybook/react
|
|
288
|
+
const stubStorybookTypesFileContent = `declare module '@storybook/react' {
|
|
289
289
|
export type Meta<T = any> = any
|
|
290
290
|
export type StoryObj<T = any> = any
|
|
291
291
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/internal",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.12785+e68d2243b",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -140,10 +140,10 @@
|
|
|
140
140
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
141
141
|
"@babel/runtime-corejs3": "7.27.6",
|
|
142
142
|
"@babel/traverse": "7.27.4",
|
|
143
|
-
"@cedarjs/babel-config": "1.0.0-canary.
|
|
144
|
-
"@cedarjs/graphql-server": "1.0.0-canary.
|
|
145
|
-
"@cedarjs/project-config": "1.0.0-canary.
|
|
146
|
-
"@cedarjs/router": "1.0.0-canary.
|
|
143
|
+
"@cedarjs/babel-config": "1.0.0-canary.12785",
|
|
144
|
+
"@cedarjs/graphql-server": "1.0.0-canary.12785",
|
|
145
|
+
"@cedarjs/project-config": "1.0.0-canary.12785",
|
|
146
|
+
"@cedarjs/router": "1.0.0-canary.12785",
|
|
147
147
|
"@graphql-codegen/add": "4.0.1",
|
|
148
148
|
"@graphql-codegen/cli": "3.3.1",
|
|
149
149
|
"@graphql-codegen/client-preset": "4.3.3",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
},
|
|
177
177
|
"devDependencies": {
|
|
178
178
|
"@arethetypeswrong/cli": "0.18.2",
|
|
179
|
-
"@cedarjs/framework-tools": "1.0.0-canary.
|
|
179
|
+
"@cedarjs/framework-tools": "1.0.0-canary.12785",
|
|
180
180
|
"@types/fs-extra": "11.0.4",
|
|
181
181
|
"concurrently": "8.2.2",
|
|
182
182
|
"graphql-tag": "2.12.6",
|
|
@@ -187,5 +187,5 @@
|
|
|
187
187
|
"publishConfig": {
|
|
188
188
|
"access": "public"
|
|
189
189
|
},
|
|
190
|
-
"gitHead": "
|
|
190
|
+
"gitHead": "e68d2243bc5bb9d01811a80eab02ac26f147d9ee"
|
|
191
191
|
}
|