react-native-umui 1.7.17 → 1.7.21
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 +4 -5
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-umui",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.21",
|
|
4
4
|
"description": "react-native-umui",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
|
+
"module": "./lib/module/index.js",
|
|
6
7
|
"types": "./lib/typescript/src/index.d.ts",
|
|
7
|
-
"react-native": "./lib/commonjs/index.js",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
10
|
"source": "./src/index.tsx",
|
|
@@ -160,7 +160,6 @@
|
|
|
160
160
|
"lib": "lib"
|
|
161
161
|
},
|
|
162
162
|
"dependencies": {
|
|
163
|
-
"JSONStream": "^1.3.5",
|
|
164
163
|
"abort-controller": "^3.0.0",
|
|
165
164
|
"accepts": "^1.3.8",
|
|
166
165
|
"acorn": "^8.15.0",
|
|
@@ -555,6 +554,7 @@
|
|
|
555
554
|
"json5": "^2.2.3",
|
|
556
555
|
"jsonfile": "^6.2.0",
|
|
557
556
|
"jsonparse": "^1.3.1",
|
|
557
|
+
"JSONStream": "^1.3.5",
|
|
558
558
|
"jsx-ast-utils": "^3.3.5",
|
|
559
559
|
"keyv": "^4.5.4",
|
|
560
560
|
"kleur": "^3.0.3",
|
|
@@ -716,7 +716,6 @@
|
|
|
716
716
|
"react-is": "^18.3.1",
|
|
717
717
|
"react-native-is-edge-to-edge": "^1.2.1",
|
|
718
718
|
"react-native-monorepo-config": "^0.1.10",
|
|
719
|
-
"react-native-umui-example": "^1.0.0",
|
|
720
719
|
"react-native-web": "^0.21.2",
|
|
721
720
|
"react-refresh": "^0.14.2",
|
|
722
721
|
"read-package-up": "^11.0.0",
|
|
@@ -795,6 +794,7 @@
|
|
|
795
794
|
"stdin-discarder": "^0.2.2",
|
|
796
795
|
"stop-iteration-iterator": "^1.1.0",
|
|
797
796
|
"stream-buffers": "^2.2.0",
|
|
797
|
+
"string_decoder": "^1.3.0",
|
|
798
798
|
"string-length": "^4.0.2",
|
|
799
799
|
"string-natural-compare": "^3.0.1",
|
|
800
800
|
"string-width": "^8.1.0",
|
|
@@ -804,7 +804,6 @@
|
|
|
804
804
|
"string.prototype.trim": "^1.2.10",
|
|
805
805
|
"string.prototype.trimend": "^1.0.9",
|
|
806
806
|
"string.prototype.trimstart": "^1.0.8",
|
|
807
|
-
"string_decoder": "^1.3.0",
|
|
808
807
|
"strip-ansi": "^6.0.1",
|
|
809
808
|
"strip-ansi-cjs": "^6.0.1",
|
|
810
809
|
"strip-bom": "^4.0.0",
|