-
-
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.
- Loading branch information
1 parent
1d03281
commit 1c57d5b
Showing
17 changed files
with
74 additions
and
21 deletions.
There are no files selected for viewing
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
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/vite-example", | ||
"version": "3.3.11", | ||
"version": "3.3.12", | ||
"license": "MIT", | ||
"private": true, | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -11,7 +11,7 @@ | |
"build:site": "vite build ./src" | ||
}, | ||
"dependencies": { | ||
"@react-pdf/renderer": "^4.1.5" | ||
"@react-pdf/renderer": "^4.1.6" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.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": "4.1.3", | ||
"version": "4.2.0", | ||
"license": "MIT", | ||
"description": "Resolve overall document component's layout", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -23,7 +23,7 @@ | |
"@react-pdf/image": "^3.0.1", | ||
"@react-pdf/pdfkit": "^4.0.0", | ||
"@react-pdf/primitives": "^4.0.0", | ||
"@react-pdf/stylesheet": "^5.1.0", | ||
"@react-pdf/stylesheet": "^5.2.0", | ||
"@react-pdf/textkit": "^5.0.1", | ||
"@react-pdf/types": "^2.7.0", | ||
"emoji-regex": "^10.3.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": "4.1.5", | ||
"version": "4.1.6", | ||
"license": "MIT", | ||
"description": "Create PDF files on the browser and server", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -25,7 +25,7 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/font": "^3.0.1", | ||
"@react-pdf/layout": "^4.1.3", | ||
"@react-pdf/layout": "^4.2.0", | ||
"@react-pdf/pdfkit": "^4.0.0", | ||
"@react-pdf/primitives": "^4.0.0", | ||
"@react-pdf/reconciler": "^1.1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/stylesheet", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"license": "MIT", | ||
"description": "A styles engine for Node and the browser", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|