@storybook/addon-ondevice-controls 9.0.0 → 9.0.5

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -12,7 +12,7 @@ yarn add -D @storybook/addon-ondevice-controls @react-native-community/datetimep
12
12
 
13
13
  ## Configuration
14
14
 
15
- Then, add following content to `.storybook/main.ts`:
15
+ Then, add following content to `.rnstorybook/main.ts`:
16
16
 
17
17
  ```ts
18
18
  import { StorybookConfig } from '@storybook/react-native';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-ondevice-controls",
3
- "version": "9.0.0",
3
+ "version": "9.0.5",
4
4
  "description": "Display storybook controls on your device.",
5
5
  "keywords": [
6
6
  "addon",
@@ -30,8 +30,8 @@
30
30
  "copyimages": "cross-env-shell cp -r src/components/color-picker/resources dist/components/color-picker/resources"
31
31
  },
32
32
  "dependencies": {
33
- "@storybook/react-native-theming": "^9.0.0",
34
- "@storybook/react-native-ui": "^9.0.0",
33
+ "@storybook/react-native-theming": "^9.0.5",
34
+ "@storybook/react-native-ui": "^9.0.5",
35
35
  "deep-equal": "^1.0.1",
36
36
  "prop-types": "^15.7.2",
37
37
  "react-native-modal-datetime-picker": "^18.0.0",
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "042b39289131a9a80a74859439679947a4b81ac1"
60
+ "gitHead": "aec45d5fc129ca52f2a05c26cf25f25ced73d9e5"
61
61
  }