mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-04-17 20:37:08 -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.2.1 to 4.2.2 - [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.2.2/packages/@tailwindcss-vite) Updates `tailwindcss` from 4.2.1 to 4.2.2 - [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.2.2/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tailwind - dependency-name: tailwindcss dependency-version: 4.2.2 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> Co-authored-by: santiagosayshey <sayheysantiago@proton.me>
40 lines
967 B
JSON
40 lines
967 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.1",
|
|
"kysely": "0.27.6",
|
|
"lucide-svelte": "^0.577.0",
|
|
"marked": "^15.0.6",
|
|
"simple-icons": "^16.13.0",
|
|
"yaml": "^2.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@deno/vite-plugin": "^1.0.5",
|
|
"@playwright/test": "^1.58.2",
|
|
"playwright": "^1.58.2",
|
|
"@sveltejs/kit": "^2.43.2",
|
|
"@sveltejs/vite-plugin-svelte": "^6.2.0",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"esbuild": "^0.24.0",
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/deno": "^2.5.0",
|
|
"@types/node": "^22",
|
|
"better-sqlite3": "^12.6.2",
|
|
"openapi-typescript": "^7.0.0",
|
|
"prettier": "3.8.1",
|
|
"prettier-plugin-svelte": "^3.5.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"svelte": "^5.39.5",
|
|
"svelte-check": "^4.3.2",
|
|
"tailwindcss": "^4.1.13",
|
|
"typescript": "^5.9.2",
|
|
"vite": "^7.1.7"
|
|
}
|
|
}
|