Bump vitest from 0.21.1 to 0.22.0
Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.21.1 to 0.22.0. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/compare/v0.21.1...v0.22.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:
parent
5a36fa9012
commit
7e29aba7ed
2 changed files with 8 additions and 12 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -76,7 +76,7 @@
|
|||
"typescript": "^4.7.4",
|
||||
"vite": "^3.0.8",
|
||||
"vite-plugin-checker": "^0.4.8",
|
||||
"vitest": "^0.21.1",
|
||||
"vitest": "^0.22.0",
|
||||
"webpack": "^5.74.0"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -13611,9 +13611,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vitest": {
|
||||
"version": "0.21.1",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.21.1.tgz",
|
||||
"integrity": "sha512-WBIxuFmIDPuK47GO6Lu9eNeRMqHj/FWL3dk73OHH3eyPPWPiu+UB3QHLkLK2PEggCqJW4FaWoWg8R68S7p9+9Q==",
|
||||
"version": "0.22.0",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.22.0.tgz",
|
||||
"integrity": "sha512-BSIro/QOHLaQY08FHwT6THWhqLQ+VPU+N4Rdo4pcP+16XB6oLmNNAXGcSh/MOLUhfUy+mqCwx7AyKmU7Ms5R+g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/chai": "^4.3.3",
|
||||
|
@ -13639,7 +13639,6 @@
|
|||
"@edge-runtime/vm": "*",
|
||||
"@vitest/browser": "*",
|
||||
"@vitest/ui": "*",
|
||||
"c8": "*",
|
||||
"happy-dom": "*",
|
||||
"jsdom": "*"
|
||||
},
|
||||
|
@ -13653,9 +13652,6 @@
|
|||
"@vitest/ui": {
|
||||
"optional": true
|
||||
},
|
||||
"c8": {
|
||||
"optional": true
|
||||
},
|
||||
"happy-dom": {
|
||||
"optional": true
|
||||
},
|
||||
|
@ -23245,9 +23241,9 @@
|
|||
}
|
||||
},
|
||||
"vitest": {
|
||||
"version": "0.21.1",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.21.1.tgz",
|
||||
"integrity": "sha512-WBIxuFmIDPuK47GO6Lu9eNeRMqHj/FWL3dk73OHH3eyPPWPiu+UB3QHLkLK2PEggCqJW4FaWoWg8R68S7p9+9Q==",
|
||||
"version": "0.22.0",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.22.0.tgz",
|
||||
"integrity": "sha512-BSIro/QOHLaQY08FHwT6THWhqLQ+VPU+N4Rdo4pcP+16XB6oLmNNAXGcSh/MOLUhfUy+mqCwx7AyKmU7Ms5R+g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/chai": "^4.3.3",
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
"typescript": "^4.7.4",
|
||||
"vite": "^3.0.8",
|
||||
"vite-plugin-checker": "^0.4.8",
|
||||
"vitest": "^0.21.1",
|
||||
"vitest": "^0.22.0",
|
||||
"webpack": "^5.74.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
Loading…
Reference in a new issue