mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 15:54:26 +00:00
no log: Bump @vitest/ui from 0.25.8 to 0.29.1 in /frontend (#2076)
Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.25.8 to 0.29.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.29.1/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b07786411d
commit
dec2f7d478
2 changed files with 28 additions and 8 deletions
34
frontend/package-lock.json
generated
34
frontend/package-lock.json
generated
|
@ -40,7 +40,7 @@
|
||||||
"@types/react-table": "^7.7.0",
|
"@types/react-table": "^7.7.0",
|
||||||
"@vitejs/plugin-react": "^2.2.0",
|
"@vitejs/plugin-react": "^2.2.0",
|
||||||
"@vitest/coverage-c8": "^0.25.0",
|
"@vitest/coverage-c8": "^0.25.0",
|
||||||
"@vitest/ui": "^0.25.0",
|
"@vitest/ui": "^0.29.1",
|
||||||
"clsx": "^1.2.0",
|
"clsx": "^1.2.0",
|
||||||
"eslint": "^8.26.0",
|
"eslint": "^8.26.0",
|
||||||
"eslint-config-react-app": "^7.0.1",
|
"eslint-config-react-app": "^7.0.1",
|
||||||
|
@ -3601,11 +3601,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@vitest/ui": {
|
"node_modules/@vitest/ui": {
|
||||||
"version": "0.25.8",
|
"version": "0.29.1",
|
||||||
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.25.8.tgz",
|
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.29.1.tgz",
|
||||||
"integrity": "sha512-wfuhghldD5QHLYpS46GK8Ru8P3XcMrWvFjRQD21KNzc9Y/qtJsqoC8KmT6xWVkMNw4oHYixpo3a4ZySRJdserw==",
|
"integrity": "sha512-CtcFlqcxNFT+5geTYfjOMOje4iae2DGsOnW1//7cre2xc43mFVOJYG7ZPq1wOUisDqSCyPLP2+zvAAlFJxBiUA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"fast-glob": "^3.2.12",
|
||||||
|
"flatted": "^3.2.7",
|
||||||
|
"pathe": "^1.1.0",
|
||||||
|
"picocolors": "^1.0.0",
|
||||||
"sirv": "^2.0.2"
|
"sirv": "^2.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -8186,6 +8190,12 @@
|
||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"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/pathval": {
|
"node_modules/pathval": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz",
|
||||||
|
@ -12907,11 +12917,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@vitest/ui": {
|
"@vitest/ui": {
|
||||||
"version": "0.25.8",
|
"version": "0.29.1",
|
||||||
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.25.8.tgz",
|
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.29.1.tgz",
|
||||||
"integrity": "sha512-wfuhghldD5QHLYpS46GK8Ru8P3XcMrWvFjRQD21KNzc9Y/qtJsqoC8KmT6xWVkMNw4oHYixpo3a4ZySRJdserw==",
|
"integrity": "sha512-CtcFlqcxNFT+5geTYfjOMOje4iae2DGsOnW1//7cre2xc43mFVOJYG7ZPq1wOUisDqSCyPLP2+zvAAlFJxBiUA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"fast-glob": "^3.2.12",
|
||||||
|
"flatted": "^3.2.7",
|
||||||
|
"pathe": "^1.1.0",
|
||||||
|
"picocolors": "^1.0.0",
|
||||||
"sirv": "^2.0.2"
|
"sirv": "^2.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -16238,6 +16252,12 @@
|
||||||
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
|
||||||
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
|
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
|
||||||
},
|
},
|
||||||
|
"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
|
||||||
|
},
|
||||||
"pathval": {
|
"pathval": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz",
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
"@types/react-table": "^7.7.0",
|
"@types/react-table": "^7.7.0",
|
||||||
"@vitejs/plugin-react": "^2.2.0",
|
"@vitejs/plugin-react": "^2.2.0",
|
||||||
"@vitest/coverage-c8": "^0.25.0",
|
"@vitest/coverage-c8": "^0.25.0",
|
||||||
"@vitest/ui": "^0.25.0",
|
"@vitest/ui": "^0.29.1",
|
||||||
"clsx": "^1.2.0",
|
"clsx": "^1.2.0",
|
||||||
"eslint": "^8.26.0",
|
"eslint": "^8.26.0",
|
||||||
"eslint-config-react-app": "^7.0.1",
|
"eslint-config-react-app": "^7.0.1",
|
||||||
|
|
Loading…
Reference in a new issue