mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 18:25:22 +03:00
Bump @vitest/ui from 0.26.2 to 0.29.3 in /web
Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.26.2 to 0.29.3. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.29.3/packages/ui) --- updated-dependencies: - dependency-name: "@vitest/ui" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e82f72a9d3
commit
023dded57f
32
web/package-lock.json
generated
32
web/package-lock.json
generated
@ -37,7 +37,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
||||
"@typescript-eslint/parser": "^5.47.1",
|
||||
"@vitest/coverage-c8": "^0.26.2",
|
||||
"@vitest/ui": "^0.26.2",
|
||||
"@vitest/ui": "^0.29.3",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"eslint": "^8.30.0",
|
||||
"eslint-config-preact": "^1.3.0",
|
||||
@ -2507,16 +2507,24 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@vitest/ui": {
|
||||
"version": "0.26.2",
|
||||
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.26.2.tgz",
|
||||
"integrity": "sha512-DMQhooGJVWjkiKIWJqbprDynDbw/anG2An5PxyDqLuzpGX0MWnDLNxON8wneDtDIX3kCptzRWTVMAxaV/S8EoQ==",
|
||||
"version": "0.29.3",
|
||||
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.29.3.tgz",
|
||||
"integrity": "sha512-6xJyLhfSBRCzMbI9ip4BI7KIMnIM5cqOFl1sj4GSuHfRai17Q3FYZRcNvgo4TlE0f38/MSXDfjOc35/ZepYIWw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"fast-glob": "^3.2.12",
|
||||
"flatted": "^3.2.7",
|
||||
"pathe": "^1.1.0",
|
||||
"picocolors": "^1.0.0",
|
||||
"sirv": "^2.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@vitest/ui/node_modules/pathe": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.0.tgz",
|
||||
"integrity": "sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@xmldom/xmldom": {
|
||||
"version": "0.7.9",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.9.tgz",
|
||||
@ -11532,14 +11540,24 @@
|
||||
}
|
||||
},
|
||||
"@vitest/ui": {
|
||||
"version": "0.26.2",
|
||||
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.26.2.tgz",
|
||||
"integrity": "sha512-DMQhooGJVWjkiKIWJqbprDynDbw/anG2An5PxyDqLuzpGX0MWnDLNxON8wneDtDIX3kCptzRWTVMAxaV/S8EoQ==",
|
||||
"version": "0.29.3",
|
||||
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.29.3.tgz",
|
||||
"integrity": "sha512-6xJyLhfSBRCzMbI9ip4BI7KIMnIM5cqOFl1sj4GSuHfRai17Q3FYZRcNvgo4TlE0f38/MSXDfjOc35/ZepYIWw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"fast-glob": "^3.2.12",
|
||||
"flatted": "^3.2.7",
|
||||
"pathe": "^1.1.0",
|
||||
"picocolors": "^1.0.0",
|
||||
"sirv": "^2.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"pathe": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.0.tgz",
|
||||
"integrity": "sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"@xmldom/xmldom": {
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
||||
"@typescript-eslint/parser": "^5.47.1",
|
||||
"@vitest/coverage-c8": "^0.26.2",
|
||||
"@vitest/ui": "^0.26.2",
|
||||
"@vitest/ui": "^0.29.3",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"eslint": "^8.30.0",
|
||||
"eslint-config-preact": "^1.3.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user