Skip to content

Commit

Permalink
Updating pnpm version and fixing datetime test.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Aug 11, 2024
1 parent cc2cded commit 6aafe78
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"not IE 11",
"maintained node versions"
],
"packageManager": "pnpm@8.2.0",
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
"pnpm": {
"patchedDependencies": {
"@changesets/[email protected]": "patches/@[email protected]"
Expand Down
1 change: 1 addition & 0 deletions packages/umi/src/DateTime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const formatDateTime = (
year: 'numeric',
hour: 'numeric',
minute: 'numeric',
timeZone: 'UTC',
}
): string => {
const date = new Date(Number(value * 1000n));
Expand Down
79 changes: 60 additions & 19 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 6aafe78

Please sign in to comment.