Skip to content

Commit

Permalink
deps: bump hugo from v0.123.6 to v0.123.7
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Mar 2, 2024
1 parent 9026d13 commit 64fab20
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 28 deletions.
11 changes: 11 additions & 0 deletions assets/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*",
"..\\node_modules\\@hyas\\doks-core\\assets\\*"
]
}
}
}
1 change: 0 additions & 1 deletion config/_default/module.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
[[mounts]]
source = "node_modules/@hyas/core/assets"
target = "assets"
excludeFiles = ["scss/app.scss", "js/app.js"]

[[mounts]]
source = "node_modules/@hyas/images/assets"
Expand Down
1 change: 1 addition & 0 deletions hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"modal-title",
"ms-2",
"ms-3",
"ms-auto",
"ms-lg-2",
"mt-3",
"mt-n3",
Expand Down
37 changes: 17 additions & 20 deletions package-lock.json

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

11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doks",
"version": "1.4.0",
"version": "1.4.1",
"description": "Doks theme",
"author": "Hyas",
"license": "MIT",
Expand Down Expand Up @@ -30,24 +30,21 @@
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"dependencies": {
"@hyas/doks-core": "^1.4.0",
"@hyas/doks-core": "^1.4.1",
"@hyas/images": "^3.1.0",
"@hyas/inline-svg": "^1.0.5",
"@hyas/seo": "^2.1.0",
"@tabler/icons": "^2.40.0",
"exec-bin": "^1.0.0",
"gethyas": "^2.2.2",
"hugo-installer": "^4.0.1",
"@hyas/bootstrap": "^1.0.4",
"clipboard": "^2.0.11",
"flexsearch": "^0.7.34"
"hugo-installer": "^4.0.1"
},
"devDependencies": {
"auto-changelog": "^2.4.0",
"shx": "^0.3.4"
},
"otherDependencies": {
"hugo": "0.123.6"
"hugo": "0.123.7"
},
"overrides": {
"semver": "^7.5.4"
Expand Down

0 comments on commit 64fab20

Please sign in to comment.