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:
parent
14b201bb65
commit
c0ec5af18a
@ -112,7 +112,12 @@ tasks:
|
|||||||
test-runtime:
|
test-runtime:
|
||||||
dir: internal/runtime
|
dir: internal/runtime
|
||||||
cmds:
|
cmds:
|
||||||
- npx vitest
|
- npx vitest run
|
||||||
|
|
||||||
|
update-runtime:
|
||||||
|
dir: internal/runtime
|
||||||
|
cmds:
|
||||||
|
- npx npm-check-updates -u
|
||||||
|
|
||||||
build-runtime-all:
|
build-runtime-all:
|
||||||
dir: internal/runtime
|
dir: internal/runtime
|
||||||
|
7367
v3/internal/runtime/package-lock.json
generated
7367
v3/internal/runtime/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -7,8 +7,9 @@
|
|||||||
"author": "Lea Anthony <lea.anthony@gmail.com>",
|
"author": "Lea Anthony <lea.anthony@gmail.com>",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"esbuild": "^0.15.6",
|
"esbuild": "^0.17.5",
|
||||||
"happy-dom": "^8.1.3",
|
"happy-dom": "^8.1.5",
|
||||||
"vitest": "^0.24.3"
|
"npm-check-updates": "^16.6.3",
|
||||||
|
"vitest": "^0.28.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user