Bump vitest from 0.18.1 to 0.19.0

Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/compare/v0.18.1...v0.19.0)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-25 04:09:48 +00:00 committed by Jon Koops
parent 4178860896
commit 818dc5feef
2 changed files with 12 additions and 8 deletions

18
package-lock.json generated
View file

@ -79,7 +79,7 @@
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"vite": "^2.9.14",
"vitest": "^0.18.1"
"vitest": "^0.19.0"
},
"engines": {
"node": "^18"
@ -18610,9 +18610,9 @@
}
},
"node_modules/vitest": {
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.18.1.tgz",
"integrity": "sha512-4F/1K/Vn4AvJwe7i2YblR02PT5vMKcw9KN4unDq2KD0YcSxX0B/6D6Qu9PJaXwVuxXMFTQ5ovd4+CQaW3bwofA==",
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.19.0.tgz",
"integrity": "sha512-nU80Gm95tMchigHpAMukxv1LoWbBGgknX/1MqrXCOoJoJL7/wfq4h2aow61o2jwf5szQrahoNqBqaGb+fYdYrQ==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.1",
@ -18636,6 +18636,7 @@
},
"peerDependencies": {
"@edge-runtime/vm": "*",
"@vitest/browser": "*",
"@vitest/ui": "*",
"c8": "*",
"happy-dom": "*",
@ -18645,6 +18646,9 @@
"@edge-runtime/vm": {
"optional": true
},
"@vitest/browser": {
"optional": true
},
"@vitest/ui": {
"optional": true
},
@ -32507,9 +32511,9 @@
}
},
"vitest": {
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.18.1.tgz",
"integrity": "sha512-4F/1K/Vn4AvJwe7i2YblR02PT5vMKcw9KN4unDq2KD0YcSxX0B/6D6Qu9PJaXwVuxXMFTQ5ovd4+CQaW3bwofA==",
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.19.0.tgz",
"integrity": "sha512-nU80Gm95tMchigHpAMukxv1LoWbBGgknX/1MqrXCOoJoJL7/wfq4h2aow61o2jwf5szQrahoNqBqaGb+fYdYrQ==",
"dev": true,
"requires": {
"@types/chai": "^4.3.1",

View file

@ -98,7 +98,7 @@
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"vite": "^2.9.14",
"vitest": "^0.18.1"
"vitest": "^0.19.0"
},
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"