Bump vitest from 0.19.0 to 0.19.1
Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.19.0 to 0.19.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/compare/v0.19.0...v0.19.1) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b084e0184e
commit
07e5d4acbe
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -84,7 +84,7 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.7.4",
|
||||
"vite": "^3.0.4",
|
||||
"vitest": "^0.19.0",
|
||||
"vitest": "^0.19.1",
|
||||
"webpack": "^5.74.0"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -18785,9 +18785,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vitest": {
|
||||
"version": "0.19.0",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.19.0.tgz",
|
||||
"integrity": "sha512-nU80Gm95tMchigHpAMukxv1LoWbBGgknX/1MqrXCOoJoJL7/wfq4h2aow61o2jwf5szQrahoNqBqaGb+fYdYrQ==",
|
||||
"version": "0.19.1",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.19.1.tgz",
|
||||
"integrity": "sha512-E/ZXpFMUahn731wzhMBNzWRp4mGgiZFT0xdHa32cbNO0CSaHpE9hTfteEU247Gi2Dula8uXo5vvrNB6dtszmQA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/chai": "^4.3.1",
|
||||
|
@ -31924,9 +31924,9 @@
|
|||
}
|
||||
},
|
||||
"vitest": {
|
||||
"version": "0.19.0",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.19.0.tgz",
|
||||
"integrity": "sha512-nU80Gm95tMchigHpAMukxv1LoWbBGgknX/1MqrXCOoJoJL7/wfq4h2aow61o2jwf5szQrahoNqBqaGb+fYdYrQ==",
|
||||
"version": "0.19.1",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.19.1.tgz",
|
||||
"integrity": "sha512-E/ZXpFMUahn731wzhMBNzWRp4mGgiZFT0xdHa32cbNO0CSaHpE9hTfteEU247Gi2Dula8uXo5vvrNB6dtszmQA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/chai": "^4.3.1",
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.7.4",
|
||||
"vite": "^3.0.4",
|
||||
"vitest": "^0.19.0",
|
||||
"vitest": "^0.19.1",
|
||||
"webpack": "^5.74.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
Loading…
Reference in a new issue