@cedarjs/internal 1.0.0-canary.12784 → 1.0.0-canary.12788

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-vite' {
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-vite' {
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.12784+2b4f0a4cd",
3
+ "version": "1.0.0-canary.12788+473e522ef",
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.12784",
144
- "@cedarjs/graphql-server": "1.0.0-canary.12784",
145
- "@cedarjs/project-config": "1.0.0-canary.12784",
146
- "@cedarjs/router": "1.0.0-canary.12784",
143
+ "@cedarjs/babel-config": "1.0.0-canary.12788",
144
+ "@cedarjs/graphql-server": "1.0.0-canary.12788",
145
+ "@cedarjs/project-config": "1.0.0-canary.12788",
146
+ "@cedarjs/router": "1.0.0-canary.12788",
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.12784",
179
+ "@cedarjs/framework-tools": "1.0.0-canary.12788",
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": "2b4f0a4cd35ce4d0f1661697001ec2532d913bc3"
190
+ "gitHead": "473e522ef4ccd4284759937bb5d6fb5df1d1fa53"
191
191
  }