Skip to content

Commit

Permalink
Merge branch 'main' into remove-components-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-overasen committed Oct 2, 2024
2 parents d447343 + ab15494 commit 668a285
Show file tree
Hide file tree
Showing 16 changed files with 3,426 additions and 2,355 deletions.
1 change: 0 additions & 1 deletion .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
'at-rule-no-unknown': null,
'comment-empty-line-before': null,
'font-weight-notation': null,
'max-line-length': null,
'no-descending-specificity': null,
'rule-empty-line-before': null,
'selector-class-pattern': null,
Expand Down
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@
"composer/installers": "~2.3.0",
"dekode/block-theme": "~1.0.0",
"dekode/blueprint": "~1.0.0",
"dekode/imagify-helper": "1.0.0",
"dekodeinteraktiv/dekode-label-environment": "~1.0.0",
"inpsyde/wp-translation-downloader": "~2.5.0",
"roots/wordpress": "~6.6.2",
"symfony/dotenv": "~7.1.0",
"t2/t2": "~7.15.0",
"symfony/dotenv": "~7.1.5",
"t2/t2": "~7.16.0",
"wpackagist-plugin/imagify": "~2.2.0",
"wpackagist-plugin/spinupwp": "~1.7.1",
"wpackagist-plugin/two-factor": "~0.9.1"
},
"require-dev": {
"dekode/coding-standards": "6.0.0",
"dekode/logging": "1.0.0"
"dekode/coding-standards": "6.0.0"
},
"repositories": {
"mu-plugins": {
Expand Down Expand Up @@ -59,6 +57,10 @@
"dekode-composer": {
"type": "composer",
"url": "https://composer.dekodes.no"
},
"dekode-library": {
"type": "composer",
"url": "https://library.dekodes.no/satispress/"
}
},
"minimum-stability": "dev",
Expand Down
Loading

0 comments on commit 668a285

Please sign in to comment.