@cedarjs/cli 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.
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryObj } from '@storybook/react-vite'
1
+ import type { Meta, StoryObj } from '@storybook/react'
2
2
 
3
3
  import { Loading, Empty, Failure, Success } from './${pascalName}Cell'
4
4
  import { standard } from './${pascalName}Cell.mock'
@@ -10,7 +10,7 @@
10
10
  //
11
11
  // See https://storybook.js.org/docs/7/writing-stories/args
12
12
 
13
- import type { Meta, StoryObj } from '@storybook/react-vite'
13
+ import type { Meta, StoryObj } from '@storybook/react'
14
14
 
15
15
  import ${pascalName} from './${pascalName}'
16
16
 
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryObj } from '@storybook/react-vite'
1
+ import type { Meta, StoryObj } from '@storybook/react'
2
2
 
3
3
  import ${singularPascalName}Layout from './${pascalName}Layout'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryObj } from '@storybook/react-vite'
1
+ import type { Meta, StoryObj } from '@storybook/react'
2
2
 
3
3
  import ${pascalName}Page from './${pascalName}Page'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryObj } from '@storybook/react-vite'
1
+ import type { Meta, StoryObj } from '@storybook/react'
2
2
 
3
3
  import ${pascalName}Page from './${pascalName}Page'
4
4
 
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react'
2
2
 
3
3
  import type { GlobalTypes } from '@storybook/csf'
4
- import type { Preview, StoryContext, StoryFn } from '@storybook/react-vite'
4
+ import type { Preview, StoryContext, StoryFn } from '@storybook/react'
5
5
  import { I18nextProvider } from 'react-i18next'
6
6
  import i18n from 'web/src/i18n'
7
7
 
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react'
2
2
 
3
3
  import { ChakraProvider, extendTheme } from '@chakra-ui/react'
4
- import type { Preview, StoryFn } from '@storybook/react-vite'
4
+ import type { Preview, StoryFn } from '@storybook/react'
5
5
  import theme from 'config/chakra.config'
6
6
 
7
7
  const extendedTheme = extendTheme(theme)
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react'
2
2
 
3
3
  import { MantineProvider } from '@mantine/core'
4
- import type { Preview, StoryFn } from '@storybook/react-vite'
4
+ import type { Preview, StoryFn } from '@storybook/react'
5
5
  import theme from 'config/mantine.config'
6
6
 
7
7
  import '@mantine/core/styles.css'
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react'
2
2
 
3
3
  import type { GlobalTypes } from '@storybook/csf'
4
- import type { Preview, StoryContext, StoryFn } from '@storybook/react-vite'
4
+ import type { Preview, StoryContext, StoryFn } from '@storybook/react'
5
5
 
6
6
  /** @see {@link https://storybook.js.org/docs/7/essentials/toolbars-and-globals#global-types-and-the-toolbar-annotation | Global types and the toolbar annotation} */
7
7
  export const globalTypes: GlobalTypes = {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "1.0.0-canary.12783+89ecc8a8c",
3
+ "version": "1.0.0-canary.12785+e68d2243b",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,15 +31,15 @@
31
31
  "dependencies": {
32
32
  "@babel/preset-typescript": "7.27.1",
33
33
  "@babel/runtime-corejs3": "7.27.6",
34
- "@cedarjs/api-server": "1.0.0-canary.12783",
35
- "@cedarjs/cli-helpers": "1.0.0-canary.12783",
36
- "@cedarjs/fastify-web": "1.0.0-canary.12783",
37
- "@cedarjs/internal": "1.0.0-canary.12783",
38
- "@cedarjs/prerender": "1.0.0-canary.12783",
39
- "@cedarjs/project-config": "1.0.0-canary.12783",
40
- "@cedarjs/structure": "1.0.0-canary.12783",
41
- "@cedarjs/telemetry": "1.0.0-canary.12783",
42
- "@cedarjs/web-server": "1.0.0-canary.12783",
34
+ "@cedarjs/api-server": "1.0.0-canary.12785",
35
+ "@cedarjs/cli-helpers": "1.0.0-canary.12785",
36
+ "@cedarjs/fastify-web": "1.0.0-canary.12785",
37
+ "@cedarjs/internal": "1.0.0-canary.12785",
38
+ "@cedarjs/prerender": "1.0.0-canary.12785",
39
+ "@cedarjs/project-config": "1.0.0-canary.12785",
40
+ "@cedarjs/structure": "1.0.0-canary.12785",
41
+ "@cedarjs/telemetry": "1.0.0-canary.12785",
42
+ "@cedarjs/web-server": "1.0.0-canary.12785",
43
43
  "@listr2/prompt-adapter-enquirer": "2.0.16",
44
44
  "@opentelemetry/api": "1.8.0",
45
45
  "@opentelemetry/core": "1.22.0",
@@ -101,5 +101,5 @@
101
101
  "publishConfig": {
102
102
  "access": "public"
103
103
  },
104
- "gitHead": "89ecc8a8cce4e50f1302f903c7d5ca9e3a3583f1"
104
+ "gitHead": "e68d2243bc5bb9d01811a80eab02ac26f147d9ee"
105
105
  }