Skip to content

Commit

Permalink
feat(KUI-1281): add support for fallback to kth-style 9 cortina blocks (
Browse files Browse the repository at this point in the history
#370)

Upgrade @kth/kth-node-web-common to 9.2.0 that adds support for fallback to kth-style 9 Cortina blocks.
  • Loading branch information
karlandindrakryggen authored Mar 28, 2024
1 parent ef9b3f8 commit dfd792a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@kth/api-call": "^4.1.0",
"@kth/kth-node-response": "^1.0.7",
"@kth/kth-node-web-common": "^9.1.0",
"@kth/kth-node-web-common": "^9.2.0",
"@kth/kth-reactstrap": "^0.4.78",
"@kth/log": "^4.0.7",
"@kth/monitor": "^4.2.1",
Expand Down
1 change: 1 addition & 0 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ server.use(
globalLink: config.blockApi.globalLink,
addBlocks: config.blockApi.addBlocks,
redisKey: config.cache.cortinaBlock.redisKey,
useStyle10: false,
})
)

Expand Down

0 comments on commit dfd792a

Please sign in to comment.