Skip to content

Commit 9750140

Browse files
chore(deps-dev): bump prettier-plugin-tailwindcss from 0.6.13 to 0.7.2 (#961)
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.13 to 0.7.2. - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.13...v0.7.2) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.7.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f6e2b5 commit 9750140

4 files changed

Lines changed: 71 additions & 114 deletions

File tree

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,13 @@
7171
"pnpm": {
7272
"overrides": {
7373
"react": "19.2.4",
74-
"react-dom": "19.2.4"
74+
"react-dom": "19.2.4",
75+
"@mantine/core": "8.3.15",
76+
"@mantine/dates": "8.3.15",
77+
"@mantine/hooks": "8.3.15",
78+
"@mantine/notifications": "8.3.15",
79+
"@mantine/spotlight": "8.3.15",
80+
"@mantine/store": "8.3.15"
7581
},
7682
"onlyBuiltDependencies": [
7783
"esbuild",

packages/app/src/app/[locale]/(public)/login/LoginView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default function LoginView(): JSX.Element {
115115
className={cn(
116116
'flex-row',
117117
!matches &&
118-
'gap-md to-dark-700 h-screen flex-col items-center justify-center bg-radial from-cyan-700 transition-[background] duration-500',
118+
'gap-md h-screen flex-col items-center justify-center bg-radial from-cyan-700 to-slate-700 transition-[background] duration-500',
119119
)}
120120
>
121121
<Flex
@@ -184,7 +184,7 @@ export default function LoginView(): JSX.Element {
184184
</Flex>
185185

186186
{matches ? (
187-
<Flex className="gap-md to-dark-700 h-screen w-1/2 flex-col items-center justify-center bg-radial from-cyan-600 transition-[background] duration-500">
187+
<Flex className="gap-md h-screen w-1/2 flex-col items-center justify-center bg-radial from-cyan-600 to-slate-700 transition-[background] duration-500">
188188
<Image
189189
className="animate-fade-in mx-auto aspect-4/1 h-auto w-75 origin-bottom -translate-y-2.5 self-end opacity-0 drop-shadow-xl drop-shadow-cyan-900"
190190
src="/img/web/logotype_weiß_400x100px.svg"

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"prettier": "3.0.3",
29-
"prettier-plugin-tailwindcss": "0.6.13"
29+
"prettier-plugin-tailwindcss": "0.7.2"
3030
},
3131
"peerDependencies": {
3232
"prettier": "3.0.3"

pnpm-lock.yaml

Lines changed: 61 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)