Skip to content

Commit

Permalink
Merge pull request #631 from Financial-Times/update-cross-component-d…
Browse files Browse the repository at this point in the history
…ependencies

Update cross-component dependencies
  • Loading branch information
rowanbeentje authored Nov 24, 2021
2 parents 4bae64a + 6277242 commit 61e658b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
stories: ['../components/**/storybook/index.jsx'],
stories: ['../components/**!(node_modules)/storybook/index.jsx'],
addons: ['@storybook/addon-essentials']
}
2 changes: 1 addition & 1 deletion components/x-podcast-launchers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@financial-times/n-concept-ids": "^1.4.0",
"@financial-times/x-engine": "file:../../packages/x-engine",
"@financial-times/x-follow-button": "0.0.12",
"@financial-times/x-follow-button": "file:../x-follow-button",
"nanoid": "^2.0.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions components/x-privacy-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"dependencies": {
"@financial-times/x-engine": "file:../../packages/x-engine",
"@financial-times/x-interaction": "file:../x-interaction",
"classnames": "2.2.6"
"classnames": "^2.2.6"
},
"devDependencies": {
"@financial-times/x-rollup": "file:../../packages/x-rollup",
"@financial-times/x-test-utils": "file:../../packages/x-test-utils",
"bower": "1.8.8",
"fetch-mock-jest": "1.3.0",
"sass": "1.26.5"
"bower": "^1.8.8",
"fetch-mock-jest": "^1.3.0",
"sass": "^1.26.5"
},
"scripts": {
"prepare": "bower install && npm run build",
Expand Down
2 changes: 1 addition & 1 deletion components/x-teaser-timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@financial-times/x-article-save-button": "0.0.11",
"@financial-times/x-article-save-button": "0.0.13",
"@financial-times/x-engine": "file:../../packages/x-engine",
"@financial-times/x-teaser": "file:../x-teaser",
"classnames": "^2.2.6",
Expand Down

0 comments on commit 61e658b

Please sign in to comment.