Skip to content

Commit a2ca666

Browse files
authored
Upgrade peerDependency versions (#55)
1 parent cf2fa68 commit a2ca666

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
react-native-svg: [
1616
7.x,
1717
8.x,
18-
9.x
18+
9.x,
19+
10.x,
20+
11.x,
21+
12.x
1922
]
2023

2124
steps:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"peerDependencies": {
2727
"@fortawesome/fontawesome-svg-core": "^1.2.4",
2828
"react": "~16",
29-
"react-native": "^0.57",
30-
"react-native-svg": "^7.0 || ^8.0 || ^9.0"
29+
"react-native": "> 0.57",
30+
"react-native-svg": "> 7.0"
3131
},
3232
"devDependencies": {
3333
"@babel/cli": "^7.7.5",

0 commit comments

Comments
 (0)