Skip to content

Commit

Permalink
fix(react-native-li): restrict versions of @jsamr/counter-style
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Apr 15, 2021
1 parent f9329ff commit 89cf7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-li/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typescript": "~4.2.4"
},
"peerDependencies": {
"@jsamr/counter-style": "^1.0.0|^2.0.0",
"@jsamr/counter-style": "^1.0.0 || ^2.0.0",
"react": "*",
"react-native": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2831,7 +2831,7 @@ __metadata:
release-it: ^14.3.0
typescript: ~4.2.4
peerDependencies:
"@jsamr/counter-style": "*"
"@jsamr/counter-style": ^1.0.0 || ^2.0.0
react: "*"
react-native: "*"
languageName: unknown
Expand Down

0 comments on commit 89cf7dc

Please sign in to comment.