Skip to content

Commit 1339877

Browse files
committed
Update date-fns
1 parent e99e057 commit 1339877

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

bun.lockb

-33 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@emotion/react": "^11.13.3",
1313
"@opentelemetry/api": "^1.9.0",
14-
"date-fns": "^2.30.0",
14+
"date-fns": "^4.1.0",
1515
"next": "13.5.6",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",

src/data/generic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export const genericInformation = {
44
siteHeading: "Brno Python Pizza",
55
subHeading: "Clubco Brno Vlněna, Vlněna 5",
66
whenDatetime: "2025/02/22 10:00 AM UTC",
7-
whenFormat: "do MMMM Y",
7+
whenFormat: "do MMMM y",
88
};

0 commit comments

Comments
 (0)