Bump vitest from 0.23.4 to 0.24.1 (#3540)
Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.23.4 to 0.24.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/compare/v0.23.4...v0.24.1) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-minor ... 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
636996f1d0
commit
b21e2efaf0
2 changed files with 83 additions and 75 deletions
|
@ -104,7 +104,7 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"vite": "^3.1.7",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vitest": "^0.23.4",
|
||||
"vitest": "^0.24.1",
|
||||
"webpack": "^5.74.0"
|
||||
}
|
||||
}
|
||||
|
|
156
package-lock.json
generated
156
package-lock.json
generated
|
@ -148,10 +148,62 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"vite": "^3.1.7",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vitest": "^0.23.4",
|
||||
"vitest": "^0.24.1",
|
||||
"webpack": "^5.74.0"
|
||||
}
|
||||
},
|
||||
"apps/admin-ui/node_modules/vitest": {
|
||||
"version": "0.24.1",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.24.1.tgz",
|
||||
"integrity": "sha512-NKkK1xnDIOOr42pKBfGQQl6b6IWdFVBpG6ZS1T+nUlJuqcOiZ7lxjVwHy9wrtTYpJ0BWww9y6bSGYXubD29Nag==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/chai": "^4.3.3",
|
||||
"@types/chai-subset": "^1.3.3",
|
||||
"@types/node": "*",
|
||||
"chai": "^4.3.6",
|
||||
"debug": "^4.3.4",
|
||||
"local-pkg": "^0.4.2",
|
||||
"strip-literal": "^0.4.2",
|
||||
"tinybench": "^2.3.0",
|
||||
"tinypool": "^0.3.0",
|
||||
"tinyspy": "^1.0.2",
|
||||
"vite": "^3.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"vitest": "vitest.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v14.16.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/antfu"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@edge-runtime/vm": "*",
|
||||
"@vitest/browser": "*",
|
||||
"@vitest/ui": "*",
|
||||
"happy-dom": "*",
|
||||
"jsdom": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@edge-runtime/vm": {
|
||||
"optional": true
|
||||
},
|
||||
"@vitest/browser": {
|
||||
"optional": true
|
||||
},
|
||||
"@vitest/ui": {
|
||||
"optional": true
|
||||
},
|
||||
"happy-dom": {
|
||||
"optional": true
|
||||
},
|
||||
"jsdom": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"libs/keycloak-js": {
|
||||
"version": "999.0.0-dev",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -13265,9 +13317,10 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/tinybench": {
|
||||
"version": "2.1.5",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.3.0.tgz",
|
||||
"integrity": "sha512-zs1gMVBwyyG2QbVchYIbnabRhMOCGvrwZz/q+SV+LIMa9q5YDQZi2kkI6ZRqV2Bz7ba1uvrc7ieUoE4KWnGeKg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/tinypool": {
|
||||
"version": "0.3.0",
|
||||
|
@ -14085,57 +14138,6 @@
|
|||
"fsevents": "~2.3.2"
|
||||
}
|
||||
},
|
||||
"node_modules/vitest": {
|
||||
"version": "0.23.4",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/chai": "^4.3.3",
|
||||
"@types/chai-subset": "^1.3.3",
|
||||
"@types/node": "*",
|
||||
"chai": "^4.3.6",
|
||||
"debug": "^4.3.4",
|
||||
"local-pkg": "^0.4.2",
|
||||
"strip-literal": "^0.4.1",
|
||||
"tinybench": "^2.1.5",
|
||||
"tinypool": "^0.3.0",
|
||||
"tinyspy": "^1.0.2",
|
||||
"vite": "^2.9.12 || ^3.0.0-0"
|
||||
},
|
||||
"bin": {
|
||||
"vitest": "vitest.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v14.16.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/antfu"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@edge-runtime/vm": "*",
|
||||
"@vitest/browser": "*",
|
||||
"@vitest/ui": "*",
|
||||
"happy-dom": "*",
|
||||
"jsdom": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@edge-runtime/vm": {
|
||||
"optional": true
|
||||
},
|
||||
"@vitest/browser": {
|
||||
"optional": true
|
||||
},
|
||||
"@vitest/ui": {
|
||||
"optional": true
|
||||
},
|
||||
"happy-dom": {
|
||||
"optional": true
|
||||
},
|
||||
"jsdom": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/vm-browserify": {
|
||||
"version": "1.1.2",
|
||||
"dev": true,
|
||||
|
@ -17700,8 +17702,29 @@
|
|||
"use-react-router-breadcrumbs": "^2.0.2",
|
||||
"vite": "^3.1.7",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vitest": "^0.23.4",
|
||||
"vitest": "^0.24.1",
|
||||
"webpack": "^5.74.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"vitest": {
|
||||
"version": "0.24.1",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.24.1.tgz",
|
||||
"integrity": "sha512-NKkK1xnDIOOr42pKBfGQQl6b6IWdFVBpG6ZS1T+nUlJuqcOiZ7lxjVwHy9wrtTYpJ0BWww9y6bSGYXubD29Nag==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/chai": "^4.3.3",
|
||||
"@types/chai-subset": "^1.3.3",
|
||||
"@types/node": "*",
|
||||
"chai": "^4.3.6",
|
||||
"debug": "^4.3.4",
|
||||
"local-pkg": "^0.4.2",
|
||||
"strip-literal": "^0.4.2",
|
||||
"tinybench": "^2.3.0",
|
||||
"tinypool": "^0.3.0",
|
||||
"tinyspy": "^1.0.2",
|
||||
"vite": "^3.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"agent-base": {
|
||||
|
@ -23448,7 +23471,9 @@
|
|||
"version": "1.0.3"
|
||||
},
|
||||
"tinybench": {
|
||||
"version": "2.1.5",
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.3.0.tgz",
|
||||
"integrity": "sha512-zs1gMVBwyyG2QbVchYIbnabRhMOCGvrwZz/q+SV+LIMa9q5YDQZi2kkI6ZRqV2Bz7ba1uvrc7ieUoE4KWnGeKg==",
|
||||
"dev": true
|
||||
},
|
||||
"tinypool": {
|
||||
|
@ -23962,23 +23987,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"vitest": {
|
||||
"version": "0.23.4",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/chai": "^4.3.3",
|
||||
"@types/chai-subset": "^1.3.3",
|
||||
"@types/node": "*",
|
||||
"chai": "^4.3.6",
|
||||
"debug": "^4.3.4",
|
||||
"local-pkg": "^0.4.2",
|
||||
"strip-literal": "^0.4.1",
|
||||
"tinybench": "^2.1.5",
|
||||
"tinypool": "^0.3.0",
|
||||
"tinyspy": "^1.0.2",
|
||||
"vite": "^2.9.12 || ^3.0.0-0"
|
||||
}
|
||||
},
|
||||
"vm-browserify": {
|
||||
"version": "1.1.2",
|
||||
"dev": true
|
||||
|
|
Loading…
Reference in a new issue