Skip to content

Commit 3a83e4d

Browse files
committed
feat: upgrade everything to latest alpha version
1 parent 990c502 commit 3a83e4d

File tree

12 files changed

+122
-245
lines changed

12 files changed

+122
-245
lines changed

examples/expo-example/.storybook/main.ts

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const main: ServerStorybookConfig = {
1010

1111
addons: [
1212
'@storybook/addon-essentials',
13-
'@storybook/addon-interactions',
1413
// note why does this break with get absolute?
1514
'@storybook/addon-react-native-server',
1615
'storybook-addon-deep-controls',

examples/expo-example/components/ActionExample/Actions.stories.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { Meta, StoryObj } from '@storybook/react';
2-
32
import { ActionButton } from './Actions';
43

54
const meta = {
@@ -9,6 +8,8 @@ const meta = {
98
},
109
args: {
1110
text: 'Press me!',
11+
// FIXME: something is wrong with the fn() since the latest alpha
12+
// onPress: fn(),
1213
},
1314
parameters: {
1415
notes: `

examples/expo-example/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-example",
3-
"version": "9.0.0-alpha.8",
3+
"version": "9.0.0-alpha.11",
44
"private": true,
55
"main": "index.js",
66
"scripts": {
@@ -29,20 +29,19 @@
2929
"@react-native-async-storage/async-storage": "1.23.1",
3030
"@react-native-community/datetimepicker": "8.2.0",
3131
"@react-native-community/slider": "4.5.5",
32-
"@storybook/addon-essentials": "9.0.0-alpha.8",
33-
"@storybook/addon-interactions": "9.0.0-alpha.8",
34-
"@storybook/addon-links": "9.0.0-alpha.8",
32+
"@storybook/addon-essentials": "9.0.0-alpha.11",
33+
"@storybook/addon-links": "9.0.0-alpha.11",
3534
"@storybook/addon-ondevice-actions": "^9.0.0-alpha.8",
3635
"@storybook/addon-ondevice-backgrounds": "^9.0.0-alpha.8",
3736
"@storybook/addon-ondevice-controls": "^9.0.0-alpha.8",
3837
"@storybook/addon-ondevice-notes": "^9.0.0-alpha.8",
3938
"@storybook/addon-react-native-server": "0.0.6",
40-
"@storybook/blocks": "9.0.0-alpha.8",
39+
"@storybook/blocks": "9.0.0-alpha.11",
4140
"@storybook/global": "^5.0.0",
42-
"@storybook/react": "9.0.0-alpha.8",
41+
"@storybook/react": "9.0.0-alpha.11",
4342
"@storybook/react-native": "^9.0.0-alpha.8",
4443
"@storybook/react-native-theming": "^9.0.0-alpha.8",
45-
"@storybook/react-native-web-vite": "9.0.0-alpha.8",
44+
"@storybook/react-native-web-vite": "9.0.0-alpha.11",
4645
"expo": "~52.0.39",
4746
"history": "^5.3.0",
4847
"querystring": "^0.2.1",
@@ -55,7 +54,7 @@
5554
"react-native-svg": "15.8.0",
5655
"react-native-web": "~0.19.13",
5756
"react-router": "^6.26.2",
58-
"storybook": "9.0.0-alpha.8",
57+
"storybook": "9.0.0-alpha.11",
5958
"storybook-addon-deep-controls": "^0.9.2",
6059
"ws": "^8.18.0"
6160
},

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"registry": "https://registry.npmjs.org",
4-
"version": "9.0.0-alpha.8"
4+
"version": "9.0.0-alpha.11"
55
}

packages/ondevice-actions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-actions",
3-
"version": "9.0.0-alpha.8",
3+
"version": "9.0.0-alpha.11",
44
"description": "Action Logger addon for react-native storybook",
55
"keywords": [
66
"storybook"
@@ -36,7 +36,7 @@
3636
"peerDependencies": {
3737
"react": "*",
3838
"react-native": "*",
39-
"storybook": "9.0.0-alpha.8"
39+
"storybook": "9.0.0-alpha.11"
4040
},
4141
"publishConfig": {
4242
"access": "public"

packages/ondevice-backgrounds/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-backgrounds",
3-
"version": "9.0.0-alpha.8",
3+
"version": "9.0.0-alpha.11",
44
"description": "A react-native storybook addon to show different backgrounds for your preview",
55
"keywords": [
66
"addon",
@@ -40,7 +40,7 @@
4040
"peerDependencies": {
4141
"react": "*",
4242
"react-native": "*",
43-
"storybook": "9.0.0-alpha.8"
43+
"storybook": "9.0.0-alpha.11"
4444
},
4545
"publishConfig": {
4646
"access": "public"

packages/ondevice-controls/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-controls",
3-
"version": "9.0.0-alpha.8",
3+
"version": "9.0.0-alpha.11",
44
"description": "Display storybook controls on your device.",
55
"keywords": [
66
"addon",
@@ -30,7 +30,6 @@
3030
"copyimages": "cross-env-shell cp -r src/components/color-picker/resources dist/components/color-picker/resources"
3131
},
3232
"dependencies": {
33-
"@storybook/addon-controls": "9.0.0-alpha.8",
3433
"@storybook/react-native-theming": "^9.0.0-alpha.8",
3534
"@storybook/react-native-ui": "^9.0.0-alpha.8",
3635
"deep-equal": "^1.0.1",
@@ -48,7 +47,7 @@
4847
"@react-native-community/slider": "*",
4948
"react": "*",
5049
"react-native": "*",
51-
"storybook": "9.0.0-alpha.8"
50+
"storybook": "9.0.0-alpha.11"
5251
},
5352
"publishConfig": {
5453
"access": "public"

packages/ondevice-notes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-notes",
3-
"version": "9.0.0-alpha.8",
3+
"version": "9.0.0-alpha.11",
44
"description": "Write notes for your react-native Storybook stories.",
55
"keywords": [
66
"addon",
@@ -38,7 +38,7 @@
3838
"peerDependencies": {
3939
"react": "*",
4040
"react-native": "*",
41-
"storybook": "9.0.0-alpha.8"
41+
"storybook": "9.0.0-alpha.11"
4242
},
4343
"publishConfig": {
4444
"access": "public"

packages/react-native-theming/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/react-native-theming",
3-
"version": "9.0.0-alpha.8",
3+
"version": "9.0.0-alpha.11",
44
"description": "A wrapper library around emotion 11 to provide theming support for react-native storybook",
55
"keywords": [
66
"react",

packages/react-native-ui/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/react-native-ui",
3-
"version": "9.0.0-alpha.8",
3+
"version": "9.0.0-alpha.11",
44
"description": "ui components for react native storybook",
55
"keywords": [
66
"react",
@@ -58,7 +58,7 @@
5858
"typescript": "^5.3.3"
5959
},
6060
"dependencies": {
61-
"@storybook/react": "9.0.0-alpha.8",
61+
"@storybook/react": "9.0.0-alpha.11",
6262
"@storybook/react-native-theming": "^9.0.0-alpha.8",
6363
"fuse.js": "^7.0.0",
6464
"memoizerific": "^1.11.3",
@@ -73,7 +73,7 @@
7373
"react-native-reanimated": ">=3",
7474
"react-native-safe-area-context": "*",
7575
"react-native-svg": ">=14",
76-
"storybook": "9.0.0-alpha.8"
76+
"storybook": "9.0.0-alpha.11"
7777
},
7878
"engines": {
7979
"node": ">=18.0.0"

packages/react-native/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/react-native",
3-
"version": "9.0.0-alpha.8",
3+
"version": "9.0.0-alpha.11",
44
"description": "A better way to develop React Native Components for your app",
55
"keywords": [
66
"react",
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@storybook/csf": "^0.1.13",
5050
"@storybook/global": "^5.0.0",
51-
"@storybook/react": "9.0.0-alpha.8",
51+
"@storybook/react": "9.0.0-alpha.11",
5252
"@storybook/react-native-theming": "^9.0.0-alpha.8",
5353
"@storybook/react-native-ui": "^9.0.0-alpha.8",
5454
"commander": "^8.2.0",
@@ -72,7 +72,7 @@
7272
"react": "18.3.1",
7373
"react-native": "0.76.7",
7474
"react-test-renderer": "^18.3.1",
75-
"storybook": "9.0.0-alpha.8",
75+
"storybook": "9.0.0-alpha.11",
7676
"tsup": "^7.2.0",
7777
"typescript": "^5.3.3"
7878
},
@@ -82,7 +82,7 @@
8282
"react-native": ">=0.72.0",
8383
"react-native-gesture-handler": ">=2",
8484
"react-native-safe-area-context": "*",
85-
"storybook": "9.0.0-alpha.8"
85+
"storybook": "9.0.0-alpha.11"
8686
},
8787
"engines": {
8888
"node": ">=8.0.0"

0 commit comments

Comments
 (0)