Skip to content

Commit 7f41735

Browse files
authored
feat: add option to mock out ui dependencies (#771)
* feat: add option to mock out ui dependencies * v9.0.18-alpha.0 * fix: simplify if statement
1 parent 648db0a commit 7f41735

14 files changed

Lines changed: 78 additions & 59 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "9.0.17",
3+
"version": "9.0.18-alpha.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

examples/expo-example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-example",
3-
"version": "9.0.17",
3+
"version": "9.0.18-alpha.0",
44
"private": true,
55
"main": "index.js",
66
"scripts": {
@@ -28,16 +28,16 @@
2828
"@react-native-async-storage/async-storage": "2.1.2",
2929
"@react-native-community/datetimepicker": "8.3.0",
3030
"@react-native-community/slider": "4.5.6",
31-
"@storybook/addon-ondevice-actions": "^9.0.17",
32-
"@storybook/addon-ondevice-backgrounds": "^9.0.17",
33-
"@storybook/addon-ondevice-controls": "^9.0.17",
34-
"@storybook/addon-ondevice-notes": "^9.0.17",
31+
"@storybook/addon-ondevice-actions": "^9.0.18-alpha.0",
32+
"@storybook/addon-ondevice-backgrounds": "^9.0.18-alpha.0",
33+
"@storybook/addon-ondevice-controls": "^9.0.18-alpha.0",
34+
"@storybook/addon-ondevice-notes": "^9.0.18-alpha.0",
3535
"@storybook/addon-react-native-server": "^1.0.0",
3636
"@storybook/global": "^5.0.0",
3737
"@storybook/react": "^9.0.17",
38-
"@storybook/react-native": "^9.0.17",
39-
"@storybook/react-native-theming": "^9.0.17",
40-
"@storybook/react-native-ui-lite": "^9.0.17",
38+
"@storybook/react-native": "^9.0.18-alpha.0",
39+
"@storybook/react-native-theming": "^9.0.18-alpha.0",
40+
"@storybook/react-native-ui-lite": "^9.0.18-alpha.0",
4141
"@storybook/react-native-web-vite": "^9.0.17",
4242
"babel-plugin-react-compiler": "^19.1.0-rc.2",
4343
"expo": "~53.0.9",

lerna.json

Lines changed: 1 addition & 1 deletion
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.17"
4+
"version": "9.0.18-alpha.0"
55
}

packages/ondevice-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-actions",
3-
"version": "9.0.17",
3+
"version": "9.0.18-alpha.0",
44
"description": "Action Logger addon for react-native storybook",
55
"keywords": [
66
"storybook"

packages/ondevice-backgrounds/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-backgrounds",
3-
"version": "9.0.17",
3+
"version": "9.0.18-alpha.0",
44
"description": "A react-native storybook addon to show different backgrounds for your preview",
55
"keywords": [
66
"addon",
@@ -32,7 +32,7 @@
3232
"dev": "tsc --watch"
3333
},
3434
"dependencies": {
35-
"@storybook/react-native-theming": "^9.0.17"
35+
"@storybook/react-native-theming": "^9.0.18-alpha.0"
3636
},
3737
"devDependencies": {
3838
"typescript": "~5.8.3"

packages/ondevice-controls/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-controls",
3-
"version": "9.0.17",
3+
"version": "9.0.18-alpha.0",
44
"description": "Display storybook controls on your device.",
55
"keywords": [
66
"addon",
@@ -30,8 +30,8 @@
3030
"copyimages": "cross-env-shell cp -r src/components/color-picker/resources dist/components/color-picker/resources"
3131
},
3232
"dependencies": {
33-
"@storybook/react-native-theming": "^9.0.17",
34-
"@storybook/react-native-ui-common": "^9.0.17",
33+
"@storybook/react-native-theming": "^9.0.18-alpha.0",
34+
"@storybook/react-native-ui-common": "^9.0.18-alpha.0",
3535
"deep-equal": "^1.0.1",
3636
"prop-types": "^15.7.2",
3737
"react-native-modal-datetime-picker": "^18.0.0",

packages/ondevice-notes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-notes",
3-
"version": "9.0.17",
3+
"version": "9.0.18-alpha.0",
44
"description": "Write notes for your react-native Storybook stories.",
55
"keywords": [
66
"addon",
@@ -29,7 +29,7 @@
2929
"dev": "tsc --watch"
3030
},
3131
"dependencies": {
32-
"@storybook/react-native-theming": "^9.0.17",
32+
"@storybook/react-native-theming": "^9.0.18-alpha.0",
3333
"react-native-markdown-display": "^7.0.2"
3434
},
3535
"devDependencies": {

packages/react-native-theming/package.json

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/react-native-ui-common",
3-
"version": "9.0.17",
3+
"version": "9.0.18-alpha.0",
44
"description": "common ui components for react native storybook",
55
"keywords": [
66
"react",
@@ -58,7 +58,7 @@
5858
},
5959
"dependencies": {
6060
"@storybook/react": "^9.0.17",
61-
"@storybook/react-native-theming": "^9.0.17",
61+
"@storybook/react-native-theming": "^9.0.18-alpha.0",
6262
"es-toolkit": "^1.38.0",
6363
"fuse.js": "^7.0.0",
6464
"memoizerific": "^1.11.3",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/react-native-ui-lite",
3-
"version": "9.0.17",
3+
"version": "9.0.18-alpha.0",
44
"description": "lightweight ui components for react native storybook",
55
"keywords": [
66
"react",
@@ -59,8 +59,8 @@
5959
},
6060
"dependencies": {
6161
"@storybook/react": "^9.0.17",
62-
"@storybook/react-native-theming": "^9.0.17",
63-
"@storybook/react-native-ui-common": "^9.0.17",
62+
"@storybook/react-native-theming": "^9.0.18-alpha.0",
63+
"@storybook/react-native-ui-common": "^9.0.18-alpha.0",
6464
"fuse.js": "^7.0.0",
6565
"memoizerific": "^1.11.3",
6666
"polished": "^4.3.1",

0 commit comments

Comments
 (0)