Skip to content

Commit 6827c79

Browse files
committed
Bump version to 1.5.0
1 parent 2ba9e53 commit 6827c79

File tree

7 files changed

+36
-69
lines changed

7 files changed

+36
-69
lines changed

apps/rn/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ android {
162162
}
163163

164164
dependencies {
165-
implementation project(':rn-fetch-blob')
166165
implementation project(':react-native-pdf')
166+
implementation project(':rn-fetch-blob')
167167
implementation fileTree(dir: "libs", include: ["*.jar"])
168168
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
169169
implementation "com.facebook.react:react-native:+" // From node_modules

apps/rn/android/app/src/main/java/com/pdflibtester/MainApplication.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import android.app.Application;
44

55
import com.facebook.react.ReactApplication;
6-
import com.RNFetchBlob.RNFetchBlobPackage;
76
import org.wonday.pdf.RCTPdfView;
7+
import com.RNFetchBlob.RNFetchBlobPackage;
88
import com.facebook.react.ReactNativeHost;
99
import com.facebook.react.ReactPackage;
1010
import com.facebook.react.shell.MainReactPackage;
@@ -25,8 +25,8 @@ public boolean getUseDeveloperSupport() {
2525
protected List<ReactPackage> getPackages() {
2626
return Arrays.<ReactPackage>asList(
2727
new MainReactPackage(),
28-
new RNFetchBlobPackage(),
29-
new RCTPdfView()
28+
new RCTPdfView(),
29+
new RNFetchBlobPackage()
3030
);
3131
}
3232

apps/rn/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rootProject.name = 'PdfLibTester'
2-
include ':rn-fetch-blob'
3-
project(':rn-fetch-blob').projectDir = new File(rootProject.projectDir, '../node_modules/rn-fetch-blob/android')
42
include ':react-native-pdf'
53
project(':react-native-pdf').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-pdf/android')
4+
include ':rn-fetch-blob'
5+
project(':rn-fetch-blob').projectDir = new File(rootProject.projectDir, '../node_modules/rn-fetch-blob/android')
66

77
include ':app'

apps/rn/ios/PdfLibTester.xcodeproj/project.pbxproj

Lines changed: 13 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
};
66
objectVersion = 46;
77
objects = {
8-
98
/* Begin PBXBuildFile section */
109
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
1110
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
@@ -38,10 +37,10 @@
3837
2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; };
3938
48A1A3C939D14F92B8708F2B /* libRNFetchBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 243A6B60B39D4BA1AE928771 /* libRNFetchBlob.a */; };
4039
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
41-
92EFDA252F024D00BF37E3B8 /* libRCTPdf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 43837AEF029E4A9AB2D15053 /* libRCTPdf.a */; };
4240
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
4341
ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED297162215061F000B7C4FE /* JavaScriptCore.framework */; };
4442
ED2971652150620600B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED2971642150620600B7C4FE /* JavaScriptCore.framework */; };
43+
65777D80A2FE4E9E8C311A76 /* libRCTPdf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C884F98E98846AEB3C1B7B7 /* libRCTPdf.a */; };
4544
/* End PBXBuildFile section */
4645

4746
/* Begin PBXContainerItemProxy section */
@@ -115,13 +114,6 @@
115114
remoteGlobalIDString = ED296FEE214C9CF800B7C4FE;
116115
remoteInfo = "jsiexecutor-tvOS";
117116
};
118-
07F41975234D797B00C9EDC3 /* PBXContainerItemProxy */ = {
119-
isa = PBXContainerItemProxy;
120-
containerPortal = CFBD6887C8AD4D3990D2A04C /* RCTPdf.xcodeproj */;
121-
proxyType = 2;
122-
remoteGlobalIDString = 20D8E03F1C8E946C00039823;
123-
remoteInfo = RCTPdf;
124-
};
125117
07F41978234D797B00C9EDC3 /* PBXContainerItemProxy */ = {
126118
isa = PBXContainerItemProxy;
127119
containerPortal = 39797CBB331C4C5E888FEC5F /* RNFetchBlob.xcodeproj */;
@@ -359,14 +351,14 @@
359351
2D02E4901E0B4A5D006451C7 /* PdfLibTester-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "PdfLibTester-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
360352
2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; };
361353
39797CBB331C4C5E888FEC5F /* RNFetchBlob.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNFetchBlob.xcodeproj; path = "../node_modules/rn-fetch-blob/ios/RNFetchBlob.xcodeproj"; sourceTree = "<group>"; };
362-
43837AEF029E4A9AB2D15053 /* libRCTPdf.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRCTPdf.a; sourceTree = "<group>"; };
363354
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
364355
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
365356
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
366357
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
367-
CFBD6887C8AD4D3990D2A04C /* RCTPdf.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RCTPdf.xcodeproj; path = "../node_modules/react-native-pdf/ios/RCTPdf.xcodeproj"; sourceTree = "<group>"; };
368358
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
369359
ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
360+
5093D995909945DC90C86A24 /* RCTPdf.xcodeproj */ = {isa = PBXFileReference; name = "RCTPdf.xcodeproj"; path = "../node_modules/react-native-pdf/ios/RCTPdf.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
361+
0C884F98E98846AEB3C1B7B7 /* libRCTPdf.a */ = {isa = PBXFileReference; name = "libRCTPdf.a"; path = "libRCTPdf.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
370362
/* End PBXFileReference section */
371363

372364
/* Begin PBXFrameworksBuildPhase section */
@@ -395,8 +387,8 @@
395387
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
396388
00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
397389
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
398-
92EFDA252F024D00BF37E3B8 /* libRCTPdf.a in Frameworks */,
399390
48A1A3C939D14F92B8708F2B /* libRNFetchBlob.a in Frameworks */,
391+
65777D80A2FE4E9E8C311A76 /* libRCTPdf.a in Frameworks */,
400392
);
401393
runOnlyForDeploymentPostprocessing = 0;
402394
};
@@ -495,14 +487,6 @@
495487
name = "Recovered References";
496488
sourceTree = "<group>";
497489
};
498-
07F41970234D797B00C9EDC3 /* Products */ = {
499-
isa = PBXGroup;
500-
children = (
501-
07F41976234D797B00C9EDC3 /* libRCTPdf.a */,
502-
);
503-
name = Products;
504-
sourceTree = "<group>";
505-
};
506490
07F41972234D797B00C9EDC3 /* Products */ = {
507491
isa = PBXGroup;
508492
children = (
@@ -611,8 +595,8 @@
611595
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
612596
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
613597
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
614-
CFBD6887C8AD4D3990D2A04C /* RCTPdf.xcodeproj */,
615598
39797CBB331C4C5E888FEC5F /* RNFetchBlob.xcodeproj */,
599+
5093D995909945DC90C86A24 /* RCTPdf.xcodeproj */,
616600
);
617601
name = Libraries;
618602
sourceTree = "<group>";
@@ -801,10 +785,6 @@
801785
ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */;
802786
ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
803787
},
804-
{
805-
ProductGroup = 07F41970234D797B00C9EDC3 /* Products */;
806-
ProjectRef = CFBD6887C8AD4D3990D2A04C /* RCTPdf.xcodeproj */;
807-
},
808788
{
809789
ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */;
810790
ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
@@ -904,13 +884,6 @@
904884
remoteRef = 07F4196E234D797900C9EDC3 /* PBXContainerItemProxy */;
905885
sourceTree = BUILT_PRODUCTS_DIR;
906886
};
907-
07F41976234D797B00C9EDC3 /* libRCTPdf.a */ = {
908-
isa = PBXReferenceProxy;
909-
fileType = archive.ar;
910-
path = libRCTPdf.a;
911-
remoteRef = 07F41975234D797B00C9EDC3 /* PBXContainerItemProxy */;
912-
sourceTree = BUILT_PRODUCTS_DIR;
913-
};
914887
07F41979234D797B00C9EDC3 /* libRNFetchBlob.a */ = {
915888
isa = PBXReferenceProxy;
916889
fileType = archive.ar;
@@ -1254,16 +1227,15 @@
12541227
);
12551228
HEADER_SEARCH_PATHS = (
12561229
"$(inherited)",
1257-
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
12581230
"$(SRCROOT)/../node_modules/rn-fetch-blob/ios/**",
1231+
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
12591232
);
12601233
INFOPLIST_FILE = PdfLibTesterTests/Info.plist;
12611234
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
12621235
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
12631236
LIBRARY_SEARCH_PATHS = (
12641237
"$(inherited)",
12651238
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1266-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
12671239
);
12681240
OTHER_LDFLAGS = (
12691241
"-ObjC",
@@ -1282,16 +1254,15 @@
12821254
COPY_PHASE_STRIP = NO;
12831255
HEADER_SEARCH_PATHS = (
12841256
"$(inherited)",
1285-
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
12861257
"$(SRCROOT)/../node_modules/rn-fetch-blob/ios/**",
1258+
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
12871259
);
12881260
INFOPLIST_FILE = PdfLibTesterTests/Info.plist;
12891261
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
12901262
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
12911263
LIBRARY_SEARCH_PATHS = (
12921264
"$(inherited)",
12931265
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1294-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
12951266
);
12961267
OTHER_LDFLAGS = (
12971268
"-ObjC",
@@ -1311,8 +1282,8 @@
13111282
DEAD_CODE_STRIPPING = NO;
13121283
HEADER_SEARCH_PATHS = (
13131284
"$(inherited)",
1314-
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
13151285
"$(SRCROOT)/../node_modules/rn-fetch-blob/ios/**",
1286+
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
13161287
);
13171288
INFOPLIST_FILE = PdfLibTester/Info.plist;
13181289
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1334,8 +1305,8 @@
13341305
CURRENT_PROJECT_VERSION = 1;
13351306
HEADER_SEARCH_PATHS = (
13361307
"$(inherited)",
1337-
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
13381308
"$(SRCROOT)/../node_modules/rn-fetch-blob/ios/**",
1309+
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
13391310
);
13401311
INFOPLIST_FILE = PdfLibTester/Info.plist;
13411312
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1364,15 +1335,14 @@
13641335
GCC_NO_COMMON_BLOCKS = YES;
13651336
HEADER_SEARCH_PATHS = (
13661337
"$(inherited)",
1367-
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
13681338
"$(SRCROOT)/../node_modules/rn-fetch-blob/ios/**",
1339+
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
13691340
);
13701341
INFOPLIST_FILE = "PdfLibTester-tvOS/Info.plist";
13711342
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
13721343
LIBRARY_SEARCH_PATHS = (
13731344
"$(inherited)",
13741345
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1375-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
13761346
);
13771347
OTHER_LDFLAGS = (
13781348
"-ObjC",
@@ -1400,15 +1370,14 @@
14001370
GCC_NO_COMMON_BLOCKS = YES;
14011371
HEADER_SEARCH_PATHS = (
14021372
"$(inherited)",
1403-
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
14041373
"$(SRCROOT)/../node_modules/rn-fetch-blob/ios/**",
1374+
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
14051375
);
14061376
INFOPLIST_FILE = "PdfLibTester-tvOS/Info.plist";
14071377
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
14081378
LIBRARY_SEARCH_PATHS = (
14091379
"$(inherited)",
14101380
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1411-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
14121381
);
14131382
OTHER_LDFLAGS = (
14141383
"-ObjC",
@@ -1435,15 +1404,14 @@
14351404
GCC_NO_COMMON_BLOCKS = YES;
14361405
HEADER_SEARCH_PATHS = (
14371406
"$(inherited)",
1438-
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
14391407
"$(SRCROOT)/../node_modules/rn-fetch-blob/ios/**",
1408+
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
14401409
);
14411410
INFOPLIST_FILE = "PdfLibTester-tvOSTests/Info.plist";
14421411
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
14431412
LIBRARY_SEARCH_PATHS = (
14441413
"$(inherited)",
14451414
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1446-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
14471415
);
14481416
OTHER_LDFLAGS = (
14491417
"-ObjC",
@@ -1470,15 +1438,14 @@
14701438
GCC_NO_COMMON_BLOCKS = YES;
14711439
HEADER_SEARCH_PATHS = (
14721440
"$(inherited)",
1473-
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
14741441
"$(SRCROOT)/../node_modules/rn-fetch-blob/ios/**",
1442+
"$(SRCROOT)/../node_modules/react-native-pdf/ios/RCTPdf/**",
14751443
);
14761444
INFOPLIST_FILE = "PdfLibTester-tvOSTests/Info.plist";
14771445
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
14781446
LIBRARY_SEARCH_PATHS = (
14791447
"$(inherited)",
14801448
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1481-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
14821449
);
14831450
OTHER_LDFLAGS = (
14841451
"-ObjC",

apps/rn/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"pdf-lib": "./../..",
1313
"react": "16.8.3",
1414
"react-native": "0.59.10",
15-
"react-native-pdf": "^5.1.3",
16-
"rn-fetch-blob": "^0.10.15"
15+
"react-native-pdf": "^6.1.1",
16+
"rn-fetch-blob": "0.10.15"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.5.0",

apps/rn/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,10 +1915,10 @@ cross-spawn@^6.0.0:
19151915
shebang-command "^1.2.0"
19161916
which "^1.2.9"
19171917

1918-
crypto-js@^3.1.9-1:
1919-
version "3.1.9-1"
1920-
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-3.1.9-1.tgz#fda19e761fc077e01ffbfdc6e9fdfc59e8806cd8"
1921-
integrity sha1-/aGedh/Ad+Af+/3G6f38WeiAbNg=
1918+
crypto-js@^3.2.0:
1919+
version "3.3.0"
1920+
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-3.3.0.tgz#846dd1cce2f68aacfa156c8578f926a609b7976b"
1921+
integrity sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==
19221922

19231923
[email protected], "cssom@>= 0.3.2 < 0.4.0":
19241924
version "0.3.8"
@@ -4891,7 +4891,7 @@ path-type@^3.0.0:
48914891
pify "^3.0.0"
48924892

48934893
pdf-lib@./../..:
4894-
version "1.4.1"
4894+
version "1.5.0"
48954895
dependencies:
48964896
"@pdf-lib/standard-fonts" "^0.0.4"
48974897
"@pdf-lib/upng" "^1.0.1"
@@ -5109,12 +5109,12 @@ react-is@^16.8.4:
51095109
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
51105110
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
51115111

5112-
react-native-pdf@^5.1.3:
5113-
version "5.1.3"
5114-
resolved "https://registry.yarnpkg.com/react-native-pdf/-/react-native-pdf-5.1.3.tgz#e68ecfdfe69f1b762fb2923138fb098c6ab09daa"
5115-
integrity sha512-Fe6DlEDzQ9/ddjW1oS5MrVpmfW/LAE142gkKFrL/ideTWPlU0YEH3aoprmIPDwe41NXqbqKdL8U7aMDVsADxyw==
5112+
react-native-pdf@^6.1.1:
5113+
version "6.1.1"
5114+
resolved "https://registry.yarnpkg.com/react-native-pdf/-/react-native-pdf-6.1.1.tgz#840c9c44a2e08eec8bad5e37b9f5d7406fde026c"
5115+
integrity sha512-Xy01jEhAaETUJJQb11CHpEXG3T129B6DT1gX6XDlUaF3xO39xAp/hgKaNKQNp2qVmZ7+WRY4F84qSRPh0NjE1w==
51165116
dependencies:
5117-
crypto-js "^3.1.9-1"
5117+
crypto-js "^3.2.0"
51185118
prop-types "^15.5.10"
51195119

51205120
@@ -5482,10 +5482,10 @@ rimraf@~2.2.6:
54825482
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
54835483
integrity sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=
54845484

5485-
rn-fetch-blob@^0.10.15:
5486-
version "0.10.16"
5487-
resolved "https://registry.yarnpkg.com/rn-fetch-blob/-/rn-fetch-blob-0.10.16.tgz#bd54f66c94f7a8e06c213077483646478ae8d230"
5488-
integrity sha512-hZV+nF0HK4CWmspXGMw7/G8Q8qugpS/wbKiNLsFpdBZR8XYzjFZNvBWgGyC0F5JWQn3sjmK2w/FJjBlwdQWNQg==
5485+
5486+
version "0.10.15"
5487+
resolved "https://registry.yarnpkg.com/rn-fetch-blob/-/rn-fetch-blob-0.10.15.tgz#3526860c1c57e0bf4c09bdbe409c919264afffba"
5488+
integrity sha512-/m/gurTaPAvR3J843uehHhznj5k89x7XClyO5ejmbspNLNQ4ByF+kZs80wiiKGWntj+Wqo0jJu1goArXEfc0kA==
54895489
dependencies:
54905490
base-64 "0.1.0"
54915491
glob "7.0.6"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdf-lib",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Create and modify PDF files with JavaScript",
55
"author": "Andrew Dillon <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)