@ledgerhq/native-ui 0.22.2-nightly.1 → 0.22.3-next.0

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 (1) hide show
  1. package/package.json +19 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/native-ui",
3
- "version": "0.22.2-nightly.1",
3
+ "version": "0.22.3-next.0",
4
4
  "description": "Ledger Live - Mobile UI",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  "rn-range-slider": "2.1.1",
43
43
  "styled-system": "^5.1.5",
44
44
  "victory-native": "^35.5.5",
45
- "@ledgerhq/crypto-icons-ui": "^0.7.0-nightly.1",
45
+ "@ledgerhq/crypto-icons-ui": "^0.7.0-next.0",
46
46
  "@ledgerhq/icons-ui": "^0.6.2",
47
47
  "@ledgerhq/ui-shared": "^0.2.1"
48
48
  },
@@ -72,20 +72,19 @@
72
72
  "@react-native-community/cli-server-api": "^7.0.3",
73
73
  "@react-native-community/datetimepicker": "6.7.5",
74
74
  "@react-native-community/slider": "^4.4.2",
75
- "@storybook/addon-actions": "^6.5.16",
76
- "@storybook/addon-controls": "^6.5.16",
77
- "@storybook/addon-essentials": "^6.5.16",
78
- "@storybook/addon-links": "^6.5.16",
79
- "@storybook/addon-ondevice-actions": "6.5.6",
80
- "@storybook/addon-ondevice-backgrounds": "6.5.6",
81
- "@storybook/addon-ondevice-controls": "6.5.6",
82
- "@storybook/addon-ondevice-notes": "6.5.6",
83
- "@storybook/addon-react-native-web": "^0.0.19",
84
- "@storybook/builder-webpack5": "^6.5.14",
85
- "@storybook/docs-tools": "^6.5.16",
86
- "@storybook/manager-webpack5": "^6.5.14",
87
- "@storybook/react": "^6.5.16",
88
- "@storybook/react-native": "6.5.6",
75
+ "@storybook/addon-actions": "^7.5.3",
76
+ "@storybook/addon-controls": "^7.5.3",
77
+ "@storybook/addon-essentials": "^7.5.3",
78
+ "@storybook/addon-links": "^7.5.3",
79
+ "@storybook/addon-ondevice-actions": "6.5.7",
80
+ "@storybook/addon-ondevice-backgrounds": "6.5.7",
81
+ "@storybook/addon-ondevice-controls": "6.5.7",
82
+ "@storybook/addon-ondevice-notes": "6.5.7",
83
+ "@storybook/addon-react-native-web": "^0.0.21",
84
+ "@storybook/docs-tools": "^7.5.3",
85
+ "@storybook/react": "^7.5.3",
86
+ "@storybook/react-native": "6.5.7",
87
+ "@storybook/react-webpack5": "^7.5.3",
89
88
  "@svgr/core": "^5.5.0",
90
89
  "@svgr/plugin-jsx": "^5.5.0",
91
90
  "@svgr/plugin-svgo": "^5.5.0",
@@ -108,6 +107,7 @@
108
107
  "csstype": "^3.0.11",
109
108
  "eslint-plugin-react": "^7.33.2",
110
109
  "eslint-plugin-react-hooks": "^4.6.0",
110
+ "eslint-plugin-storybook": "^0.6.15",
111
111
  "expo": "^49.0.7",
112
112
  "expo-asset": "8.10.1",
113
113
  "expo-constants": "^14.4.2",
@@ -136,6 +136,7 @@
136
136
  "react-native-web": "~0.19.6",
137
137
  "regenerator-runtime": "^0.14.0",
138
138
  "rimraf": "^4.4.1",
139
+ "storybook": "^7.5.3",
139
140
  "styled-components": "^5.3.3",
140
141
  "stylelint": "^14.9.1",
141
142
  "stylelint-config-recommended": "^13.0.0",
@@ -151,7 +152,7 @@
151
152
  "android": "expo start --android",
152
153
  "build": "tsc -p tsconfig.prod.json && node scripts/postBuild",
153
154
  "prebuild:storybook": "pnpm -F ui-shared -F icons-ui -F crypto-icons-ui build",
154
- "build:storybook": "pnpm build-storybook -c .storybook-web -o web-build",
155
+ "build:storybook": "storybook build -c .storybook-web -o web-build",
155
156
  "watch": "tsc -p tsconfig.prod.json --watch",
156
157
  "clean": "rimraf lib",
157
158
  "eject": "expo eject",
@@ -161,7 +162,7 @@
161
162
  "lint:css": "stylelint './src/**/*.{js,jsx,ts,tsx}'",
162
163
  "release": "yarn publish ./lib --access public",
163
164
  "expo-start": "expo start",
164
- "storybook": "start-storybook -c .storybook-web -p 6006",
165
+ "storybook": "storybook dev -c .storybook-web -p 6006",
165
166
  "typecheck": "tsc --noEmit -p tsconfig.json",
166
167
  "test": "exit 0",
167
168
  "web": "expo start --web",