Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sanne-san committed Apr 15, 2024
1 parent 991ec43 commit 2461c5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,6 @@
"extends": [
"@tryghost:theme"
]
}
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion partials/components/post-list.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{{/get}}
{{/match}}
{{else}}
{{#get "posts" include="tags,authors" limit="24"}}
{{#get "posts" include="tags,authors" limit="20"}}
{{#foreach posts}}
{{> "post-card" lazyLoad=true}}
{{/foreach}}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1797,9 +1797,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001335, caniuse-lite@^1.0.30001503:
version "1.0.30001512"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001512.tgz#7450843fb581c39f290305a83523c7a9ef0d4cb4"
integrity sha512-2S9nK0G/mE+jasCUsMPlARhRCts1ebcp2Ji8Y8PWi4NDE1iRdLCnEPHkEfeBrGC45L4isBx5ur3IQ6yTE2mRZw==
version "1.0.30001610"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001610.tgz"
integrity sha512-QFutAY4NgaelojVMjY63o6XlZyORPaLfyMnsl3HgnWdJUcX6K0oaJymHjH8PT5Gk7sTm8rvC/c5COUQKXqmOMA==

caseless@~0.12.0:
version "0.12.0"
Expand Down

0 comments on commit 2461c5c

Please sign in to comment.