mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
Bumps the vitest group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@vitest/coverage-v8` from 3.0.5 to 3.0.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.6/packages/coverage-v8) Updates `vitest` from 3.0.5 to 3.0.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.6/packages/vitest) --- updated-dependencies: - dependency-name: "@vitest/coverage-v8" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest ... Signed-off-by: dependabot[bot] <support@github.com>
63 lines
2.5 KiB
JSON
63 lines
2.5 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"write-translations": "docusaurus write-translations",
|
|
"write-heading-ids": "docusaurus write-heading-ids",
|
|
"typecheck": "tsc",
|
|
"format:check": "biome format && prettier --cache --check '**/*.md'",
|
|
"format:fix": "biome format --write && prettier --cache --write --check '**/*.md'",
|
|
"markdownlint:check": "markdownlint-cli2 --config ../.markdownlint.yaml \"**/*.md\" \"#node_modules\" \"#api\" ",
|
|
"markdownlint:fix": "markdownlint-cli2 --fix --config ../.markdownlint.yaml \"**/*.md\" \"#node_modules\"",
|
|
"vale": "vale sync && vale --config ../.vale.ini .",
|
|
"lint:check": "cd .. && eslint --cache --cache-location website/.eslintcache website --ext js,ts,tsx",
|
|
"lint:fix": "cd .. && eslint --cache --cache-location website/.eslintcache website --fix --ext js,ts,tsx",
|
|
"lint:clean": "rimraf .eslintcache"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.7.0",
|
|
"@docusaurus/plugin-client-redirects": "^3.7.0",
|
|
"@docusaurus/preset-classic": "^3.7.0",
|
|
"@docusaurus/theme-mermaid": "^3.7.0",
|
|
"@docusaurus/theme-common": "^3.7.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"clsx": "^2.1.1",
|
|
"docusaurus-plugin-goatcounter": "^4.0.0",
|
|
"docusaurus-plugin-typedoc": "^1.2.3",
|
|
"prism-react-renderer": "^2.4.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-player": "^2.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "^3.7.0",
|
|
"@docusaurus/tsconfig": "^3.7.0",
|
|
"@docusaurus/types": "^3.7.0",
|
|
"@tailwindcss/postcss": "^4.0.6",
|
|
"markdownlint": "^0.37.4",
|
|
"markdownlint-cli2": "^0.17.2",
|
|
"markdownlint-cli2-formatter-summarize": "^0.0.7",
|
|
"postcss": "^8.5.2",
|
|
"tailwindcss": "^4.0.6",
|
|
"typedoc": "^0.27.7",
|
|
"typedoc-plugin-markdown": "^4.4.2",
|
|
"typescript": "^5.6.3",
|
|
"vitest": "^3.0.6"
|
|
},
|
|
"browserslist": {
|
|
"production": [">0.5%", "not dead", "not op_mini all"],
|
|
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
|
|
}
|
|
}
|