Skip to content

Commit

Permalink
chore: add sinter package dependencies for builds (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
JDMathew authored Sep 27, 2023
1 parent 124d298 commit 37dcca7
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/animations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"build": "rm -rf dist && tsc -p ./tsconfig.build.json",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-ama/internal": "*",
"@react-native-ama/core": "*"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
Expand Down
4 changes: 3 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"build": "rm -rf dist && tsc -p ./tsconfig.build.json",
"typecheck": "tsc --noEmit"
},
"devDependencies": {},
"devDependencies": {
"@react-native-ama/internal": "*"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
Expand Down
5 changes: 5 additions & 0 deletions packages/extras/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"build": "rm -rf dist && tsc -p ./tsconfig.build.json",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-ama/internal": "*",
"@react-native-ama/core": "*",
"@react-native-ama/animations": "*"
},
"peerDependencies": {
"react": "*",
"react-native": ">=0.62.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"scripts": {
"build": "rm -rf dist && tsc -p ./tsconfig.build.json",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-ama/internal": "*",
"@react-native-ama/core": "*",
"@react-native-ama/react-native": "*"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 4 additions & 0 deletions packages/lists/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"build": "rm -rf dist && tsc -p ./tsconfig.build.json",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-ama/internal": "*",
"@react-native-ama/core": "*"
},
"peerDependencies": {
"expo": ">=47.0.0",
"react": "*",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"build": "rm -rf dist && tsc -p ./tsconfig.build.json",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-ama/internal": "*",
"@react-native-ama/core": "*"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
Expand Down

0 comments on commit 37dcca7

Please sign in to comment.