Bump vitest from 0.25.2 to 0.25.3 (#3882)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.25.3/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7dec66edfc
commit
f3248d30e7
2 changed files with 9 additions and 9 deletions
|
@ -107,7 +107,7 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"vite": "^3.2.4",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vitest": "^0.25.2",
|
||||
"vitest": "^0.25.3",
|
||||
"webpack": "^5.75.0"
|
||||
}
|
||||
}
|
||||
|
|
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -196,7 +196,7 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"vite": "^3.2.4",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vitest": "^0.25.2",
|
||||
"vitest": "^0.25.3",
|
||||
"webpack": "^5.75.0"
|
||||
}
|
||||
},
|
||||
|
@ -14950,9 +14950,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vitest": {
|
||||
"version": "0.25.2",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.2.tgz",
|
||||
"integrity": "sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==",
|
||||
"version": "0.25.3",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.3.tgz",
|
||||
"integrity": "sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/chai": "^4.3.3",
|
||||
|
@ -19083,7 +19083,7 @@
|
|||
"use-react-router-breadcrumbs": "^2.0.2",
|
||||
"vite": "^3.2.4",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vitest": "^0.25.2",
|
||||
"vitest": "^0.25.3",
|
||||
"webpack": "^5.75.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -25846,9 +25846,9 @@
|
|||
}
|
||||
},
|
||||
"vitest": {
|
||||
"version": "0.25.2",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.2.tgz",
|
||||
"integrity": "sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==",
|
||||
"version": "0.25.3",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.3.tgz",
|
||||
"integrity": "sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/chai": "^4.3.3",
|
||||
|
|
Loading…
Reference in a new issue