chore(gantt): upgrade packages
This commit is contained in:
parent
874dc1e5fc
commit
b8cc828bc0
@ -30,8 +30,8 @@
|
||||
"@types/is-touch-device": "1.0.0",
|
||||
"@types/lodash.clonedeep": "4.5.7",
|
||||
"@types/sortablejs": "1.15.0",
|
||||
"@vueuse/core": "9.4.0",
|
||||
"@vueuse/router": "9.4.0",
|
||||
"@vueuse/core": "9.4.1",
|
||||
"@vueuse/router": "9.4.1",
|
||||
"axios": "0.27.2",
|
||||
"blurhash": "2.0.3",
|
||||
"bulma-css-variables": "0.9.33",
|
||||
|
1598
pnpm-lock.yaml
generated
1598
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
import {MILLISECONDS_A_WEEK} from "@/constants/date";
|
||||
import {MILLISECONDS_A_WEEK} from '@/constants/date'
|
||||
|
||||
export function getNextWeekDate(): Date {
|
||||
return new Date((new Date()).getTime() + MILLISECONDS_A_WEEK)
|
||||
|
@ -98,7 +98,7 @@ export function useGanttFilters(route: Ref<RouteLocationNormalized>): UseGanttFi
|
||||
route,
|
||||
ganttRouteToFilters,
|
||||
ganttGetDefaultFilters,
|
||||
ganttFiltersToRoute
|
||||
ganttFiltersToRoute,
|
||||
)
|
||||
|
||||
const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user