chore: bump package version & update deps

pull/864/head
ppoffice 2021-05-06 15:47:26 -04:00
parent 0697bf90f8
commit 00f47e8cd6
No known key found for this signature in database
GPG Key ID: B33335481CC0D498
2 changed files with 3 additions and 3 deletions

View File

@ -38,8 +38,8 @@ module.exports = class extends Component {
<img class="fill" src={cover} alt={page.title || cover} />
</span>}
</div> : null}
{/* Metadata */}
<article class={`card-content article${'direction' in page ? ' ' + page.direction : ''}`} role="article">
{/* Metadata */}
{page.layout !== 'page' ? <div class="article-meta is-size-7 is-uppercase level is-mobile">
<div class="level-left">
{/* Creation Date */}

View File

@ -1,6 +1,6 @@
{
"name": "hexo-theme-icarus",
"version": "4.1.2",
"version": "4.2.0",
"author": "ppoffice <ppoffice@users.noreply.github.com>",
"license": "MIT",
"description": "A simple, delicate, and modern theme for Hexo",
@ -35,7 +35,7 @@
},
"dependencies": {
"deepmerge": "^4.2.2",
"hexo-component-inferno": "^0.10.5",
"hexo-component-inferno": "^0.11.0",
"inferno": "^7.3.3",
"inferno-create-element": "^7.3.3",
"moment": "^2.22.2",