mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-06-16 09:18:45 -04:00
Bumps the tailwind group with 2 updates: [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). Updates `@tailwindcss/vite` from 4.3.0 to 4.3.1 - [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.3.1/packages/@tailwindcss-vite) Updates `tailwindcss` from 4.3.0 to 4.3.1 - [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.3.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tailwind - dependency-name: tailwindcss dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tailwind ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
40 lines
968 B
JSON
40 lines
968 B
JSON
{
|
|
"name": "profilarr",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"license": "AGPL-3.0-only",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@jsr/db__sqlite": "^0.12.0",
|
|
"croner": "^10.0.1",
|
|
"jose": "^6.2.3",
|
|
"kysely": "0.27.6",
|
|
"lucide-svelte": "^1.0.1",
|
|
"marked": "^18.0.5",
|
|
"simple-icons": "^16.23.0",
|
|
"yaml": "^2.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@deno/vite-plugin": "^2.0.2",
|
|
"@playwright/test": "^1.60.0",
|
|
"@sveltejs/kit": "^2.65.0",
|
|
"@sveltejs/vite-plugin-svelte": "^7.1.2",
|
|
"@tailwindcss/vite": "^4.3.1",
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/deno": "^2.7.0",
|
|
"@types/node": "^24",
|
|
"better-sqlite3": "^12.10.0",
|
|
"esbuild": "^0.28.1",
|
|
"openapi-typescript": "^7.13.0",
|
|
"playwright": "^1.58.2",
|
|
"prettier": "3.8.4",
|
|
"prettier-plugin-svelte": "^4.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.8.0",
|
|
"svelte": "^5.56.3",
|
|
"svelte-check": "^4.6.0",
|
|
"tailwindcss": "^4.1.13",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.16"
|
|
}
|
|
}
|