Bump vitest from 0.25.7 to 0.25.8 (#4021)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.25.7 to 0.25.8. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.25.8/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
2e36e4c3fe
commit
5622344eb6
2 changed files with 15 additions and 15 deletions
|
@ -107,7 +107,7 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"vite": "^4.0.0",
|
||||
"vite-plugin-checker": "^0.5.2",
|
||||
"vitest": "^0.25.7",
|
||||
"vitest": "^0.25.8",
|
||||
"webpack": "^5.75.0"
|
||||
}
|
||||
}
|
||||
|
|
28
package-lock.json
generated
28
package-lock.json
generated
|
@ -315,7 +315,7 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"vite": "^4.0.0",
|
||||
"vite-plugin-checker": "^0.5.2",
|
||||
"vitest": "^0.25.7",
|
||||
"vitest": "^0.25.8",
|
||||
"webpack": "^5.75.0"
|
||||
}
|
||||
},
|
||||
|
@ -15999,17 +15999,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vitest": {
|
||||
"version": "0.25.7",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.7.tgz",
|
||||
"integrity": "sha512-lJ+Ue+v8kHl2JzjaKHJ9u5Yo/loU7zrWK2/Whn8OKQjtq5G7nkeWfXuq3elZaC8xKdkdIuWiiIicaNBG1F5yzg==",
|
||||
"version": "0.25.8",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.8.tgz",
|
||||
"integrity": "sha512-X75TApG2wZTJn299E/TIYevr4E9/nBo1sUtZzn0Ci5oK8qnpZAZyhwg0qCeMSakGIWtc6oRwcQFyFfW14aOFWg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/chai": "^4.3.3",
|
||||
"@types/chai": "^4.3.4",
|
||||
"@types/chai-subset": "^1.3.3",
|
||||
"@types/node": "*",
|
||||
"acorn": "^8.8.0",
|
||||
"acorn": "^8.8.1",
|
||||
"acorn-walk": "^8.2.0",
|
||||
"chai": "^4.3.6",
|
||||
"chai": "^4.3.7",
|
||||
"debug": "^4.3.4",
|
||||
"local-pkg": "^0.4.2",
|
||||
"source-map": "^0.6.1",
|
||||
|
@ -20354,7 +20354,7 @@
|
|||
"use-react-router-breadcrumbs": "^2.0.2",
|
||||
"vite": "^4.0.0",
|
||||
"vite-plugin-checker": "^0.5.2",
|
||||
"vitest": "^0.25.7",
|
||||
"vitest": "^0.25.8",
|
||||
"webpack": "^5.75.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -27419,17 +27419,17 @@
|
|||
}
|
||||
},
|
||||
"vitest": {
|
||||
"version": "0.25.7",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.7.tgz",
|
||||
"integrity": "sha512-lJ+Ue+v8kHl2JzjaKHJ9u5Yo/loU7zrWK2/Whn8OKQjtq5G7nkeWfXuq3elZaC8xKdkdIuWiiIicaNBG1F5yzg==",
|
||||
"version": "0.25.8",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.8.tgz",
|
||||
"integrity": "sha512-X75TApG2wZTJn299E/TIYevr4E9/nBo1sUtZzn0Ci5oK8qnpZAZyhwg0qCeMSakGIWtc6oRwcQFyFfW14aOFWg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/chai": "^4.3.3",
|
||||
"@types/chai": "^4.3.4",
|
||||
"@types/chai-subset": "^1.3.3",
|
||||
"@types/node": "*",
|
||||
"acorn": "^8.8.0",
|
||||
"acorn": "^8.8.1",
|
||||
"acorn-walk": "^8.2.0",
|
||||
"chai": "^4.3.6",
|
||||
"chai": "^4.3.7",
|
||||
"debug": "^4.3.4",
|
||||
"local-pkg": "^0.4.2",
|
||||
"source-map": "^0.6.1",
|
||||
|
|
Loading…
Reference in a new issue