Skip to content

Commit 395a291

Browse files
committed
chore: fix audit warnings
1 parent 7a05045 commit 395a291

File tree

2 files changed

+487
-366
lines changed

2 files changed

+487
-366
lines changed

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"dependencies": {
1111
"@types/koa-bodyparser": "^4.3.0",
1212
"tailwindcss": "^1.4.6",
13-
"vue": "^3.0.0-beta.15"
13+
"vue": "^3.0.4"
1414
},
1515
"devDependencies": {
1616
"@koa/router": "^9.0.1",
1717
"@types/fs-extra": "^9.0.1",
1818
"@types/koa-json": "^2.0.18",
1919
"@types/koa__router": "^8.0.2",
2020
"@types/ws": "^7.2.6",
21-
"@vue/compiler-sfc": "^3.0.0-beta.15",
21+
"@vue/compiler-sfc": "^3.0.4",
2222
"chokidar": "^3.4.0",
2323
"concurrently": "^5.2.0",
2424
"fast-glob": "^3.2.4",
@@ -28,7 +28,7 @@
2828
"koa-json": "^2.0.2",
2929
"ts-node": "^8.10.2",
3030
"ts-node-dev": "1.0.0-pre.50",
31-
"vite": "^1.0.0-beta.3",
31+
"vite": "^1.0.0-rc.13",
3232
"ws": "^7.3.0"
3333
}
3434
}

0 commit comments

Comments
 (0)