-
-
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
ed94775
commit 4173ab6
Showing
29 changed files
with
135 additions
and
67 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 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.1", | ||
"version": "3.3.2", | ||
"license": "MIT", | ||
"private": true, | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -10,7 +10,7 @@ | |
"dev": "vite ./src --open" | ||
}, | ||
"dependencies": { | ||
"@react-pdf/renderer": "^3.4.4" | ||
"@react-pdf/renderer": "^3.4.5" | ||
}, | ||
"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/font", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"license": "MIT", | ||
"description": "Register font and emoji source for react-pdf document", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -31,7 +31,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/types": "^2.5.0", | ||
"@react-pdf/types": "^2.6.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/layout", | ||
"version": "3.12.1", | ||
"version": "3.13.0", | ||
"license": "MIT", | ||
"description": "Resolve overall document component's layout", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -29,11 +29,11 @@ | |
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/fns": "2.2.1", | ||
"@react-pdf/image": "^2.3.6", | ||
"@react-pdf/pdfkit": "^3.1.10", | ||
"@react-pdf/pdfkit": "^3.2.0", | ||
"@react-pdf/primitives": "^3.1.1", | ||
"@react-pdf/stylesheet": "^4.2.5", | ||
"@react-pdf/stylesheet": "^4.3.0", | ||
"@react-pdf/textkit": "^4.4.1", | ||
"@react-pdf/types": "^2.5.0", | ||
"@react-pdf/types": "^2.6.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/render", | ||
"version": "3.4.4", | ||
"version": "3.5.0", | ||
"license": "MIT", | ||
"description": "A render engine for Node and the browser", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -30,7 +30,7 @@ | |
"@react-pdf/fns": "2.2.1", | ||
"@react-pdf/primitives": "^3.1.1", | ||
"@react-pdf/textkit": "^4.4.1", | ||
"@react-pdf/types": "^2.5.0", | ||
"@react-pdf/types": "^2.6.0", | ||
"abs-svg-path": "^0.1.1", | ||
"color-string": "^1.9.1", | ||
"normalize-svg-path": "^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/renderer", | ||
"version": "3.4.4", | ||
"version": "3.4.5", | ||
"license": "MIT", | ||
"description": "Create PDF files on the browser and server", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -33,12 +33,12 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/font": "^2.5.1", | ||
"@react-pdf/layout": "^3.12.1", | ||
"@react-pdf/pdfkit": "^3.1.10", | ||
"@react-pdf/font": "^2.5.2", | ||
"@react-pdf/layout": "^3.13.0", | ||
"@react-pdf/pdfkit": "^3.2.0", | ||
"@react-pdf/primitives": "^3.1.1", | ||
"@react-pdf/render": "^3.4.4", | ||
"@react-pdf/types": "^2.5.0", | ||
"@react-pdf/render": "^3.5.0", | ||
"@react-pdf/types": "^2.6.0", | ||
"events": "^3.3.0", | ||
"object-assign": "^4.1.1", | ||
"prop-types": "^15.6.2", | ||
|
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/stylesheet", | ||
"version": "4.2.5", | ||
"version": "4.3.0", | ||
"license": "MIT", | ||
"description": "A styles engine for Node and the browser", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -28,7 +28,7 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/fns": "2.2.1", | ||
"@react-pdf/types": "^2.5.0", | ||
"@react-pdf/types": "^2.6.0", | ||
"color-string": "^1.9.1", | ||
"hsl-to-hex": "^1.0.0", | ||
"media-engine": "^1.0.3", | ||
|
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
Oops, something went wrong.