@storybook/react-native 9.1.2-alpha.0 → 9.1.3

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.
Files changed (2) hide show
  1. package/dist/index.js +13 -16
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -1251,22 +1251,19 @@ function prepareStories({
1251
1251
  });
1252
1252
  });
1253
1253
  const sortableStories = Object.values(index.entries);
1254
- if (storySort) {
1255
- (0, import_preview_api2.sortStoriesV7)(
1256
- sortableStories,
1257
- storySort,
1258
- Object.values(index.entries).map((entry) => entry.importPath)
1259
- );
1260
- const sorted = sortableStories.reduce(
1261
- (acc, item) => {
1262
- acc[item.id] = item;
1263
- return acc;
1264
- },
1265
- {}
1266
- );
1267
- return { index: { v: 5, entries: sorted }, importMap };
1268
- }
1269
- return { index, importMap };
1254
+ (0, import_preview_api2.sortStoriesV7)(
1255
+ sortableStories,
1256
+ storySort,
1257
+ Object.values(index.entries).map((entry) => entry.importPath)
1258
+ );
1259
+ const sorted = sortableStories.reduce(
1260
+ (acc, item) => {
1261
+ acc[item.id] = item;
1262
+ return acc;
1263
+ },
1264
+ {}
1265
+ );
1266
+ return { index: { v: 5, entries: sorted }, importMap };
1270
1267
  }
1271
1268
  var getProjectAnnotations = (view, annotations) => async () => (0, import_preview_api2.composeConfigs)([
1272
1269
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native",
3
- "version": "9.1.2-alpha.0",
3
+ "version": "9.1.3",
4
4
  "description": "A better way to develop React Native Components for your app",
5
5
  "keywords": [
6
6
  "react",
@@ -48,10 +48,10 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@storybook/global": "^5.0.0",
51
- "@storybook/react": "^9.1.2",
52
- "@storybook/react-native-theming": "^9.1.2-alpha.0",
53
- "@storybook/react-native-ui": "^9.1.2-alpha.0",
54
- "@storybook/react-native-ui-common": "^9.1.2-alpha.0",
51
+ "@storybook/react": "^9.1.5",
52
+ "@storybook/react-native-theming": "^9.1.3",
53
+ "@storybook/react-native-ui": "^9.1.3",
54
+ "@storybook/react-native-ui-common": "^9.1.3",
55
55
  "commander": "^8.2.0",
56
56
  "dedent": "^1.5.1",
57
57
  "deepmerge": "^4.3.0",
@@ -67,11 +67,11 @@
67
67
  "babel-jest": "^29.7.0",
68
68
  "babel-preset-expo": "^12.0.9",
69
69
  "jest": "^29.7.0",
70
- "jest-expo": "~54.0.1",
70
+ "jest-expo": "~54.0.12",
71
71
  "jotai": "^2.6.2",
72
72
  "react": "19.1.0",
73
- "react-native": "0.81.0",
74
- "storybook": "^9.1.2",
73
+ "react-native": "0.81.4",
74
+ "storybook": "^9.1.5",
75
75
  "tsup": "^8.5.0",
76
76
  "typescript": "~5.9.2",
77
77
  "universal-test-renderer": "^0.6.0"
@@ -105,5 +105,5 @@
105
105
  "publishConfig": {
106
106
  "access": "public"
107
107
  },
108
- "gitHead": "6fb9a81aa734b83cac60ad4074745bec2d69fad7"
108
+ "gitHead": "bdaedcb3da18da85a37cd67d3f46e657817dfc40"
109
109
  }