Skip to content

Commit 8daafe1

Browse files
committed
chore(deps): upgrade
1 parent 4476838 commit 8daafe1

File tree

13 files changed

+1094
-740
lines changed

13 files changed

+1094
-740
lines changed

apps/tailwindcss-weapp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474
"@dcloudio/uni-mp-weixin": "3.0.0-4080720251210001",
7575
"@dcloudio/uni-mp-xhs": "3.0.0-4080720251210001",
7676
"@dcloudio/uni-quickapp-webview": "3.0.0-4080720251210001",
77-
"@vue/shared": "^3.5.13",
77+
"@vue/shared": "^3.5.27",
7878
"clipboard": "^2.0.11",
7979
"dayjs": "^1.11.12",
8080
"pinia": "~2.3.1",
8181
"tailwindcss-core-plugins-extractor": "^0.2.0",
8282
"uni-app-mp-html": "^2.5.0",
8383
"uview-plus": "^3.4.4",
84-
"vue": "^3.5.26",
84+
"vue": "^3.5.27",
8585
"vue-i18n": "^9.14.5"
8686
},
8787
"devDependencies": {
@@ -96,7 +96,7 @@
9696
"@iconify-json/mdi": "^1.2.3",
9797
"@iconify-json/ri": "^1.2.7",
9898
"@iconify-json/svg-spinners": "^1.2.2",
99-
"@vue/runtime-core": "^3.5.26",
99+
"@vue/runtime-core": "^3.5.27",
100100
"autoprefixer": "^10.4.21",
101101
"indent-string": "^5.0.0",
102102
"miniprogram-api-typings": "^5.0.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[]
1+
[]

benchmark/app/data/2026-01-19.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"native-webpack": {
3+
"babel": [
4+
110.12095800000043
5+
]
6+
},
7+
"rax": {
8+
"babel": [
9+
243.66562500000055
10+
]
11+
},
12+
"taro-vue3": {
13+
"babel": [
14+
232.63454199999978
15+
]
16+
},
17+
"mpx": {
18+
"babel": [
19+
18.247666999999637,
20+
14.423291999999492,
21+
29.31879200000003,
22+
38.50070799999958,
23+
6.464582999999948,
24+
17.91791699999976,
25+
262.47870800000055
26+
]
27+
},
28+
"taro-react": {
29+
"babel": [
30+
262.52991699999984,
31+
183.4846660000003,
32+
181.82066699999996
33+
]
34+
}
35+
}

demo/mpx-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@vant/weapp": "^1.11.6",
3838
"pinia": "^2.3.1",
3939
"tdesign-miniprogram": "^1.12.1",
40-
"vue": "^2.6.14",
40+
"vue": "^2.7.16",
4141
"vue-demi": "^0.14.10",
4242
"vue-i18n": "^8.27.2",
4343
"vue-i18n-bridge": "^9.14.1",

demo/mpx-tailwindcss-v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@mpxjs/store": "^2.10.17",
2222
"@mpxjs/utils": "^2.10.17",
2323
"pinia": "^2.0.14",
24-
"vue": "^2.7.0",
24+
"vue": "^2.7.16",
2525
"vue-demi": "^0.14.6",
2626
"vue-i18n": "^8.27.2",
2727
"vue-i18n-bridge": "^9.2.2",

demo/native-mina/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@vant/weapp": "^1.11.6",
3131
"dayjs": "^1.11.19",
32-
"eventemitter3": "^5.0.1",
32+
"eventemitter3": "^5.0.2",
3333
"lodash": "^4.17.21",
3434
"rxjs": "^7.8.1"
3535
},

demo/uni-app-vue3-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"class-variance-authority": "^0.7.1",
6767
"clipboard": "^2.0.11",
6868
"dayjs": "^1.11.19",
69-
"eventemitter3": "^5.0.1",
69+
"eventemitter3": "^5.0.2",
7070
"htmlparser2": "^10.0.0",
7171
"magic-string": "^0.30.21",
7272
"miniprogram-computed": "^7.1.0",
@@ -91,7 +91,7 @@
9191
"@tailwindcss/forms": "^0.5.11",
9292
"@tailwindcss/line-clamp": "^0.4.4",
9393
"@tailwindcss/typography": "^0.5.10",
94-
"@vue/runtime-core": "^3.5.26",
94+
"@vue/runtime-core": "^3.5.27",
9595
"@weapp-tailwindcss/cva": "workspace:*",
9696
"@weapp-tailwindcss/merge-v3": "workspace:*",
9797
"@weapp-tailwindcss/typography": "workspace:*",

demo/uni-app-webpack-tailwindcss-v4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
"@dcloudio/uni-quickapp-webview": "2.0.2-4080520251106001",
7575
"@dcloudio/uni-stacktracey": "2.0.2-4080520251106001",
7676
"@dcloudio/uni-stat": "2.0.2-4080520251106001",
77-
"@vue/shared": "^3.5.26",
77+
"@vue/shared": "^3.5.27",
7878
"core-js": "^3.47.0",
7979
"flyio": "^0.6.14",
80-
"vue": ">= 2.6.14 < 2.7",
80+
"vue": "^2.6.14",
8181
"vue-class-component": "^7.2.6",
8282
"vue-property-decorator": "^9.1.2",
8383
"vuex": "^3.6.2"

demo/uni-app-webpack5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@dcloudio/uni-quickapp-webview": "2.0.2-4080520251106001",
7979
"@dcloudio/uni-stacktracey": "2.0.2-4080520251106001",
8080
"@dcloudio/uni-stat": "2.0.2-4080520251106001",
81-
"@vue/shared": "^3.5.26",
81+
"@vue/shared": "^3.5.27",
8282
"core-js": "^3.47.0",
8383
"flyio": "^0.6.14",
8484
"regenerator-runtime": "^0.14.1",

demo/uni-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
"@dcloudio/uni-stacktracey": "2.0.2-4080520251106001",
7878
"@dcloudio/uni-stat": "2.0.2-4080520251106001",
7979
"@vant/weapp": "^1.11.4",
80-
"@vue/shared": "^3.5.26",
80+
"@vue/shared": "^3.5.27",
8181
"core-js": "^3.47.0",
8282
"flyio": "^0.6.14",
8383
"regenerator-runtime": "^0.14.1",
8484
"uview-ui": "2.0.38",
85-
"vue": "^2.6.11",
85+
"vue": "^2.7.16",
8686
"vuex": "^3.6.2"
8787
},
8888
"devDependencies": {

0 commit comments

Comments
 (0)