-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fdcef56
commit 3729489
Showing
38 changed files
with
218 additions
and
87 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/examples", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"license": "MIT", | ||
"private": true, | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -10,7 +10,7 @@ | |
"dev": "vite ./src --open" | ||
}, | ||
"dependencies": { | ||
"@react-pdf/renderer": "^3.4.5" | ||
"@react-pdf/renderer": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-react": "^4.2.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/fns", | ||
"version": "2.2.1", | ||
"version": "3.0.0", | ||
"license": "MIT", | ||
"description": "React-pdf helper functions", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/font", | ||
"version": "2.5.2", | ||
"version": "3.0.0", | ||
"license": "MIT", | ||
"description": "Register font and emoji source for react-pdf document", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -22,7 +22,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/types": "^2.6.0", | ||
"@react-pdf/types": "^2.7.0", | ||
"cross-fetch": "^3.1.5", | ||
"fontkit": "^2.0.2", | ||
"is-url": "^1.2.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/image", | ||
"version": "2.3.6", | ||
"version": "3.0.0", | ||
"license": "MIT", | ||
"description": "Parses the images in png or jpeg format for react-pdf document", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -22,7 +22,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/png-js": "^2.3.1", | ||
"@react-pdf/png-js": "^3.0.0", | ||
"cross-fetch": "^3.1.5", | ||
"jay-peg": "^1.1.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/layout", | ||
"version": "3.13.0", | ||
"version": "4.0.0", | ||
"license": "MIT", | ||
"description": "Resolve overall document component's layout", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -19,13 +19,13 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/fns": "2.2.1", | ||
"@react-pdf/image": "^2.3.6", | ||
"@react-pdf/pdfkit": "^3.2.0", | ||
"@react-pdf/primitives": "^3.1.1", | ||
"@react-pdf/stylesheet": "^4.3.0", | ||
"@react-pdf/textkit": "^4.4.1", | ||
"@react-pdf/types": "^2.6.0", | ||
"@react-pdf/fns": "3.0.0", | ||
"@react-pdf/image": "^3.0.0", | ||
"@react-pdf/pdfkit": "^4.0.0", | ||
"@react-pdf/primitives": "^4.0.0", | ||
"@react-pdf/stylesheet": "^5.0.0", | ||
"@react-pdf/textkit": "^5.0.0", | ||
"@react-pdf/types": "^2.7.0", | ||
"cross-fetch": "^3.1.5", | ||
"emoji-regex": "^10.3.0", | ||
"queue": "^6.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/primitives", | ||
"version": "3.1.1", | ||
"version": "4.0.0", | ||
"license": "MIT", | ||
"description": "Define uninitialized elements", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.