@itcase/storybook-config 1.2.66 → 1.2.68
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/dist/utils/index.js +6 -6
- package/package.json +23 -23
package/dist/utils/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { getFigmaSourceLink } from './getFigmaSourceLink'
|
|
2
|
-
import { getStoryInfoBlocks } from './getStoryInfoBlocks'
|
|
3
|
-
import { handleMSWParameters } from './handleMSWParameters'
|
|
4
|
-
import { hasFormParameters } from './hasFormParameters'
|
|
5
|
-
import { isVitestEnvironment } from './isVitestEnvironment'
|
|
1
|
+
import { getFigmaSourceLink } from './getFigmaSourceLink.js'
|
|
2
|
+
import { getStoryInfoBlocks } from './getStoryInfoBlocks.js'
|
|
3
|
+
import { handleMSWParameters } from './handleMSWParameters.js'
|
|
4
|
+
import { hasFormParameters } from './hasFormParameters.js'
|
|
5
|
+
import { isVitestEnvironment } from './isVitestEnvironment.js'
|
|
6
6
|
|
|
7
|
-
// import { storybookFormMockFactory } from './storybookFormMockFactory'
|
|
7
|
+
// import { storybookFormMockFactory } from './storybookFormMockFactory.js'
|
|
8
8
|
|
|
9
9
|
export {
|
|
10
10
|
getFigmaSourceLink,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/storybook-config",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.68",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Storybook configuration package",
|
|
6
6
|
"engines": {
|
|
@@ -83,31 +83,31 @@
|
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
85
|
"@gorhom/bottom-sheet": "^5.2.14",
|
|
86
|
-
"@itcase/config": "^1.6.
|
|
86
|
+
"@itcase/config": "^1.6.58",
|
|
87
87
|
"@itcase/storybook-addon-auth": "^1.0.5",
|
|
88
88
|
"@react-native-async-storage/async-storage": "^3.1.0",
|
|
89
89
|
"@react-native-community/datetimepicker": "^9.1.0",
|
|
90
90
|
"@storybook/addon-designs": "^11.1.3",
|
|
91
|
-
"@storybook/addon-docs": "^10.4.
|
|
92
|
-
"@storybook/addon-links": "^10.4.
|
|
91
|
+
"@storybook/addon-docs": "^10.4.1",
|
|
92
|
+
"@storybook/addon-links": "^10.4.1",
|
|
93
93
|
"@storybook/addon-ondevice-actions": "10.4.4",
|
|
94
94
|
"@storybook/addon-ondevice-backgrounds": "10.4.4",
|
|
95
95
|
"@storybook/addon-ondevice-controls": "10.4.4",
|
|
96
96
|
"@storybook/addon-ondevice-notes": "^10.4.4",
|
|
97
97
|
"@storybook/addon-react-native-web": "^0.0.29",
|
|
98
98
|
"@storybook/addon-styling-webpack": "^3.0.2",
|
|
99
|
-
"@storybook/addon-themes": "^10.4.
|
|
100
|
-
"@storybook/addon-vitest": "^10.4.
|
|
99
|
+
"@storybook/addon-themes": "^10.4.1",
|
|
100
|
+
"@storybook/addon-vitest": "^10.4.1",
|
|
101
101
|
"@storybook/addon-webpack5-compiler-swc": "^4.0.3",
|
|
102
|
-
"@storybook/builder-vite": "^10.4.
|
|
103
|
-
"@storybook/nextjs": "^10.4.
|
|
104
|
-
"@storybook/nextjs-vite": "^10.4.
|
|
105
|
-
"@storybook/react": "^10.4.
|
|
102
|
+
"@storybook/builder-vite": "^10.4.1",
|
|
103
|
+
"@storybook/nextjs": "^10.4.1",
|
|
104
|
+
"@storybook/nextjs-vite": "^10.4.1",
|
|
105
|
+
"@storybook/react": "^10.4.1",
|
|
106
106
|
"@storybook/react-native": "10.4.4",
|
|
107
107
|
"@storybook/react-native-ui-lite": "10.4.4",
|
|
108
|
-
"@storybook/react-native-web-vite": "^10.4.
|
|
109
|
-
"@storybook/react-vite": "^10.4.
|
|
110
|
-
"@storybook/react-webpack5": "^10.4.
|
|
108
|
+
"@storybook/react-native-web-vite": "^10.4.1",
|
|
109
|
+
"@storybook/react-vite": "^10.4.1",
|
|
110
|
+
"@storybook/react-webpack5": "^10.4.1",
|
|
111
111
|
"@vitejs/plugin-react": "^6.0.2",
|
|
112
112
|
"@vitest/browser-playwright": "^4.1.7",
|
|
113
113
|
"babel-loader": "^10.1.1",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"react-native-svg": "^15.15.5",
|
|
125
125
|
"react-native-web": "^0.21.2",
|
|
126
126
|
"react-native-worklets": "^0.8.3",
|
|
127
|
-
"storybook": "^10.4.
|
|
127
|
+
"storybook": "^10.4.1",
|
|
128
128
|
"storybook-addon-source-link": "^2.0.1",
|
|
129
129
|
"vite": "^8.0.14",
|
|
130
130
|
"vite-plugin-babel": "^1.7.3",
|
|
@@ -133,16 +133,16 @@
|
|
|
133
133
|
"vitest": "^4.1.7"
|
|
134
134
|
},
|
|
135
135
|
"devDependencies": {
|
|
136
|
-
"@babel/core": "^7.29.
|
|
137
|
-
"@babel/preset-env": "^7.29.
|
|
138
|
-
"@babel/preset-react": "^7.
|
|
139
|
-
"@babel/runtime": "^7.29.
|
|
136
|
+
"@babel/core": "^7.29.7",
|
|
137
|
+
"@babel/preset-env": "^7.29.7",
|
|
138
|
+
"@babel/preset-react": "^7.29.7",
|
|
139
|
+
"@babel/runtime": "^7.29.7",
|
|
140
140
|
"@commitlint/cli": "^21.0.1",
|
|
141
141
|
"@commitlint/config-conventional": "^21.0.1",
|
|
142
|
-
"@itcase/common": "^1.2.
|
|
143
|
-
"@itcase/lint": "^1.1.
|
|
144
|
-
"@itcase/ui-core": "^1.
|
|
145
|
-
"@itcase/ui-web": "^1.
|
|
142
|
+
"@itcase/common": "^1.2.43",
|
|
143
|
+
"@itcase/lint": "^1.1.116",
|
|
144
|
+
"@itcase/ui-core": "^1.10.2",
|
|
145
|
+
"@itcase/ui-web": "^1.10.3",
|
|
146
146
|
"@react-native-community/cli": "20.1.3",
|
|
147
147
|
"@react-native-community/cli-platform-android": "20.1.3",
|
|
148
148
|
"@react-native-community/cli-platform-ios": "20.1.3",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"@rollup/plugin-commonjs": "^29.0.2",
|
|
155
155
|
"@rollup/plugin-json": "^6.1.0",
|
|
156
156
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
157
|
-
"@storybook/addon-docs": "^10.4.
|
|
157
|
+
"@storybook/addon-docs": "^10.4.1",
|
|
158
158
|
"@types/react": "^18",
|
|
159
159
|
"@types/react-dom": "^18",
|
|
160
160
|
"react-docgen": "^8.0.3",
|