Skip to content

Commit

Permalink
Merge pull request #39 from markdumay/develop
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
markdumay authored Oct 20, 2022
2 parents 176d14f + 6d1af55 commit c996f7b
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 70 deletions.
108 changes: 45 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markdumay/hugo-theme-hinode",
"version": "0.4.4",
"version": "0.4.5",
"description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -48,23 +48,23 @@
"@fortawesome/fontawesome-free": "^6.2.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.12",
"bootstrap": "^5.2.1",
"eslint": "^8.24.0",
"bootstrap": "^5.2.2",
"eslint": "^8.25.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-promise": "^6.1.1",
"exec-bin": "^1.0.0",
"flexsearch": "^0.7.21",
"flexsearch": "^0.7.31",
"hugo-installer": "^4.0.1",
"markdownlint-cli2": "^0.5.1",
"postcss-cli": "^10.0.0",
"purgecss-whitelister": "^2.4.0",
"shx": "^0.3.4",
"stylelint": "^14.13.0",
"stylelint": "^14.14.0",
"stylelint-config-standard-scss": "^5.0.0"
},
"otherDependencies": {
"hugo": "0.104.2"
"hugo": "0.104.3"
}
}

0 comments on commit c996f7b

Please sign in to comment.