@tarojs/plugin-platform-h5 3.7.0-beta.3 → 3.7.0-beta.4
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-platform-h5",
|
|
3
|
-
"version": "3.7.0-beta.
|
|
3
|
+
"version": "3.7.0-beta.4",
|
|
4
4
|
"description": "Web 端平台插件",
|
|
5
5
|
"author": "ZakaryCode",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,19 +31,19 @@
|
|
|
31
31
|
"@babel/core": "^7.14.5",
|
|
32
32
|
"change-case": "^4.1.2",
|
|
33
33
|
"lodash-es": "4.17.21",
|
|
34
|
-
"@tarojs/components-react": "3.7.0-beta.
|
|
35
|
-
"@tarojs/
|
|
36
|
-
"@tarojs/
|
|
37
|
-
"@tarojs/
|
|
38
|
-
"@tarojs/
|
|
39
|
-
"@tarojs/
|
|
40
|
-
"
|
|
41
|
-
"
|
|
34
|
+
"@tarojs/components-react": "3.7.0-beta.4",
|
|
35
|
+
"@tarojs/components": "3.7.0-beta.4",
|
|
36
|
+
"@tarojs/router": "3.7.0-beta.4",
|
|
37
|
+
"@tarojs/service": "3.7.0-beta.4",
|
|
38
|
+
"@tarojs/helper": "3.7.0-beta.4",
|
|
39
|
+
"@tarojs/shared": "3.7.0-beta.4",
|
|
40
|
+
"@tarojs/taro-h5": "3.7.0-beta.4",
|
|
41
|
+
"babel-plugin-transform-taroapi": "3.7.0-beta.4"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@rollup/plugin-commonjs": "^
|
|
44
|
+
"@rollup/plugin-commonjs": "^25.0.7",
|
|
45
45
|
"@rollup/plugin-json": "^6.0.0",
|
|
46
|
-
"@rollup/plugin-node-resolve": "^
|
|
46
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
47
47
|
"@rollup/plugin-typescript": "^11.1.0",
|
|
48
48
|
"@types/node": "^14.14.31",
|
|
49
49
|
"rollup": "^3.8.1",
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"ts-node": "^10.9.1",
|
|
53
53
|
"tsconfig-paths": "^3.14.1",
|
|
54
54
|
"typescript": "^4.7.4",
|
|
55
|
-
"@tarojs/taro": "3.7.0-beta.
|
|
55
|
+
"@tarojs/taro": "3.7.0-beta.4"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"prebuild": "run-s clean generate:desc",
|
|
59
59
|
"build": "pnpm run rollup --environment NODE_ENV:production",
|
|
60
|
-
"clean": "rimraf dist",
|
|
60
|
+
"clean": "rimraf --impl=move-remove dist",
|
|
61
61
|
"dev": "pnpm run rollup --environment NODE_ENV:development -w",
|
|
62
62
|
"generate:desc": "pnpm run tsx --files ./build/definition-json",
|
|
63
63
|
"rollup": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript --bundleConfigAsCjs",
|