Skip to content

Commit b29b3f3

Browse files
chore: update deps (#2297)
In `package.json` file the `@types/mdx` is incorrectly placed in `dependencies` rather than `devDependencies` and ran `pnpm update` --------- Co-authored-by: Jordan Pittman <jordan@cryptica.me>
1 parent 6101bd9 commit b29b3f3

File tree

8 files changed

+1326
-1288
lines changed

8 files changed

+1326
-1288
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@
1414
"@headlessui/react": "0.0.0-insiders.b6f355d1",
1515
"@heroicons/react": "^2.2.0",
1616
"@next/mdx": "15.3.0-canary.23",
17-
"@shikijs/transformers": "^1.29.1",
18-
"@tailwindcss/postcss": "^4.1.5",
19-
"@types/mdx": "^2.0.13",
17+
"@shikijs/transformers": "^1.29.2",
18+
"@tailwindcss/postcss": "^4.1.11",
2019
"clsx": "^2.1.1",
21-
"dedent": "^1.5.3",
20+
"dedent": "^1.6.0",
2221
"fathom-client": "^3.7.2",
23-
"feed": "^5.0.1",
24-
"framer-motion": "^12.18.1",
25-
"motion": "^12.18.1",
26-
"next": "15.3.2",
22+
"feed": "^5.1.0",
23+
"framer-motion": "^12.20.0",
24+
"motion": "^12.20.0",
25+
"next": "15.3.4",
2726
"open-graph-scraper-lite": "^2.1.0",
2827
"react": "^19.1.0",
2928
"react-dom": "^19.1.0",
30-
"shiki": "^1.29.1",
29+
"shiki": "^1.29.2",
3130
"tailwindcss": "^4.1.11"
3231
},
3332
"devDependencies": {
3433
"@svgr/webpack": "^8.1.0",
35-
"@tailwindcss/node": "^4.1.6",
34+
"@tailwindcss/node": "^4.1.11",
3635
"@types/hast": "^3.0.4",
37-
"@types/node": "^22.15.17",
38-
"@types/react": "^19.1.3",
39-
"@types/react-dom": "^19.1.4",
36+
"@types/mdx": "^2.0.13",
37+
"@types/node": "^22.15.33",
38+
"@types/react": "^19.1.8",
39+
"@types/react-dom": "^19.1.6",
4040
"hast-util-to-jsx-runtime": "^2.3.6",
41-
"prettier-plugin-svelte": "^3.3.3",
42-
"prettier-plugin-tailwindcss": "0.6.11",
41+
"prettier-plugin-svelte": "^3.4.0",
42+
"prettier-plugin-tailwindcss": "0.6.13",
4343
"typescript": "^5.8.3"
4444
},
4545
"prettier": {

pnpm-lock.yaml

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

src/components/search.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function Hit({ hit, children }: { hit: any; children: React.ReactNode }) {
247247
>
248248
{children}
249249
</a>
250-
)
250+
);
251251
}
252252

253253
return (

src/docs/adding-custom-styles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ To support literal values, use the `--value('literal')` syntax (notice the quote
469469
```css
470470
/* [!code filename:CSS] */
471471
@utility tab-* {
472-
tab-size: --value('inherit', 'initial', 'unset');
472+
tab-size: --value("inherit", "initial", "unset");
473473
}
474474
```
475475

src/docs/font-variant-numeric.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ The `font-variant-numeric` utilities are composable so you can enable multiple v
187187
<dd className="border-b border-gray-200 py-2 text-right slashed-zero tabular-nums dark:border-white/10">
188188
$14.50
189189
</dd>
190-
<dt className="font-medium py-2">Total</dt>
191-
<dd className="font-medium py-2 text-right slashed-zero tabular-nums">$114.50</dd>
190+
<dt className="py-2 font-medium">Total</dt>
191+
<dd className="py-2 text-right font-medium slashed-zero tabular-nums">$114.50</dd>
192192
</dl>
193193
}
194194
</Example>

src/docs/justify-self.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ Use the `justify-self-center` or `justify-self-center-safe` utilities to align a
9898
{
9999
<div className="grid grid-cols-1 gap-8">
100100
<div>
101-
<p className="text-center font-mono text-xs font-medium text-gray-500 dark:text-gray-400">justify-self-center</p>
101+
<p className="text-center font-mono text-xs font-medium text-gray-500 dark:text-gray-400">
102+
justify-self-center
103+
</p>
102104
<div className="mt-4 grid auto-rows-fr grid-cols-3 justify-items-stretch gap-10 text-center font-mono text-sm leading-6 font-bold text-white">
103105
<div className="rounded-lg bg-indigo-300 p-4 dark:bg-indigo-800 dark:text-indigo-500">01</div>
104106
<div className="grid grid-cols-1">

src/docs/mask-composite.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ Use utilities like `mask-add` and `mask-intersect` to control how an element's m
2727
{
2828
<div className="grid grid-cols-2 items-center justify-center justify-items-center gap-y-8 py-4 text-center font-mono text-xs font-medium text-gray-500 max-sm:grid-cols-1 dark:text-gray-400">
2929
<div className="relative grid justify-center">
30-
<div className="absolute -bottom-[2px] right-[calc(5%-2px)] box-content size-24 rounded-full border-2 border-dashed border-black/10 dark:border-white/20" />
30+
<div className="absolute right-[calc(5%-2px)] -bottom-[2px] box-content size-24 rounded-full border-2 border-dashed border-black/10 dark:border-white/20" />
3131
<div className="absolute -bottom-[2px] left-[calc(5%-2px)] box-content size-24 rounded-full border-2 border-dashed border-black/10 dark:border-white/20" />
3232
<p className="mb-3">mask-add</p>
3333
<div className="h-24 w-48 bg-[url(https://images.unsplash.com/photo-1554629947-334ff61d85dc?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&h=1000&q=80)] mask-[radial-gradient(ellipse_25%_50%_at_30%_50%,_white_100%,transparent_100%),_radial-gradient(ellipse_25%_50%_at_70%_50%,_white_100%,transparent_100%)] bg-cover bg-center mask-add"></div>
3434
</div>
3535
<div className="relative grid justify-center">
36-
<div className="absolute -bottom-[2px] right-[calc(5%-2px)] box-content size-24 rounded-full border-2 border-dashed border-black/10 dark:border-white/20" />
36+
<div className="absolute right-[calc(5%-2px)] -bottom-[2px] box-content size-24 rounded-full border-2 border-dashed border-black/10 dark:border-white/20" />
3737
<div className="absolute -bottom-[2px] left-[calc(5%-2px)] box-content size-24 rounded-full border-2 border-dashed border-black/10 dark:border-white/20" />
3838
<p className="mb-3 text-center">mask-subtract</p>
3939
<div className="h-24 w-48 bg-[url(https://images.unsplash.com/photo-1554629947-334ff61d85dc?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&h=1000&q=80)] mask-[radial-gradient(ellipse_25%_50%_at_30%_50%,_white_100%,transparent_100%),_radial-gradient(ellipse_25%_50%_at_70%_50%,_white_100%,transparent_100%)] bg-cover bg-center mask-subtract"></div>
4040
</div>
4141
<div className="relative grid justify-center">
42-
<div className="absolute -bottom-[2px] right-[calc(5%-2px)] box-content size-24 rounded-full border-2 border-dashed border-black/10 dark:border-white/20" />
42+
<div className="absolute right-[calc(5%-2px)] -bottom-[2px] box-content size-24 rounded-full border-2 border-dashed border-black/10 dark:border-white/20" />
4343
<div className="absolute -bottom-[2px] left-[calc(5%-2px)] box-content size-24 rounded-full border-2 border-dashed border-black/10 dark:border-white/20" />
4444
<p className="mb-3 text-center">mask-intersect</p>
4545
<div className="h-24 w-48 bg-[url(https://images.unsplash.com/photo-1554629947-334ff61d85dc?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&h=1000&q=80)] mask-[radial-gradient(ellipse_25%_50%_at_30%_50%,_white_100%,transparent_100%),_radial-gradient(ellipse_25%_50%_at_70%_50%,_white_100%,transparent_100%)] bg-cover bg-center mask-intersect"></div>
4646
</div>
4747
<div className="relative grid justify-center">
48-
<div className="absolute -bottom-[2px] right-[calc(5%-2px)] box-content size-24 rounded-full border-2 border-dashed border-black/10 dark:border-white/20" />
48+
<div className="absolute right-[calc(5%-2px)] -bottom-[2px] box-content size-24 rounded-full border-2 border-dashed border-black/10 dark:border-white/20" />
4949
<div className="absolute -bottom-[2px] left-[calc(5%-2px)] box-content size-24 rounded-full border-2 border-dashed border-black/10 dark:border-white/20" />
5050
<p className="mb-3 text-center">mask-exclude</p>
5151
<div className="h-24 w-48 bg-[url(https://images.unsplash.com/photo-1554629947-334ff61d85dc?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&h=1000&q=80)] mask-[radial-gradient(ellipse_25%_50%_at_30%_50%,_white_100%,transparent_100%),_radial-gradient(ellipse_25%_50%_at_70%_50%,_white_100%,transparent_100%)] bg-cover bg-center mask-exclude"></div>

src/docs/preflight.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ For example, source detection affects generated utilities, so `source(…)` shou
241241
@layer theme, base, components, utilities;
242242

243243
@import "tailwindcss/theme.css" layer(theme);
244-
@import "tailwindcss/utilities.css" layer(utilities); /* [!code --] */
245-
@import "tailwindcss/utilities.css" layer(utilities) source(none); /* [!code ++] */
244+
@import "tailwindcss/utilities.css" layer(utilities); /* [!code --] */
245+
@import "tailwindcss/utilities.css" layer(utilities) source(none); /* [!code ++] */
246246
```
247247

248248
The same goes for `important`, which also affects utilities:
@@ -252,8 +252,8 @@ The same goes for `important`, which also affects utilities:
252252
@layer theme, base, components, utilities;
253253

254254
@import "tailwindcss/theme.css" layer(theme);
255-
@import "tailwindcss/utilities.css" layer(utilities); /* [!code --] */
256-
@import "tailwindcss/utilities.css" layer(utilities) important; /* [!code ++] */
255+
@import "tailwindcss/utilities.css" layer(utilities); /* [!code --] */
256+
@import "tailwindcss/utilities.css" layer(utilities) important; /* [!code ++] */
257257
```
258258

259259
Similarly, `theme(static)` and `theme(inline)` affect the generated theme variables and should be placed on the `theme.css` import:
@@ -262,8 +262,8 @@ Similarly, `theme(static)` and `theme(inline)` affect the generated theme variab
262262
/* [!code filename:CSS] */
263263
@layer theme, base, components, utilities;
264264

265-
@import "tailwindcss/theme.css" layer(theme); /* [!code --] */
266-
@import "tailwindcss/theme.css" layer(theme) theme(static); /* [!code ++] */
265+
@import "tailwindcss/theme.css" layer(theme); /* [!code --] */
266+
@import "tailwindcss/theme.css" layer(theme) theme(static); /* [!code ++] */
267267
@import "tailwindcss/utilities.css" layer(utilities);
268268
```
269269

@@ -273,8 +273,8 @@ Finally, using a prefix with `prefix(tw)` affects the utilities and variables, s
273273
/* [!code filename:CSS] */
274274
@layer theme, base, components, utilities;
275275

276-
@import "tailwindcss/theme.css" layer(theme); /* [!code --] */
277-
@import "tailwindcss/utilities.css" layer(utilities); /* [!code --] */
278-
@import "tailwindcss/theme.css" layer(theme) prefix(tw); /* [!code ++] */
279-
@import "tailwindcss/utilities.css" layer(utilities) prefix(tw); /* [!code ++] */
276+
@import "tailwindcss/theme.css" layer(theme); /* [!code --] */
277+
@import "tailwindcss/utilities.css" layer(utilities); /* [!code --] */
278+
@import "tailwindcss/theme.css" layer(theme) prefix(tw); /* [!code ++] */
279+
@import "tailwindcss/utilities.css" layer(utilities) prefix(tw); /* [!code ++] */
280280
```

0 commit comments

Comments
 (0)