@yup/taro-ui 0.0.1 → 0.0.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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yup/taro-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "鱼泡 Taro UI组件库",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "es/index.js",
|
|
@@ -112,16 +112,16 @@
|
|
|
112
112
|
"peerDependencies": {
|
|
113
113
|
"classnames": "^2.3.2",
|
|
114
114
|
"react": "^18.2.0",
|
|
115
|
-
"react-dom": "^18.2.0"
|
|
115
|
+
"react-dom": "^18.2.0",
|
|
116
|
+
"@tarojs/taro": "3.6.37",
|
|
117
|
+
"@tarojs/components": "3.6.37",
|
|
118
|
+
"@yup/taro-checkbox": "^0.9.0",
|
|
119
|
+
"@yup/taro-form": "0.9.1",
|
|
120
|
+
"@yup/taro-radio": "^0.9.0"
|
|
116
121
|
},
|
|
117
|
-
"author": "huanghao <huanghao@yzgong.com>",
|
|
118
122
|
"dependencies": {
|
|
119
|
-
"@types/react": "18.3.1",
|
|
120
123
|
"@yup/taro-checkbox": "^0.9.0",
|
|
121
124
|
"@yup/taro-form": "0.9.1",
|
|
122
|
-
"@yup/taro-radio": "^0.9.0"
|
|
123
|
-
"classnames": "^2.3.2",
|
|
124
|
-
"react": "18.3.1",
|
|
125
|
-
"react-dom": "^18.2.0"
|
|
125
|
+
"@yup/taro-radio": "^0.9.0"
|
|
126
126
|
}
|
|
127
127
|
}
|