Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 15d7589

Browse files
authored
default JWT should be 3.0.0-beta.12 not 3.0.0-beta.7 when we upgrade react-native 0.61.2 or above (#1710)
1 parent f8b58d5 commit 15d7589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
2222
# linked properly at a parent workspace level.
2323
s.dependency 'React'
2424
s.dependency 'SSZipArchive', '~> 2.1'
25-
s.dependency 'JWT', '~> 3.0.0-beta.7'
25+
s.dependency 'JWT', '~> 3.0.0-beta.12'
2626
s.dependency 'Base64', '~> 1.1'
2727
end

0 commit comments

Comments
 (0)