Skip to content

Commit 7717fdc

Browse files
committed
fixup!
1 parent e64f5af commit 7717fdc

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"cross-env": "catalog:",
5959
"feed": "~5.1.0",
6060
"github-slugger": "~2.0.0",
61+
"gray-matter": "^4.0.3",
6162
"mdast-util-to-string": "^4.0.0",
6263
"next": "16.0.10",
6364
"next-intl": "~4.5.3",
@@ -93,7 +94,6 @@
9394
"eslint-plugin-react": "~7.37.5",
9495
"eslint-plugin-react-hooks": "^7.0.1",
9596
"global-jsdom": "^27.0.0",
96-
"gray-matter": "^4.0.3",
9797
"handlebars": "4.7.8",
9898
"jsdom": "^27.2.0",
9999
"mdast-util-from-markdown": "^2.0.2",

apps/site/util/fetch.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import 'server-only';
2-
31
import { setTimeout } from 'node:timers/promises';
42

53
type RetryOptions = RequestInit & {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)