mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore(deps-dev): bump the tailwindcss group with 3 updates
Bumps the tailwindcss group with 3 updates: [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite), [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) and [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss). Updates `@tailwindcss/vite` from 4.1.14 to 4.1.15 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.15/packages/@tailwindcss-vite) Updates `tailwindcss` from 4.1.14 to 4.1.15 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.15/packages/tailwindcss) Updates `@tailwindcss/postcss` from 4.1.14 to 4.1.15 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.15/packages/@tailwindcss-postcss) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.1.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tailwindcss - dependency-name: tailwindcss dependency-version: 4.1.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tailwindcss - dependency-name: "@tailwindcss/postcss" dependency-version: 4.1.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tailwindcss ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5c00eae176
commit
c5fbe51cdd
5 changed files with 329 additions and 322 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"@fortawesome/free-regular-svg-icons": "^7.1.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^7.1.0",
|
||||
"@sveltejs/vite-plugin-svelte": "6.2.1",
|
||||
"@tailwindcss/vite": "^4.1.14",
|
||||
"@tailwindcss/vite": "^4.1.15",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/svelte": "^5.2.8",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"svelte-eslint-parser": "^1.4.0",
|
||||
"svelte-fa": "^4.0.4",
|
||||
"svelte-steps": "2.4.1",
|
||||
"tailwindcss": "^4.1.14",
|
||||
"tailwindcss": "^4.1.15",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.1.10",
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@
|
|||
"devDependencies": {
|
||||
"@sveltejs/package": "^2.5.4",
|
||||
"@sveltejs/vite-plugin-svelte": "6.2.1",
|
||||
"@tailwindcss/vite": "^4.1.14",
|
||||
"@tailwindcss/vite": "^4.1.15",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/svelte": "^5.2.8",
|
||||
|
|
@ -173,7 +173,7 @@
|
|||
"svelte": "5.41.1",
|
||||
"svelte-check": "^4.3.3",
|
||||
"svelte-eslint-parser": "^1.4.0",
|
||||
"tailwindcss": "^4.1.14",
|
||||
"tailwindcss": "^4.1.15",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.1.10",
|
||||
|
|
|
|||
635
pnpm-lock.yaml
635
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -27,7 +27,7 @@
|
|||
"@storybook/svelte-vite": "^9.1.13",
|
||||
"@sveltejs/package": "^2.5.4",
|
||||
"@sveltejs/vite-plugin-svelte": "6.2.1",
|
||||
"@tailwindcss/vite": "^4.1.14",
|
||||
"@tailwindcss/vite": "^4.1.15",
|
||||
"@tsconfig/svelte": "^5.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "^8.46.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"storybook": "^9.1.10",
|
||||
"svelte": "5.41.1",
|
||||
"svelte-check": "^4.3.3",
|
||||
"tailwindcss": "^4.1.14",
|
||||
"tailwindcss": "^4.1.15",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.1.10",
|
||||
"vitest": "^3.2.4"
|
||||
|
|
|
|||
|
|
@ -45,13 +45,13 @@
|
|||
"@docusaurus/tsconfig": "^3.8.1",
|
||||
"@docusaurus/types": "^3.8.1",
|
||||
"@octokit/rest": "^22.0.0",
|
||||
"@tailwindcss/postcss": "^4.1.14",
|
||||
"@tailwindcss/postcss": "^4.1.15",
|
||||
"markdownlint": "^0.39.0",
|
||||
"markdownlint-cli2": "^0.18.1",
|
||||
"markdownlint-cli2-formatter-summarize": "^0.0.7",
|
||||
"msw": "^2.11.5",
|
||||
"postcss": "^8.5.6",
|
||||
"tailwindcss": "^4.1.14",
|
||||
"tailwindcss": "^4.1.15",
|
||||
"typedoc": "^0.28.14",
|
||||
"typedoc-plugin-markdown": "^4.9.0",
|
||||
"typescript": "^5.9.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue