Skip to content

Commit

Permalink
backstage: add figma-sb-links as devdependency
Browse files Browse the repository at this point in the history
  • Loading branch information
akomiqaia committed Aug 14, 2024
1 parent 65ab203 commit 7cc8376
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
3 changes: 3 additions & 0 deletions components/o3-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"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"
}
}
3 changes: 3 additions & 0 deletions components/o3-editorial-typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
"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
3 changes: 3 additions & 0 deletions components/o3-typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"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"
}
}
15 changes: 13 additions & 2 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 7cc8376

Please sign in to comment.