Skip to content

Commit

Permalink
Merge pull request #1681 from didi/feat-liner-gradient
Browse files Browse the repository at this point in the history
fix(pkg): add liner gradient dependencies.
  • Loading branch information
hiyuki authored Oct 31, 2024
2 parents 530f755 + 84a7aaa commit 0147f6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,5 @@
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@types/react": "^18.3.11",
"react-native-linear-gradient": "^2.8.3"
}
]
}
4 changes: 4 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"react-native-gesture-handler": "^2.19.0",
"react-native-safe-area-context": "^4.10.1",
"react-native-webview": "^13.10.5",
"react-native-linear-gradient": "^2.8.3",
"vue": "^2.7.10",
"vue-demi": "^0.14.6",
"vue-i18n": "^8.27.2",
Expand Down Expand Up @@ -75,6 +76,9 @@
},
"react-native-gesture-handler": {
"optional": true
},
"react-native-linear-gradient": {
"optional": true
}
},
"publishConfig": {
Expand Down

0 comments on commit 0147f6a

Please sign in to comment.