Skip to content

Commit

Permalink
fix: Move figma-sb-links to a devDependency (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
akomiqaia authored Aug 14, 2024
1 parent 65ab203 commit 2375a2f
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 24 deletions.

This file was deleted.

3 changes: 3 additions & 0 deletions apps/o3-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@
},
"volta": {
"node": "18.20.3"
},
"peerDependencies": {
"@financial-times/o3-figma-sb-links": "^0.0.0"
}
}
4 changes: 3 additions & 1 deletion components/o3-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
},
"private": false,
"peerDependencies": {
"@financial-times/o3-figma-sb-links": "^0.0.0",
"@financial-times/o3-foundation": "^1.0.0"
},
"devDependencies": {
"@financial-times/o3-figma-sb-links": "^0.0.0"
}
}
4 changes: 3 additions & 1 deletion components/o3-editorial-typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
},
"private": false,
"peerDependencies": {
"@financial-times/o3-figma-sb-links": "^0.0.0",
"@financial-times/o3-foundation": "^1.0.0"
},
"devDependencies": {
"@financial-times/o3-figma-sb-links": "^0.0.0"
}
}
4 changes: 3 additions & 1 deletion components/o3-tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
"build": "bash ../../scripts/component/build-o3.bash o3-tooltip"
},
"peerDependencies": {
"@financial-times/o3-figma-sb-links": "^0.0.0",
"@financial-times/o3-foundation": "^1.0.0"
},
"devDependencies": {
"@financial-times/o3-figma-sb-links": "^0.0.0"
},
"engines": {
"npm": ">7"
},
Expand Down
4 changes: 3 additions & 1 deletion components/o3-typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
},
"private": false,
"peerDependencies": {
"@financial-times/o3-figma-sb-links": "^0.0.0",
"@financial-times/o3-foundation": "^1.0.0"
},
"devDependencies": {
"@financial-times/o3-figma-sb-links": "^0.0.0"
}
}
21 changes: 16 additions & 5 deletions package-lock.json

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

0 comments on commit 2375a2f

Please sign in to comment.