Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#266)
Browse files Browse the repository at this point in the history
* chore(deps): lock file maintenance

* chore(deps): fix typescript to v5.6.3

* chore(lint): apply lint rules

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Noé Viricel <[email protected]>
  • Loading branch information
renovate[bot] and wazolab committed Nov 26, 2024
1 parent 0d4804b commit 8dc9727
Show file tree
Hide file tree
Showing 3 changed files with 1,239 additions and 1,659 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"nuxt": "^3.12.2",
"postcss-html": "^1.6.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.4",
"typescript": "5.6.3",
"vite": "^5.2.9",
"vue-tsc": "^2.0.29"
},
Expand Down
4 changes: 2 additions & 2 deletions pages/[project]/changes_logs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ const loChasWithFilter = computed(() => {
))
&& (route.query.filterByUsers === undefined
|| (changesetsUsers && changesetsUsers.includes(route.query.filterByUsers as string)))
&& (route.query.filterByDate === undefined
|| log.change.created.substring(0, 10) === route.query.filterByDate)
&& (route.query.filterByDate === undefined
|| log.change.created.substring(0, 10) === route.query.filterByDate)
)
}),
)
Expand Down
Loading

0 comments on commit 8dc9727

Please sign in to comment.