@tarojs/rn-style-transformer 4.0.0-beta.6 → 4.0.0-beta.8
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/rn-style-transformer",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.8",
|
|
4
4
|
"description": "提供Taro RN 统一处理样式文件能力",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"sass": "1.37.5",
|
|
28
28
|
"stylelint": "^14.9.1",
|
|
29
29
|
"stylus": "^0.55.0",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"stylelint-config-taro-rn": "4.0.0-beta.
|
|
33
|
-
"stylelint-taro-rn": "4.0.0-beta.
|
|
34
|
-
"taro-css-to-react-native": "4.0.0-beta.
|
|
30
|
+
"postcss-pxtransform": "4.0.0-beta.8",
|
|
31
|
+
"@tarojs/helper": "4.0.0-beta.8",
|
|
32
|
+
"stylelint-config-taro-rn": "4.0.0-beta.8",
|
|
33
|
+
"stylelint-taro-rn": "4.0.0-beta.8",
|
|
34
|
+
"taro-css-to-react-native": "4.0.0-beta.8"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"babel-jest": "^29.7.0",
|