Skip to content

Commit 9e493d5

Browse files
committed
chore: adjust peer deps
1 parent 4635e6d commit 9e493d5

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.github/workflows/versions.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,11 @@ jobs:
88
if: ${{ github.event.label.name == 'bug' }}
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: react-navigation/check-versions-action@v1.0.0
11+
- uses: react-navigation/check-versions-action@v1.1.0
1212
with:
1313
github-token: ${{ secrets.GITHUB_TOKEN }}
1414
required-packages: |
15-
react-native
1615
react-native-paper
16+
optional-packages: |
1717
@react-native-vector-icons/common
1818
@react-native-vector-icons/material-design-icons
19-
optional-packages: |
20-
expo
21-
npm
22-
yarn

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@
101101
"typescript": "5.0.4"
102102
},
103103
"peerDependencies": {
104-
"@react-native-vector-icons/common": "*",
105-
"@react-native-vector-icons/material-design-icons": "*",
106104
"react": "*",
107105
"react-native": "*",
108106
"react-native-safe-area-context": "*"

yarn.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13069,8 +13069,6 @@ __metadata:
1306913069
typescript: "npm:5.0.4"
1307013070
use-latest-callback: "npm:^0.2.3"
1307113071
peerDependencies:
13072-
"@react-native-vector-icons/common": "*"
13073-
"@react-native-vector-icons/material-design-icons": "*"
1307413072
react: "*"
1307513073
react-native: "*"
1307613074
react-native-safe-area-context: "*"

0 commit comments

Comments
 (0)