Skip to content

Commit

Permalink
fix(translations): explicitly declare date-fns v3 as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioGr committed Jun 4, 2024
1 parent f91c19e commit ee6d727
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion packages/translations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@
"prepublishOnly": "pnpm clean && pnpm turbo build",
"translateNewKeys": "tsx scripts/translateNewKeys/run.ts"
},
"dependencies": {
"date-fns": "3.3.1"
},
"devDependencies": {
"@payloadcms/eslint-config": "workspace:*",
"@swc/core": "^1.4.13",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"date-fns": "3.3.1",
"dotenv": "16.4.5",
"prettier": "^3.0.3",
"typescript": "5.4.5"
Expand Down
7 changes: 4 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee6d727

Please sign in to comment.