Skip to content

Commit a6a2779

Browse files
committed
add support for new crossword type sunday-quick
1 parent 0c700fd commit a6a2779

File tree

4 files changed

+26
-23
lines changed

4 files changed

+26
-23
lines changed

dotcom-rendering/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@guardian/libs": "22.0.0",
5151
"@guardian/ophan-tracker-js": "2.2.5",
5252
"@guardian/react-crossword": "2.0.2",
53-
"@guardian/react-crossword-next": "npm:@guardian/react-crossword@6.2.0",
53+
"@guardian/react-crossword-next": "npm:@guardian/react-crossword@6.3.0",
5454
"@guardian/shimport": "1.0.2",
5555
"@guardian/source": "9.0.0",
5656
"@guardian/source-development-kitchen": "17.0.0",

dotcom-rendering/src/frontend/schemas/feArticle.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@
465465
"quiptic",
466466
"special",
467467
"speedy",
468+
"sunday-quick",
468469
"weekend"
469470
],
470471
"type": "string"
@@ -4187,6 +4188,7 @@
41874188
"quiptic",
41884189
"special",
41894190
"speedy",
4191+
"sunday-quick",
41904192
"weekend"
41914193
],
41924194
"type": "string"

dotcom-rendering/src/model/block-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3680,6 +3680,7 @@
36803680
"quiptic",
36813681
"special",
36823682
"speedy",
3683+
"sunday-quick",
36833684
"weekend"
36843685
],
36853686
"type": "string"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)