mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
Bumps the typescript-eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/eslint-plugin` from 8.58.2 to 8.59.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.58.2 to 8.59.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.0/packages/parser) Updates `typescript-eslint` from 8.58.2 to 8.59.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <support@github.com>
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "storybook",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"dev": "cross-env STORYBOOK_DISABLE_TELEMETRY=1 storybook dev -p 6006",
|
|
"build": "cross-env STORYBOOK_DISABLE_TELEMETRY=1 storybook build"
|
|
},
|
|
"peerDependencies": {
|
|
"svelte": "^5.0.0",
|
|
"svelte-fa": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^7.2.0",
|
|
"@fortawesome/free-brands-svg-icons": "^7.2.0",
|
|
"@fortawesome/free-regular-svg-icons": "^7.2.0",
|
|
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
|
"@podman-desktop/ui-svelte": "workspace:*",
|
|
"eslint": "^10.2.1",
|
|
"svelte-fa": "^4.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-a11y": "^10.3.5",
|
|
"@storybook/addon-docs": "^10.3.5",
|
|
"@storybook/addon-links": "^10.3.5",
|
|
"@storybook/addon-svelte-csf": "5.1.2",
|
|
"@storybook/addon-themes": "^10.3.5",
|
|
"@storybook/svelte-vite": "^10.3.5",
|
|
"@sveltejs/package": "^2.5.7",
|
|
"@sveltejs/vite-plugin-svelte": "6.2.4",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@tsconfig/svelte": "^5.0.8",
|
|
"@typescript-eslint/eslint-plugin": "^8.59.0",
|
|
"autoprefixer": "^10.5.0",
|
|
"cross-env": "10.1.0",
|
|
"eslint-plugin-storybook": "10.3.5",
|
|
"eslint-plugin-svelte": "^3.17.0",
|
|
"postcss": "^8.5.10",
|
|
"postcss-load-config": "^6.0.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.3.1",
|
|
"storybook": "^10.2.16",
|
|
"svelte": "5.53.7",
|
|
"svelte-check": "^4.4.6",
|
|
"tailwindcss": "^4.2.2",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.2",
|
|
"vitest": "^4.1.4"
|
|
}
|
|
}
|