Skip to content

Commit aacf067

Browse files
committed
chore
1 parent bc7ed1d commit aacf067

File tree

2 files changed

+1139
-939
lines changed

2 files changed

+1139
-939
lines changed

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
11
{
22
"name": "podcast-together",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "一个基于 vite + vue + vue-router + ts + laf 的全栈项目,让你跟好友一起实时在线听播客!",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"dev-force": "vite --force",
99
"build": "vue-tsc --noEmit && vite build",
10-
"preview": "vite preview",
11-
"tcb-deploy": "cd dist & tcb hosting deploy . -e pt-8gd0s9d94b2f9d68"
10+
"preview": "vite preview"
11+
},
12+
"engines": {
13+
"node": "16.x"
1214
},
13-
"engines": { "node": "16.x" },
1415
"dependencies": {
1516
"nanoid": "^4.0.0",
16-
"pinia": "^2.0.17",
17+
"pinia": "^2.0.28",
1718
"shikwasa2": "^2.3.0",
18-
"vconsole": "^3.14.6",
19-
"vue": "^3.2.37",
20-
"vue-router": "4",
19+
"vconsole": "^3.15.0",
20+
"vue": "^3.2.45",
21+
"vue-router": "^4.1.6",
2122
"weixin-js-sdk-ts": "^1.6.1"
2223
},
2324
"devDependencies": {
24-
"@types/node": "^18.6.2",
25-
"@vitejs/plugin-vue": "^3.0.0",
26-
"sass": "^1.54.0",
27-
"typescript": "^4.6.4",
25+
"@types/node": "^18.11.18",
26+
"@vitejs/plugin-vue": "^4.0.0",
27+
"sass": "^1.57.1",
28+
"typescript": "^4.9.4",
2829
"user-agent-data-types": "^0.3.0",
29-
"vite": "^3.0.0",
30-
"vite-plugin-pwa": "^0.12.7",
31-
"vue-tsc": "^0.38.4"
30+
"vite": "^4.0.4",
31+
"vite-plugin-pwa": "^0.14.1",
32+
"vue-tsc": "^1.0.22"
3233
},
3334
"author": "yenche123 <[email protected]> (https://github.com/yenche123)",
3435
"contributors": [],

0 commit comments

Comments
 (0)