5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 15:30:37 +08:00

Update runtime deps. Fix test task.

This commit is contained in:
Lea Anthony 2023-01-28 08:51:34 +11:00
parent 14b201bb65
commit c0ec5af18a
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405
3 changed files with 7266 additions and 115 deletions

View File

@ -112,7 +112,12 @@ tasks:
test-runtime:
dir: internal/runtime
cmds:
- npx vitest
- npx vitest run
update-runtime:
dir: internal/runtime
cmds:
- npx npm-check-updates -u
build-runtime-all:
dir: internal/runtime

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,9 @@
"author": "Lea Anthony <lea.anthony@gmail.com>",
"license": "ISC",
"devDependencies": {
"esbuild": "^0.15.6",
"happy-dom": "^8.1.3",
"vitest": "^0.24.3"
"esbuild": "^0.17.5",
"happy-dom": "^8.1.5",
"npm-check-updates": "^16.6.3",
"vitest": "^0.28.3"
}
}