chore(deps): update dependency vitest to v0.10.1 (#1889)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1889 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
1ccef6a164
commit
26bb60cd14
2 changed files with 10 additions and 10 deletions
|
@ -89,7 +89,7 @@
|
|||
"vite": "2.9.7",
|
||||
"vite-plugin-pwa": "0.12.0",
|
||||
"vite-svg-loader": "3.3.0",
|
||||
"vitest": "0.10.0",
|
||||
"vitest": "0.10.1",
|
||||
"vue-tsc": "0.34.11",
|
||||
"wait-on": "6.0.1",
|
||||
"workbox-cli": "6.5.3"
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -11787,10 +11787,10 @@ timed-out@^4.0.1:
|
|||
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f"
|
||||
integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=
|
||||
|
||||
tinypool@^0.1.2:
|
||||
version "0.1.2"
|
||||
resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.1.2.tgz#5b1d5f5bb403afac8c67000047951ce76342fda7"
|
||||
integrity sha512-fvtYGXoui2RpeMILfkvGIgOVkzJEGediv8UJt7TxdAOY8pnvUkFg/fkvqTfXG9Acc9S17Cnn1S4osDc2164guA==
|
||||
tinypool@^0.1.3:
|
||||
version "0.1.3"
|
||||
resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.1.3.tgz#b5570b364a1775fd403de5e7660b325308fee26b"
|
||||
integrity sha512-2IfcQh7CP46XGWGGbdyO4pjcKqsmVqFAPcXfPxcPXmOWt9cYkTP9HcDmGgsfijYoAEc4z9qcpM/BaBz46Y9/CQ==
|
||||
|
||||
tinyspy@^0.3.2:
|
||||
version "0.3.2"
|
||||
|
@ -12377,16 +12377,16 @@ vite@^2.9.5:
|
|||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
vitest@0.10.0:
|
||||
version "0.10.0"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.10.0.tgz#ab8930194f2a8943c533cca735cba2bca705d5bc"
|
||||
integrity sha512-8UXemUg9CA4QYppDTsDV76nH0e1p6C8lV9q+o9i0qMSK9AQ7vA2sjoxtkDP0M+pwNmc3ZGYetBXgSJx0M1D/gg==
|
||||
vitest@0.10.1:
|
||||
version "0.10.1"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.10.1.tgz#974ea084dd7550cd3465f926b3a085fe06761332"
|
||||
integrity sha512-jFNObjJ48WnfJzxpopJOrd7ZnRCE3OGgE2KSQ1AGmKxNPTgadMCLx81GBrIcxIjuz2E/8qmGBPtC5VH01ihl7A==
|
||||
dependencies:
|
||||
"@types/chai" "^4.3.1"
|
||||
"@types/chai-subset" "^1.3.3"
|
||||
chai "^4.3.6"
|
||||
local-pkg "^0.4.1"
|
||||
tinypool "^0.1.2"
|
||||
tinypool "^0.1.3"
|
||||
tinyspy "^0.3.2"
|
||||
vite "^2.9.5"
|
||||
|
||||
|
|
Loading…
Reference in a new issue