Skip to content

Commit 8508e97

Browse files
authored
Merge pull request #17 from markdumay/develop
Update dependencies
2 parents 43c82ae + c47845c commit 8508e97

File tree

2 files changed

+62
-80
lines changed

2 files changed

+62
-80
lines changed

package-lock.json

Lines changed: 54 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markdumay/hugo-theme-hinode-child",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
55
"main": "index.js",
66
"scripts": {
@@ -39,25 +39,25 @@
3939
"devDependencies": {
4040
"@fortawesome/fontawesome-free": "^6.2.0",
4141
"@fullhuman/postcss-purgecss": "^5.0.0",
42-
"@markdumay/hugo-theme-hinode": "^0.4.4",
42+
"@markdumay/hugo-theme-hinode": "^0.4.5",
4343
"autoprefixer": "^10.4.12",
44-
"bootstrap": "^5.2.1",
45-
"eslint": "^8.24.0",
44+
"bootstrap": "^5.2.2",
45+
"eslint": "^8.25.0",
4646
"eslint-config-standard": "^17.0.0",
4747
"eslint-plugin-import": "^2.26.0",
4848
"eslint-plugin-n": "^15.3.0",
49-
"eslint-plugin-promise": "^6.0.1",
49+
"eslint-plugin-promise": "^6.1.1",
5050
"exec-bin": "^1.0.0",
51-
"flexsearch": "^0.7.21",
51+
"flexsearch": "^0.7.31",
5252
"hugo-installer": "^4.0.1",
5353
"markdownlint-cli2": "^0.5.1",
5454
"postcss-cli": "^10.0.0",
5555
"purgecss-whitelister": "^2.4.0",
5656
"shx": "^0.3.4",
57-
"stylelint": "^14.13.0",
57+
"stylelint": "^14.14.0",
5858
"stylelint-config-standard-scss": "^5.0.0"
5959
},
6060
"otherDependencies": {
61-
"hugo": "0.104.2"
61+
"hugo": "0.104.3"
6262
}
6363
}

0 commit comments

Comments
 (0)