Skip to content

Commit aeb4df8

Browse files
authored
fix(translations): explicitly declare date-fns v3 as a dependency (#6626)
1 parent f91c19e commit aeb4df8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

packages/translations/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@
3434
"prepublishOnly": "pnpm clean && pnpm turbo build",
3535
"translateNewKeys": "tsx scripts/translateNewKeys/run.ts"
3636
},
37+
"dependencies": {
38+
"date-fns": "3.3.1"
39+
},
3740
"devDependencies": {
3841
"@payloadcms/eslint-config": "workspace:*",
3942
"@swc/core": "^1.4.13",
4043
"@types/react": "npm:types-react@19.0.0-beta.2",
4144
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2",
42-
"date-fns": "3.3.1",
4345
"dotenv": "16.4.5",
4446
"prettier": "^3.0.3",
4547
"typescript": "5.4.5"

pnpm-lock.yaml

Lines changed: 4 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)