Skip to content

Commit 5776113

Browse files
committed
chore(demo): upgrade
1 parent 6955520 commit 5776113

29 files changed

Lines changed: 4706 additions & 19428 deletions

File tree

apps/taro-webpack-tailwindcss-v4/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@
4646
},
4747
"dependencies": {
4848
"@babel/runtime": "^7.28.3",
49-
"@tarojs/components": "4.1.5",
50-
"@tarojs/helper": "4.1.5",
51-
"@tarojs/plugin-framework-react": "4.1.5",
52-
"@tarojs/plugin-html": "^4.1.5",
53-
"@tarojs/plugin-platform-alipay": "4.1.5",
54-
"@tarojs/plugin-platform-h5": "4.1.5",
55-
"@tarojs/plugin-platform-harmony-hybrid": "4.1.5",
56-
"@tarojs/plugin-platform-jd": "4.1.5",
57-
"@tarojs/plugin-platform-qq": "4.1.5",
58-
"@tarojs/plugin-platform-swan": "4.1.5",
59-
"@tarojs/plugin-platform-tt": "4.1.5",
60-
"@tarojs/plugin-platform-weapp": "4.1.5",
61-
"@tarojs/react": "4.1.5",
62-
"@tarojs/runtime": "4.1.5",
63-
"@tarojs/shared": "4.1.5",
64-
"@tarojs/taro": "4.1.5",
49+
"@tarojs/components": "4.1.6",
50+
"@tarojs/helper": "4.1.6",
51+
"@tarojs/plugin-framework-react": "4.1.6",
52+
"@tarojs/plugin-html": "^4.1.6",
53+
"@tarojs/plugin-platform-alipay": "4.1.6",
54+
"@tarojs/plugin-platform-h5": "4.1.6",
55+
"@tarojs/plugin-platform-harmony-hybrid": "4.1.6",
56+
"@tarojs/plugin-platform-jd": "4.1.6",
57+
"@tarojs/plugin-platform-qq": "4.1.6",
58+
"@tarojs/plugin-platform-swan": "4.1.6",
59+
"@tarojs/plugin-platform-tt": "4.1.6",
60+
"@tarojs/plugin-platform-weapp": "4.1.6",
61+
"@tarojs/react": "4.1.6",
62+
"@tarojs/runtime": "4.1.6",
63+
"@tarojs/shared": "4.1.6",
64+
"@tarojs/taro": "4.1.6",
6565
"react": "19.1.1",
6666
"react-dom": "^19.1.1"
6767
},
@@ -71,14 +71,14 @@
7171
"@babel/preset-react": "^7.27.1",
7272
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
7373
"@tailwindcss/postcss": "^4.1.12",
74-
"@tarojs/cli": "4.1.5",
75-
"@tarojs/taro-loader": "4.1.5",
76-
"@tarojs/webpack5-runner": "4.1.5",
74+
"@tarojs/cli": "4.1.6",
75+
"@tarojs/taro-loader": "4.1.6",
76+
"@tarojs/webpack5-runner": "4.1.6",
7777
"@types/node": "^24.3.0",
7878
"@types/react": "^19.1.12",
7979
"@types/webpack-env": "^1.13.6",
8080
"@weapp-tailwindcss/merge": "workspace:*",
81-
"babel-preset-taro": "4.1.5",
81+
"babel-preset-taro": "4.1.6",
8282
"postcss": "^8.5.6",
8383
"react-refresh": "^0.17.0",
8484
"tailwindcss": "catalog:tailwindcss4",

benchmark/data/2025-08-30.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"taro-react": {
3+
"babel": [
4+
281.54862499999945,
5+
172.6440419999999,
6+
251.34445899999992,
7+
284.04254199999923,
8+
176.94837499999994,
9+
310.60349999999926,
10+
273.9092500000006,
11+
181.51491700000042,
12+
297.98512499999924
13+
]
14+
},
15+
"mpx": {
16+
"babel": [
17+
60.75770900000043,
18+
0.4235420000004524,
19+
0.4048339999999371,
20+
0.34054099999957543,
21+
0.5381670000006125,
22+
0.36491599999953905,
23+
473.0288330000003,
24+
376.3050000000003
25+
]
26+
},
27+
"native-webpack": {
28+
"babel": [
29+
123.27224999999999,
30+
119.45062499999995
31+
]
32+
},
33+
"rax": {
34+
"babel": [
35+
0.6796249999997599,
36+
0.17816700000003038,
37+
1.9557909999998628,
38+
0.34608299999990777,
39+
0.5010830000001079,
40+
0.7723329999998896,
41+
144.35241700000006,
42+
0.6116250000000036,
43+
132.7012090000003
44+
]
45+
},
46+
"taro-vue3": {
47+
"babel": [
48+
380.80791699999827,
49+
279.2749590000003
50+
]
51+
},
52+
"uni-app-webpack-vue2": {
53+
"babel": [
54+
306.8277500000004,
55+
303.7185419999996
56+
]
57+
},
58+
"uni-app-vite-vue3": {
59+
"babel": [
60+
433.50316699999985,
61+
420.49374999999964
62+
]
63+
},
64+
"uni-app-webpack5-vue2": {
65+
"babel": [
66+
178.81937500000004,
67+
174.15320900000006
68+
]
69+
}
70+
}

demo/taro-app-vite/package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -48,52 +48,52 @@
4848
"maintained node versions"
4949
],
5050
"dependencies": {
51-
"@babel/runtime": "^7.27.1",
52-
"@tarojs/components": "4.0.12",
53-
"@tarojs/helper": "4.0.12",
54-
"@tarojs/plugin-framework-react": "4.0.12",
55-
"@tarojs/plugin-platform-alipay": "4.0.12",
56-
"@tarojs/plugin-platform-h5": "4.0.12",
57-
"@tarojs/plugin-platform-harmony-hybrid": "4.0.12",
58-
"@tarojs/plugin-platform-jd": "4.0.12",
59-
"@tarojs/plugin-platform-qq": "4.0.12",
60-
"@tarojs/plugin-platform-swan": "4.0.12",
61-
"@tarojs/plugin-platform-tt": "4.0.12",
62-
"@tarojs/plugin-platform-weapp": "4.0.12",
63-
"@tarojs/react": "4.0.12",
64-
"@tarojs/runtime": "4.0.12",
65-
"@tarojs/shared": "4.0.12",
66-
"@tarojs/taro": "4.0.12",
51+
"@babel/runtime": "^7.28.3",
52+
"@tarojs/components": "4.1.6",
53+
"@tarojs/helper": "4.1.6",
54+
"@tarojs/plugin-framework-react": "4.1.6",
55+
"@tarojs/plugin-platform-alipay": "4.1.6",
56+
"@tarojs/plugin-platform-h5": "4.1.6",
57+
"@tarojs/plugin-platform-harmony-hybrid": "4.1.6",
58+
"@tarojs/plugin-platform-jd": "4.1.6",
59+
"@tarojs/plugin-platform-qq": "4.1.6",
60+
"@tarojs/plugin-platform-swan": "4.1.6",
61+
"@tarojs/plugin-platform-tt": "4.1.6",
62+
"@tarojs/plugin-platform-weapp": "4.1.6",
63+
"@tarojs/react": "4.1.6",
64+
"@tarojs/runtime": "4.1.6",
65+
"@tarojs/shared": "4.1.6",
66+
"@tarojs/taro": "4.1.6",
6767
"react": "^18.0.0",
6868
"react-dom": "^18.0.0"
6969
},
7070
"devDependencies": {
71-
"@babel/core": "^7.27.1",
71+
"@babel/core": "^7.28.3",
7272
"@babel/plugin-proposal-class-properties": "7.18.6",
7373
"@babel/preset-react": "^7.27.1",
74-
"@tarojs/cli": "4.0.12",
75-
"@tarojs/vite-runner": "4.0.12",
76-
"@types/react": "^19.1.2",
77-
"@vitejs/plugin-react": "^4.4.1",
74+
"@tarojs/cli": "4.1.6",
75+
"@tarojs/vite-runner": "4.1.6",
76+
"@types/react": "^19.1.12",
77+
"@vitejs/plugin-react": "^5.0.2",
7878
"@weapp-tailwindcss/merge": "^1.2.3",
7979
"autoprefixer": "^10.4.21",
80-
"babel-preset-taro": "4.0.12",
81-
"eslint": "^9.25.1",
82-
"eslint-config-taro": "4.0.12",
80+
"babel-preset-taro": "4.1.6",
81+
"eslint": "^9.34.0",
82+
"eslint-config-taro": "4.1.6",
8383
"eslint-plugin-react": "^7.37.5",
8484
"eslint-plugin-react-hooks": "^5.2.0",
85-
"postcss": "^8.5.3",
85+
"postcss": "^8.5.6",
8686
"postcss-rem-to-responsive-pixel": "^6.0.2",
8787
"postcss-rpx-transform": "^1.0.1",
8888
"react-refresh": "^0.17.0",
89-
"sass": "^1.87.0",
90-
"stylelint": "^16.19.1",
89+
"sass": "^1.91.0",
90+
"stylelint": "^16.23.1",
9191
"tailwindcss": "3",
9292
"tailwindcss-patch": "^7.1.4",
9393
"tailwindcss-rem2px-preset": "^1.0.3",
94-
"terser": "^5.39.0",
95-
"typescript": "^5.8.3",
96-
"vite": "^6.3.4",
94+
"terser": "^5.43.1",
95+
"typescript": "^5.9.2",
96+
"vite": "^7.1.3",
9797
"weapp-ide-cli": "^3.1.0",
9898
"weapp-tailwindcss": "^4.2.6"
9999
}

demo/taro-app-vite/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function App({ children }: PropsWithChildren<any>) {
1111
// children 是将要会渲染的页面
1212
return children
1313
}
14-
14+
1515

1616

1717
export default App

0 commit comments

Comments
 (0)