Commit da10a9b 1 parent 9093e62 commit da10a9b Copy full SHA for da10a9b
File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @react-pdf/pdfkit " : patch
3
+ " @react-pdf/image " : patch
4
+ ---
5
+
6
+ fix: bump jay-peg dependency to fix CJS module resolution error
Original file line number Diff line number Diff line change 33
33
"@babel/runtime" : " ^7.20.13" ,
34
34
"@react-pdf/png-js" : " ^2.3.1" ,
35
35
"cross-fetch" : " ^3.1.5" ,
36
- "jay-peg" : " ^1.0.0 "
36
+ "jay-peg" : " ^1.0.1 "
37
37
},
38
38
"files" : [
39
39
" lib"
Original file line number Diff line number Diff line change 42
42
"browserify-zlib" : " ^0.2.0" ,
43
43
"crypto-js" : " ^4.2.0" ,
44
44
"fontkit" : " ^2.0.2" ,
45
- "jay-peg" : " ^1.0.0 " ,
45
+ "jay-peg" : " ^1.0.1 " ,
46
46
"vite-compatible-readable-stream" : " ^3.6.1"
47
47
},
48
48
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -5943,10 +5943,10 @@ jake@^10.8.5:
5943
5943
filelist "^1.0.4"
5944
5944
minimatch "^3.1.2"
5945
5945
5946
- jay-peg@^1.0.0 :
5947
- version "1.0.0 "
5948
- resolved "https://registry.yarnpkg.com/jay-peg/-/jay-peg-1.0.0 .tgz#20c099750af38e6a53b03f9ccee6f611d16c282c "
5949
- integrity sha512-rCKRgTXsU/ZhKpmrKSXEodSoVG0EQjpBhxS+jYB8AnI31o0uKLsqR4LNR3seo1+vMARsa0ceXqWe8iq4GR6pIw ==
5946
+ jay-peg@^1.0.1 :
5947
+ version "1.0.1 "
5948
+ resolved "https://registry.yarnpkg.com/jay-peg/-/jay-peg-1.0.1 .tgz#f09b8615886cb1ce61c364c16e203f566eeaa779 "
5949
+ integrity sha512-zBfjkGbuuNXk8JW+rEePpPEbRRjupS8q+5yPak7kjy3e2GvvNwsLle9okEFvfGyZA6HvtSSiYrVd1/jgnYebaQ ==
5950
5950
dependencies :
5951
5951
restructure "^3.0.0"
5952
5952
You can’t perform that action at this time.
0 commit comments