Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #351 from Financial-Times/update-origami
Browse files Browse the repository at this point in the history
Upgrade origami components
  • Loading branch information
GeoffThorpeFT authored Mar 5, 2021
2 parents 7a2e8c3 + 14c1283 commit 9715f44
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions packages/tc-ui/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,22 @@ module.exports = {
getCMS,
origamiModules: {
css: {
'o-layout': '^4.0.12',
'o-message': '^4.0.2',
'o-forms': '^8.2.1',
'o-normalise': '^2.0.1',
'o-buttons': '^6.0.9',
'o-colors': '^5.1.0',
'o-icons': '^6.0.2',
'o-fonts': '^4.0.2',
'o-expander': '^5.0.3',
'o-tooltip': '^4.0.3',
'o-layout': '^4.2.1',
'o-message': '^4.2.4',
'o-forms': '^8.4.2',
'o-normalise': '^2.0.7',
'o-buttons': '^6.2.0',
'o-colors': '^5.3.1',
'o-icons': '^6.2.1',
'o-fonts': '^4.4.2',
'o-expander': '^5.0.11',
'o-tooltip': '^4.0.9',
},
js: {
'o-layout': '^4.0.12',
'o-expander': '^5.0.3',
'o-tooltip': '^4.0.3',
'o-date': '^4.0.0',
'o-layout': '^4.2.1',
'o-expander': '^5.0.11',
'o-tooltip': '^4.0.9',
'o-date': '^4.1.2',
},
},
getComponentAssigner: componentAssigner,
Expand Down

0 comments on commit 9715f44

Please sign in to comment.