Skip to content

Commit

Permalink
Merge pull request #17 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 43c82ae + c47845c commit 8508e97
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 80 deletions.
126 changes: 54 additions & 72 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markdumay/hugo-theme-hinode-child",
"version": "0.3.4",
"version": "0.3.5",
"description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,25 +39,25 @@
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@markdumay/hugo-theme-hinode": "^0.4.4",
"@markdumay/hugo-theme-hinode": "^0.4.5",
"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 8508e97

Please sign in to comment.