@ledgerhq/icons-ui 0.6.2-nightly.0 → 0.6.2
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 +5 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/icons-ui",
|
|
3
3
|
"description": "Icons used by the Ledger design system.",
|
|
4
|
-
"version": "0.6.2
|
|
4
|
+
"version": "0.6.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"@svgr/core": "^5.5.0",
|
|
57
57
|
"@svgr/plugin-svgo": "^5.5.0",
|
|
58
58
|
"@types/react": "^18.2.21",
|
|
59
|
-
"@types/react-dom": "^
|
|
60
|
-
"@types/react-native": "^0.
|
|
59
|
+
"@types/react-dom": "^18.2.13",
|
|
60
|
+
"@types/react-native": "^0.72.0",
|
|
61
61
|
"@types/styled-components": "^5.1.14",
|
|
62
62
|
"@types/styled-components-react-native": "^5.1.3",
|
|
63
63
|
"@types/styled-system": "^5.1.13",
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|
|
74
74
|
"build": "pnpm run clean && node scripts/build && node scripts/buildLegacy && tsc --noEmit false && node scripts/transpile",
|
|
75
|
-
"clean": "rimraf react native reactLegacy nativeLegacy src/react src/native src/reactLegacy src/nativeLegacy"
|
|
75
|
+
"clean": "rimraf react native reactLegacy nativeLegacy src/react src/native src/reactLegacy src/nativeLegacy",
|
|
76
|
+
"unimported": "unimported"
|
|
76
77
|
}
|
|
77
78
|
}
|