mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
fix(util-frontend): revert typescript conversion
This commit is contained in:
parent
a170694a83
commit
471333ad03
2 changed files with 4 additions and 3 deletions
1
package-lock.json
generated
1
package-lock.json
generated
|
@ -12478,6 +12478,7 @@
|
|||
},
|
||||
"sqlite3": {
|
||||
"version": "git+ssh://git@github.com/mapbox/node-sqlite3.git#593c9d498be2510d286349134537e3bf89401c4a",
|
||||
"integrity": "sha512-jUoUHizVh+QCulAEPid3qxX+TunsNMDFDC3TdB/+33OEx8Ud3IhbfrXU+MNnhAR9p4Sk5X93LkoXure8VVGrQA==",
|
||||
"from": "sqlite3@github:mapbox/node-sqlite3#593c9d",
|
||||
"requires": {
|
||||
"@mapbox/node-pre-gyp": "^1.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import * as dayjs from "dayjs";
|
||||
import * as timezone from "dayjs/plugin/timezone";
|
||||
import * as utc from "dayjs/plugin/utc";
|
||||
import dayjs from "dayjs";
|
||||
import timezone from "dayjs/plugin/timezone";
|
||||
import utc from "dayjs/plugin/utc";
|
||||
import timezones from "timezones-list";
|
||||
|
||||
dayjs.extend(utc)
|
Loading…
Reference in a new issue