Skip to content

Commit

Permalink
Merge branch 'next' into fix-missing-paths-separators
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw authored Nov 7, 2024
2 parents 5945e07 + 39294cc commit f79f158
Show file tree
Hide file tree
Showing 10 changed files with 383 additions and 349 deletions.
34 changes: 17 additions & 17 deletions examples/expo-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-example",
"version": "8.4.0-rc.0",
"version": "8.4.1",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -25,25 +25,25 @@
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/slider": "4.5.5",
"@storybook/addon-essentials": "^8.4.0",
"@storybook/addon-interactions": "^8.4.0",
"@storybook/addon-links": "^8.4.0",
"@storybook/addon-ondevice-actions": "^8.4.0-rc.0",
"@storybook/addon-ondevice-backgrounds": "^8.4.0-rc.0",
"@storybook/addon-ondevice-controls": "^8.4.0-rc.0",
"@storybook/addon-ondevice-notes": "^8.4.0-rc.0",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/addon-ondevice-actions": "^8.4.1",
"@storybook/addon-ondevice-backgrounds": "^8.4.1",
"@storybook/addon-ondevice-controls": "^8.4.1",
"@storybook/addon-ondevice-notes": "^8.4.1",
"@storybook/addon-react-native-server": "0.0.6",
"@storybook/addon-react-native-web": "^0.0.22",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.4.0",
"@storybook/builder-webpack5": "^8.4.0",
"@storybook/blocks": "^8.4.2",
"@storybook/builder-webpack5": "^8.4.2",
"@storybook/global": "^5.0.0",
"@storybook/react": "^8.4.0",
"@storybook/react-native": "^8.4.0-rc.0",
"@storybook/react-native-theming": "^8.4.0-rc.0",
"@storybook/react-webpack5": "^8.4.0",
"@storybook/test": "^8.4.0",
"expo": "52.0.0-preview.18",
"@storybook/react": "^8.4.2",
"@storybook/react-native": "^8.4.1",
"@storybook/react-native-theming": "^8.4.1",
"@storybook/react-webpack5": "^8.4.2",
"@storybook/test": "^8.4.2",
"expo": "52.0.0-preview.21",
"history": "^5.3.0",
"querystring": "^0.2.1",
"react": "18.3.1",
Expand All @@ -55,7 +55,7 @@
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.13",
"react-router": "^6.26.2",
"storybook": "^8.4.0",
"storybook": "^8.4.2",
"storybook-addon-deep-controls": "^0.9.2",
"ws": "^8.18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"registry": "https://registry.npmjs.org",
"version": "8.4.0-rc.0"
"version": "8.4.1"
}
6 changes: 3 additions & 3 deletions packages/ondevice-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-ondevice-actions",
"version": "8.4.0-rc.0",
"version": "8.4.1",
"description": "Action Logger addon for react-native storybook",
"keywords": [
"storybook"
Expand All @@ -27,8 +27,8 @@
"prepare": "tsc"
},
"dependencies": {
"@storybook/addon-actions": "^8.4.0",
"@storybook/core": "^8.4.0",
"@storybook/addon-actions": "^8.4.2",
"@storybook/core": "^8.4.2",
"@storybook/global": "^5.0.0",
"fast-deep-equal": "^2.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ondevice-backgrounds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-ondevice-backgrounds",
"version": "8.4.0-rc.0",
"version": "8.4.1",
"description": "A react-native storybook addon to show different backgrounds for your preview",
"keywords": [
"addon",
Expand Down Expand Up @@ -32,8 +32,8 @@
"dev": "tsc --watch"
},
"dependencies": {
"@storybook/core": "^8.4.0",
"@storybook/react-native-theming": "^8.4.0-rc.0"
"@storybook/core": "^8.4.2",
"@storybook/react-native-theming": "^8.4.1"
},
"devDependencies": {
"typescript": "^5.3.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/ondevice-controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-ondevice-controls",
"version": "8.4.0-rc.0",
"version": "8.4.1",
"description": "Display storybook controls on your device.",
"keywords": [
"addon",
Expand Down Expand Up @@ -30,10 +30,10 @@
"copyimages": "cross-env-shell cp -r src/components/color-picker/resources dist/components/color-picker/resources"
},
"dependencies": {
"@storybook/addon-controls": "^8.4.0",
"@storybook/core": "^8.4.0",
"@storybook/react-native-theming": "^8.4.0-rc.0",
"@storybook/react-native-ui": "^8.4.0-rc.0",
"@storybook/addon-controls": "^8.4.2",
"@storybook/core": "^8.4.2",
"@storybook/react-native-theming": "^8.4.1",
"@storybook/react-native-ui": "^8.4.1",
"deep-equal": "^1.0.1",
"prop-types": "^15.7.2",
"react-native-modal-datetime-picker": "^14.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ondevice-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-ondevice-notes",
"version": "8.4.0-rc.0",
"version": "8.4.1",
"description": "Write notes for your react-native Storybook stories.",
"keywords": [
"addon",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dev": "tsc --watch"
},
"dependencies": {
"@storybook/core": "^8.4.0",
"@storybook/react-native-theming": "^8.4.0-rc.0",
"@storybook/core": "^8.4.2",
"@storybook/react-native-theming": "^8.4.1",
"react-native-markdown-display": "^7.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-theming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/react-native-theming",
"version": "8.4.0-rc.0",
"version": "8.4.1",
"description": "A wrapper library around emotion 11 to provide theming support for react-native storybook",
"keywords": [
"react",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-native-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/react-native-ui",
"version": "8.4.0-rc.0",
"version": "8.4.1",
"description": "ui components for react native storybook",
"keywords": [
"react",
Expand Down Expand Up @@ -58,9 +58,9 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@storybook/core": "^8.4.0",
"@storybook/react": "^8.4.0",
"@storybook/react-native-theming": "^8.4.0-rc.0",
"@storybook/core": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/react-native-theming": "^8.4.1",
"fuse.js": "^7.0.0",
"memoizerific": "^1.11.3",
"polished": "^4.3.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/react-native",
"version": "8.4.0-rc.0",
"version": "8.4.1",
"description": "A better way to develop React Native Components for your app",
"keywords": [
"react",
Expand Down Expand Up @@ -45,12 +45,12 @@
"test:update": "jest --updateSnapshot"
},
"dependencies": {
"@storybook/core": "^8.4.0",
"@storybook/core": "^8.4.2",
"@storybook/csf": "^0.1.1",
"@storybook/global": "^5.0.0",
"@storybook/react": "^8.4.0",
"@storybook/react-native-theming": "^8.4.0-rc.0",
"@storybook/react-native-ui": "^8.4.0-rc.0",
"@storybook/react": "^8.4.2",
"@storybook/react-native-theming": "^8.4.1",
"@storybook/react-native-ui": "^8.4.1",
"chokidar": "^3.5.1",
"commander": "^8.2.0",
"dedent": "^1.5.1",
Expand All @@ -60,7 +60,7 @@
"react-native-swipe-gestures": "^1.0.5",
"react-native-url-polyfill": "^2.0.0",
"setimmediate": "^1.0.5",
"storybook": "^8.4.0",
"storybook": "^8.4.2",
"type-fest": "~2.19",
"util": "^0.12.4",
"ws": "^8.18.0"
Expand Down
Loading

0 comments on commit f79f158

Please sign in to comment.