Skip to content

Commit 0319c5f

Browse files
committed
updated debs, added utc plugin to dayjs
1 parent dd21031 commit 0319c5f

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

library/src/components/timetable/TimeTableHeader.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ import dayjs, { type Dayjs } from "dayjs"
22
import weekOfYear from "dayjs/plugin/weekOfYear"
33
import weekYear from "dayjs/plugin/weekYear"
44
import localeData from "dayjs/plugin/localeData"
5+
import utc from "dayjs/plugin/utc"
56
dayjs.extend(weekOfYear)
67
dayjs.extend(weekYear)
78
dayjs.extend(localeData)
9+
dayjs.extend(utc)
810
import type React from "react"
911
import { Fragment, type RefObject, useCallback, useRef, useState } from "react"
1012

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"stylelint-config-tailwindcss": "^0.0.7",
157157
"stylelint-order": "^6.0.4",
158158
"tailwind-merge": "^2.5.5",
159-
"tailwindcss": "^3.4.16",
159+
"tailwindcss": "^3.4.17",
160160
"typescript": "^5.7.2",
161161
"typescript-plugin-css-modules": "^5.1.0",
162162
"vite": "^6.0.3",

0 commit comments

Comments
 (0)