Skip to content

Commit d1932ff

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-node-6
2 parents b369689 + 5ccaddc commit d1932ff

File tree

5 files changed

+112
-42
lines changed

5 files changed

+112
-42
lines changed

component-library/components/articles/articles.bookshop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ blueprint:
5252
justify:
5353
fluid:
5454
theme:
55-
cover:

data/structures/contact.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ arguments:
2727
order:
2828
default: first
2929
orientation:
30-
width:
3130
justify:
3231
class:
3332
width:

data/structures/hero.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ arguments:
1515
overlay-mode:
1616
cover:
1717
orientation:
18-
width:
1918
justify:
2019
use-section:
2120
use-title:

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"autoprefixer": "^10.4.21",
7676
"cssnano": "^7.1.1",
7777
"cssnano-preset-advanced": "^7.0.9",
78-
"hugo-bin": "0.148.2",
78+
"hugo-bin": "0.149.1",
7979
"purgecss-whitelister": "^2.4.0"
8080
},
8181
"devDependencies": {
@@ -87,7 +87,7 @@
8787
"commitizen": "^4.3.1",
8888
"cpy-cli": "^6.0.0",
8989
"cz-conventional-changelog": "^3.3.0",
90-
"eslint": "^9.37.0",
90+
"eslint": "^9.38.0",
9191
"husky": "^9.1.7",
9292
"markdownlint-cli2": "^0.18.1",
9393
"neostandard": "^0.12.2",
@@ -96,7 +96,7 @@
9696
"postcss-cli": "^11.0.1",
9797
"replace-in-files-cli": "^4.0.0",
9898
"rimraf": "^6.0.1",
99-
"semantic-release": "^25.0.0",
99+
"semantic-release": "^25.0.1",
100100
"shx": "^0.4.0",
101101
"stylelint": "^16.25.0",
102102
"stylelint-config-standard-scss": "^16.0.0"

0 commit comments

Comments
 (0)