Skip to content

Commit

Permalink
fix: add style-dictionary dependency to docs and react-native package (
Browse files Browse the repository at this point in the history
…#5594)

* fix: add style-dictionary dependency to docs and react-native package

* chore: adding changeset
  • Loading branch information
jordanvn authored Aug 16, 2024
1 parent a2e92c8 commit 9e30ec0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-toys-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@aws-amplify/ui-react-native': patch
---

adding style-dictionary to ui-react-native dependencies
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"remark-mdx-images": "^1.0.2",
"rimraf": "^3.0.2",
"sass": "^1.43.4",
"slugify": "^1.6.3"
"slugify": "^1.6.3",
"style-dictionary": "3.9.1"
},
"license": "MIT",
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"dependencies": {
"@aws-amplify/ui": "6.1.0",
"@aws-amplify/ui-react-core": "3.0.18",
"@aws-amplify/ui-react-core-notifications": "2.0.18"
"@aws-amplify/ui-react-core-notifications": "2.0.18",
"style-dictionary": "3.9.1"
},
"peerDependencies": {
"aws-amplify": "^6.3.2",
Expand Down

0 comments on commit 9e30ec0

Please sign in to comment.