Skip to content

Commit 31f15e2

Browse files
committed
chore: update deps
1 parent 886cee7 commit 31f15e2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"dev:mp-qq": "uni -p mp-qq",
1717
"dev:mp-toutiao": "uni -p mp-toutiao",
1818
"dev:mp-weixin": "uni -p mp-weixin",
19+
"dev:mp-xhs": "uni -p mp-xhs",
1920
"dev:quickapp-webview": "uni -p quickapp-webview",
2021
"dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei",
2122
"dev:quickapp-webview-union": "uni -p quickapp-webview-union",
@@ -33,6 +34,7 @@
3334
"build:mp-qq": "uni build -p mp-qq",
3435
"build:mp-toutiao": "uni build -p mp-toutiao",
3536
"build:mp-weixin": "uni build -p mp-weixin",
37+
"build:mp-xhs": "uni build -p mp-xhs",
3638
"build:quickapp-webview": "uni build -p quickapp-webview",
3739
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
3840
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
@@ -51,8 +53,9 @@
5153
"@dcloudio/uni-mp-qq": "3.0.0-3081220230817002",
5254
"@dcloudio/uni-mp-toutiao": "3.0.0-3081220230817002",
5355
"@dcloudio/uni-mp-weixin": "3.0.0-3081220230817002",
56+
"@dcloudio/uni-mp-xhs": "3.0.0-3081220230817002",
5457
"@dcloudio/uni-quickapp-webview": "3.0.0-3081220230817002",
55-
"vue": "^3.2.45",
58+
"vue": "^3.3.11",
5659
"vue-i18n": "^9.1.9"
5760
},
5861
"devDependencies": {
@@ -62,9 +65,9 @@
6265
"@dcloudio/uni-stacktracey": "3.0.0-3081220230817002",
6366
"@dcloudio/vite-plugin-uni": "3.0.0-3081220230817002",
6467
"@vue/tsconfig": "^0.1.3",
65-
"@vue/runtime-core": "^3.2.45",
68+
"@vue/runtime-core": "^3.3.11",
6669
"typescript": "^4.9.4",
67-
"vite": "4.1.4",
70+
"vite": "4.3.5",
6871
"vue-tsc": "^1.0.24"
6972
}
7073
}

0 commit comments

Comments
 (0)