Skip to content

Commit 7456b7f

Browse files
authored
feat: bump package versions (#870)
* feat: bump package versions * fix: mcp endpoint name change * fix: changeset
1 parent 4d38edd commit 7456b7f

14 files changed

Lines changed: 2735 additions & 2633 deletions

File tree

.changeset/tall-regions-fail.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@storybook/react-native-ui-common': patch
3+
'@storybook/addon-ondevice-backgrounds': patch
4+
'@storybook/react-native-ui-lite': patch
5+
'@storybook/addon-ondevice-controls': patch
6+
'@storybook/addon-ondevice-actions': patch
7+
'@storybook/react-native-ui': patch
8+
'@storybook/addon-ondevice-notes': patch
9+
'@storybook/react-native': patch
10+
---
11+
12+
update storybook dependencies and fix mcp tool name change

examples/expo-example/.rnstorybook/storybook.requires.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ const annotations = [
6464

6565
globalThis.STORIES = normalizedStories;
6666
globalThis.STORYBOOK_WEBSOCKET = {
67+
host: '192.168.1.172',
6768
port: 7007,
68-
secured: true,
69+
secured: false,
6970
};
7071

7172
module?.hot?.accept?.();

examples/expo-example/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"gen-maestro": "npx rn-storybook-test@alpha gen-maestro"
3131
},
3232
"dependencies": {
33-
"@expo/metro-runtime": "~55.0.6",
33+
"@expo/metro-runtime": "~55.0.7",
3434
"@gorhom/bottom-sheet": "^5.2.8",
3535
"@react-native-async-storage/async-storage": "2.2.0",
3636
"@react-native-community/datetimepicker": "8.6.0",
@@ -40,40 +40,40 @@
4040
"@storybook/addon-ondevice-controls": "^10.3.0",
4141
"@storybook/addon-ondevice-notes": "^10.3.0",
4242
"@storybook/addon-react-native-server": "^1.0.1",
43-
"@storybook/react": "10.3.0-alpha.14",
43+
"@storybook/react": "^10.3.1",
4444
"@storybook/react-native": "^10.3.0",
4545
"@storybook/react-native-ui-lite": "^10.3.0",
46-
"@storybook/react-native-web-vite": "10.3.0-alpha.14",
46+
"@storybook/react-native-web-vite": "^10.3.1",
4747
"babel-plugin-react-compiler": "^1.0.0",
48-
"expo": "~55.0.2",
49-
"expo-updates": "~55.0.11",
48+
"expo": "^55.0.9",
49+
"expo-updates": "~55.0.16",
5050
"react": "19.2.0",
5151
"react-compiler-runtime": "^1.0.0",
5252
"react-dom": "19.2.0",
53-
"react-native": "0.83.2",
53+
"react-native": "0.83.4",
5454
"react-native-gesture-handler": "~2.30.0",
5555
"react-native-reanimated": "~4.2.1",
5656
"react-native-safe-area-context": "^5",
5757
"react-native-svg": "15.15.3",
5858
"react-native-web": "^0.21.2",
5959
"react-native-worklets": "0.7.2",
60-
"storybook": "10.3.0-alpha.14",
61-
"storybook-addon-deep-controls": "^0.9.5",
62-
"ws": "^8.18.3"
60+
"storybook": "^10.3.1",
61+
"storybook-addon-deep-controls": "^0.10.0",
62+
"ws": "^8.20.0"
6363
},
6464
"devDependencies": {
6565
"@babel/core": "^7.26.0",
6666
"@dannyhw/rozenite-storybook": "0.0.2",
67-
"@rozenite/metro": "^1.2.0",
67+
"@rozenite/metro": "^1.6.0",
6868
"@testing-library/react-native": "14.0.0-beta.0",
6969
"@types/react": "~19.2.14",
7070
"@types/ws": "^8.18.1",
7171
"babel-plugin-react-docgen-typescript": "^1.5.1",
7272
"expo-atlas": "^0.4.3",
7373
"jest": "^29.7.0",
74-
"jest-expo": "~55.0.9",
75-
"test-renderer": "^0.14.0",
74+
"jest-expo": "~55.0.11",
75+
"test-renderer": "^0.15.0",
7676
"typescript": "~5.9.3",
77-
"vite": "^7.1.12"
77+
"vite": "^8.0.3"
7878
}
7979
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"@docusaurus/eslint-plugin": "^3.9.2",
4747
"@prettier/plugin-oxc": "^0.1.3",
4848
"cross-env": "^10.1.0",
49-
"eslint": "^9.38.0",
49+
"eslint": "^9.39.4",
5050
"eslint-config-expo": "^55.0.0",
5151
"eslint-config-prettier": "^10.1.8",
5252
"eslint-plugin-react-hooks": "7.0.1",
5353
"prettier": "^3.8.1",
54-
"sherif": "^1.10.0",
54+
"sherif": "^1.11.0",
5555
"typescript": "~5.9.3"
5656
},
5757
"pnpm": {

packages/ondevice-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"fast-deep-equal": "^3.1.3"
3333
},
3434
"devDependencies": {
35-
"storybook": "10.3.0-alpha.14",
35+
"storybook": "^10.3.1",
3636
"typescript": "~5.9.3"
3737
},
3838
"peerDependencies": {

packages/ondevice-backgrounds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@storybook/react-native-theming": "^10.3.0"
3737
},
3838
"devDependencies": {
39-
"storybook": "10.3.0-alpha.14",
39+
"storybook": "^10.3.1",
4040
"typescript": "~5.9.3"
4141
},
4242
"peerDependencies": {

packages/ondevice-controls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@gorhom/bottom-sheet": "*",
4343
"cross-env": "^10.1.0",
44-
"storybook": "10.3.0-alpha.14",
44+
"storybook": "^10.3.1",
4545
"typescript": "~5.9.3"
4646
},
4747
"peerDependencies": {

packages/ondevice-notes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"react-native-markdown-display": "^7.0.2",
37-
"storybook": "10.3.0-alpha.14",
37+
"storybook": "^10.3.1",
3838
"tsup": "^8.5.0",
3939
"typescript": "~5.9.3"
4040
},

packages/react-native-ui-common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
},
3535
"devDependencies": {
3636
"@types/react": "~19.2.14",
37-
"storybook": "10.3.0-alpha.14",
37+
"storybook": "^10.3.1",
3838
"tsup": "^8.5.0",
3939
"typescript": "~5.9.3"
4040
},
4141
"dependencies": {
4242
"@nozbe/microfuzz": "^1.0.0",
43-
"@storybook/react": "10.3.0-alpha.14",
43+
"@storybook/react": "^10.3.1",
4444
"@storybook/react-native-theming": "^10.3.0",
45-
"es-toolkit": "^1.41.0",
45+
"es-toolkit": "^1.45.1",
4646
"memoizerific": "^1.11.3",
4747
"ts-dedent": "^2.2.0"
4848
},

packages/react-native-ui-lite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@types/react": "~19.2.14",
37-
"storybook": "10.3.0-alpha.14",
37+
"storybook": "^10.3.1",
3838
"ts-dedent": "^2.2.0",
3939
"tsup": "^8.5.0",
4040
"typescript": "~5.9.3"
@@ -43,7 +43,7 @@
4343
"@gorhom/portal": "^1.0.14",
4444
"@legendapp/list": "3.0.0-beta.38",
4545
"@nozbe/microfuzz": "^1.0.0",
46-
"@storybook/react": "10.3.0-alpha.14",
46+
"@storybook/react": "^10.3.1",
4747
"@storybook/react-native-theming": "^10.3.0",
4848
"@storybook/react-native-ui-common": "^10.3.0",
4949
"polished": "^4.3.1",

0 commit comments

Comments
 (0)