Skip to content

Commit 19e26dc

Browse files
fix: update date-fns version and include minimal example types
Co-Authored-By: Nathan Clevenger <[email protected]>
1 parent 2fb8613 commit 19e26dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/mdxdb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@payloadcms/next": "3.33.0",
2020
"@payloadcms/payload-cloud": "3.33.0",
2121
"@payloadcms/richtext-lexical": "3.33.0",
22-
"date-fns": "^2.30.0",
22+
"date-fns": "^4.1.0",
2323
"graphql": "^16.8.1",
2424
"next": "15.3.0",
2525
"payload": "3.33.0",

packages/mdxe/src/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
"**/*.ts",
2828
"**/*.tsx",
2929
"/Users/nathanclevenger/Projects/mdx/examples/minimal/.next/types/**/*.ts",
30+
"/Users/nathanclevenger/Projects/mdx/packages/mdxe/.next/types/**/*.ts",
3031
"next-env.d.ts",
31-
"/Users/nathanclevenger/Projects/mdx/packages/mdxe/.next/types/**/*.ts"
32+
"/home/ubuntu/repos/mdx/examples/minimal/.next/types/**/*.ts"
3233
],
3334
"exclude": [
3435
"node_modules"

0 commit comments

Comments
 (0)