Bump vitest from 0.18.1 to 0.19.1

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

---
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 22:55:43 +00:00 committed by GitHub
parent 48428cd08c
commit 7094208dd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

18
package-lock.json generated
View File

@ -37,7 +37,7 @@
"typescript": "4.7.4", "typescript": "4.7.4",
"vite": "^3.0.2", "vite": "^3.0.2",
"vite-plugin-solid": "^2.3.0", "vite-plugin-solid": "^2.3.0",
"vitest": "0.18.1" "vitest": "0.19.1"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@ -4457,9 +4457,9 @@
} }
}, },
"node_modules/vitest": { "node_modules/vitest": {
"version": "0.18.1", "version": "0.19.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.18.1.tgz", "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.19.1.tgz",
"integrity": "sha512-4F/1K/Vn4AvJwe7i2YblR02PT5vMKcw9KN4unDq2KD0YcSxX0B/6D6Qu9PJaXwVuxXMFTQ5ovd4+CQaW3bwofA==", "integrity": "sha512-E/ZXpFMUahn731wzhMBNzWRp4mGgiZFT0xdHa32cbNO0CSaHpE9hTfteEU247Gi2Dula8uXo5vvrNB6dtszmQA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/chai": "^4.3.1", "@types/chai": "^4.3.1",
@ -4483,6 +4483,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@edge-runtime/vm": "*", "@edge-runtime/vm": "*",
"@vitest/browser": "*",
"@vitest/ui": "*", "@vitest/ui": "*",
"c8": "*", "c8": "*",
"happy-dom": "*", "happy-dom": "*",
@ -4492,6 +4493,9 @@
"@edge-runtime/vm": { "@edge-runtime/vm": {
"optional": true "optional": true
}, },
"@vitest/browser": {
"optional": true
},
"@vitest/ui": { "@vitest/ui": {
"optional": true "optional": true
}, },
@ -7881,9 +7885,9 @@
} }
}, },
"vitest": { "vitest": {
"version": "0.18.1", "version": "0.19.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.18.1.tgz", "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.19.1.tgz",
"integrity": "sha512-4F/1K/Vn4AvJwe7i2YblR02PT5vMKcw9KN4unDq2KD0YcSxX0B/6D6Qu9PJaXwVuxXMFTQ5ovd4+CQaW3bwofA==", "integrity": "sha512-E/ZXpFMUahn731wzhMBNzWRp4mGgiZFT0xdHa32cbNO0CSaHpE9hTfteEU247Gi2Dula8uXo5vvrNB6dtszmQA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/chai": "^4.3.1", "@types/chai": "^4.3.1",

View File

@ -35,6 +35,6 @@
"typescript": "4.7.4", "typescript": "4.7.4",
"vite": "^3.0.2", "vite": "^3.0.2",
"vite-plugin-solid": "^2.3.0", "vite-plugin-solid": "^2.3.0",
"vitest": "0.18.1" "vitest": "0.19.1"
} }
} }