chore: more books + bump deps
This commit is contained in:
parent
2722fd40f4
commit
6da001328b
5 changed files with 15 additions and 15 deletions
|
@ -77,7 +77,7 @@ const sortBooksByYear = (books) => {
|
|||
years[year]['data'].push(book)
|
||||
}
|
||||
})
|
||||
return Object.values(years).filter(year => year.value > 2019)
|
||||
return Object.values(years).filter(year => year.value > 2017)
|
||||
}
|
||||
|
||||
export default async function () {
|
||||
|
|
Reference in a new issue