Skip to content

Commit 94c8a9c

Browse files
Update replay parser
1 parent 543ac92 commit 94c8a9c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"label": "Run Nuxt dev server",
88
"type": "shell",
9-
"command": "bun run dev || npm run dev",
9+
"command": "bun --bun run dev || npm run dev",
1010
"group": {
1111
"kind": "build",
1212
"isDefault": true

bun.lockb

-348 Bytes
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"nuxt": "^3.13.1",
2828
"pako": "^2.1.0",
2929
"sanitize-html": "^2.13.0",
30-
"techmino-replay-parser": "^2.0.0",
30+
"techmino-replay-parser": "^3.0.0",
3131
"vue": "^3.5.5",
3232
"vue-chartjs": "^5.3.1",
3333
"vue-router": "^4.4.5"

0 commit comments

Comments
 (0)