@particle-network/ui-native 0.4.0-beta.11 → 0.4.0-beta.13
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-native",
|
|
3
|
-
"version": "0.4.0-beta.
|
|
3
|
+
"version": "0.4.0-beta.13",
|
|
4
4
|
"main": "./entry.js",
|
|
5
5
|
"react-native": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"react-native-paper": "^5.14.5",
|
|
45
45
|
"react-native-size-matters": "^0.4.2",
|
|
46
46
|
"react-native-toast-message": "^2.3.3",
|
|
47
|
-
"@particle-network/
|
|
48
|
-
"@particle-network/
|
|
47
|
+
"@particle-network/ui-shared": "0.3.0-beta.4",
|
|
48
|
+
"@particle-network/icons": "0.4.0-beta.11"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@babel/core": "^7.24.0",
|
|
@@ -85,13 +85,12 @@
|
|
|
85
85
|
"react-native-web": "^0.21.1",
|
|
86
86
|
"serve": "^14.2.5",
|
|
87
87
|
"storybook": "^9.1.6",
|
|
88
|
-
"typescript": "~5.9.2",
|
|
89
88
|
"unfetch": "^4.2.0",
|
|
90
89
|
"vite": "^6.3.5",
|
|
91
90
|
"zustand": "^5.0.8",
|
|
92
|
-
"@particle-network/icons": "0.4.0-beta.9",
|
|
93
91
|
"@particle-network/eslint-config": "0.3.0",
|
|
94
|
-
"@particle-network/lintstaged-config": "0.1.0"
|
|
92
|
+
"@particle-network/lintstaged-config": "0.1.0",
|
|
93
|
+
"@particle-network/icons": "0.4.0-beta.11"
|
|
95
94
|
},
|
|
96
95
|
"overrides": {
|
|
97
96
|
"react-docgen-typescript": "2.2.2",
|
|
@@ -112,7 +111,7 @@
|
|
|
112
111
|
"storybook:build": "storybook build",
|
|
113
112
|
"storybook:preview": "serve storybook-static",
|
|
114
113
|
"storybook:generate": "sb-rn-get-stories",
|
|
115
|
-
"type-check": "npx
|
|
114
|
+
"type-check": "npx tsgo --noEmit -p ./tsconfig.json",
|
|
116
115
|
"dev": "rslib build --watch",
|
|
117
116
|
"build": "rslib build",
|
|
118
117
|
"lint": "eslint . --no-error-on-unmatched-pattern --quiet",
|