Skip to content

Commit e75b883

Browse files
committed
chore: downgrade gutenberg module back to v2
1 parent 672814b commit e75b883

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

apps/silverback-drupal/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"drupal/default_content": "^2.0.0-alpha2",
4646
"drupal/entity_usage": "^2.0.0-beta12",
4747
"drupal/graphql": "^4.7.0",
48-
"drupal/gutenberg": "^3.0.0",
48+
"drupal/gutenberg": "^2.14.0",
4949
"drupal/hal": "^2.0.2",
5050
"drupal/key_auth": "^2.1.0",
5151
"drupal/linkit": "^7.0.0",

apps/silverback-drupal/composer.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/composer/amazeelabs/proxy-gutenberg/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
],
2525
"require": {
2626
"cweagans/composer-patches": "^1.7.3",
27-
"drupal/gutenberg": "^3.0.6"
27+
"drupal/gutenberg": "^2.8.0"
2828
}
2929
}

packages/composer/amazeelabs/silverback_gutenberg/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
}
1313
],
1414
"require": {
15-
"drupal/gutenberg": "^3.0.6"
15+
"drupal/gutenberg": "^2.8.0"
1616
}
1717
}

0 commit comments

Comments
 (0)