Skip to content

Commit

Permalink
Update project dependencies (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklan authored Dec 25, 2024
1 parent 46729a7 commit 0017d12
Show file tree
Hide file tree
Showing 7 changed files with 2,551 additions and 2,176 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* Analogous to fenced code blocks, an arbitrary number of colons greater or
* equal three could be used as long as the closing line is longer than the
* opening line. That way, you can even nest blocks (think divs) by using
* opening line. That way, you can even nest blocks (think of div) by using
* successively fewer colons for each containing block.
*
* @see https://talk.commonmark.org/t/generic-directives-plugins-syntax
Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.6",
"drupal/antibot": "^2.0",
"drupal/core-composer-scaffold": "~10.3.0",
"drupal/core-recommended": "~10.3.0",
"drupal/core-composer-scaffold": "~10.4.0",
"drupal/core-recommended": "~10.4.0",
"drupal/csp": "^1.31",
"drupal/easy_breadcrumb": "^2.0",
"drupal/extra_field": "^2.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"require-dev": {
"chi-teck/drupal-coder-extension": "^2.0@alpha",
"drupal/core-dev": "~10.3.0",
"drupal/core-dev": "~10.4.0",
"niklan/niklan_dev": "^1.0@dev",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpspec/prophecy-phpunit": "^2.0"
Expand All @@ -81,14 +81,15 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"oomphinc/composer-installers-extender": true,
"php-http/discovery": true,
"phpstan/extension-installer": true,
"php-http/discovery": true
"tbachert/spi": true
}
},
"extra": {
Expand Down
2,586 changes: 1,405 additions & 1,181 deletions composer.lock

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions config/cspell/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ bazz
Cravensworth
Dflydev
doctag
fullscreen
hljs
Inlines
Laszlo
Expand All @@ -21,8 +20,6 @@ Nutgram
opsz
Photoswipe
photoswipe
prismjs
quux
selfdoc
Sergi
sfmono
Expand Down
12 changes: 7 additions & 5 deletions config/sync/navigation.settings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
_core:
default_config_hash: F6gp1fQb1oABiagpESXFjiTJiNH3COB9VBxLHcB98fg
logo_provider: default
logo_managed: { }
logo_max_filesize: 1048576
logo:
provider: default
path: ''
max:
filesize: 1048576
height: 40
width: 40
7 changes: 3 additions & 4 deletions config/sync/search_api.index.global_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ langcode: ru
status: true
dependencies:
config:
- field.storage.node.field_tags
- search_api.server.database
- core.entity_view_mode.node.search_index
- core.entity_view_mode.taxonomy_term.full
- field.storage.node.field_tags
- search_api.server.database
module:
- taxonomy
- node
- search_api
- taxonomy
id: global_index
name: 'Global index'
description: ''
Expand Down
Loading

0 comments on commit 0017d12

Please sign in to comment.