@ledgerhq/native-ui 0.19.1-nightly.0 → 0.19.1
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.
- package/package.json +8 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/native-ui",
|
|
3
|
-
"version": "0.19.1
|
|
3
|
+
"version": "0.19.1",
|
|
4
4
|
"description": "Ledger Live - Mobile UI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@types/styled-components-react-native": "^5.3.3",
|
|
58
58
|
"react": ">=17",
|
|
59
59
|
"react-native": ">=0.64.0",
|
|
60
|
-
"react-native-reanimated": "^
|
|
60
|
+
"react-native-reanimated": "^3.0.0",
|
|
61
61
|
"styled-components": "^5.3.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
@@ -65,6 +65,11 @@
|
|
|
65
65
|
"@babel/generator": "^7.17.2",
|
|
66
66
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
67
67
|
"@babel/plugin-proposal-export-namespace-from": "^7.16.0",
|
|
68
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
69
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
70
|
+
"@babel/plugin-transform-arrow-functions": "^7.20.7",
|
|
71
|
+
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
|
|
72
|
+
"@babel/plugin-transform-template-literals": "^7.18.9",
|
|
68
73
|
"@babel/preset-env": "^7.15.8",
|
|
69
74
|
"@babel/runtime": "^7.17.2",
|
|
70
75
|
"@emotion/core": "^10.3.1",
|
|
@@ -139,7 +144,7 @@
|
|
|
139
144
|
"react-dom": "^18",
|
|
140
145
|
"react-is": "^18",
|
|
141
146
|
"react-native": "0.71.6",
|
|
142
|
-
"react-native-reanimated": "^
|
|
147
|
+
"react-native-reanimated": "^3.1.0",
|
|
143
148
|
"react-native-safe-area-context": "^4.5.0",
|
|
144
149
|
"react-native-web": "~0.18.12",
|
|
145
150
|
"regenerator-runtime": "^0.13.9",
|