-
-
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
8350154
commit 900de22
Showing
26 changed files
with
136 additions
and
48 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 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.2.7", | ||
"version": "3.2.8", | ||
"license": "MIT", | ||
"private": true, | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -10,7 +10,7 @@ | |
"dev": "vite ./src --open" | ||
}, | ||
"dependencies": { | ||
"@react-pdf/renderer": "^3.3.5" | ||
"@react-pdf/renderer": "^3.3.6" | ||
}, | ||
"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.1.0", | ||
"version": "2.2.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.4.2", | ||
"version": "2.4.3", | ||
"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.4.0", | ||
"@react-pdf/types": "^2.4.1", | ||
"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.2", | ||
"version": "2.3.3", | ||
"license": "MIT", | ||
"description": "Parses the images in png or jpeg format for react-pdf document", | ||
"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/layout", | ||
"version": "3.10.4", | ||
"version": "3.11.0", | ||
"license": "MIT", | ||
"description": "Resolve overall document component's layout", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -27,13 +27,13 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/fns": "2.1.0", | ||
"@react-pdf/image": "^2.3.2", | ||
"@react-pdf/pdfkit": "^3.1.3", | ||
"@react-pdf/fns": "2.2.0", | ||
"@react-pdf/image": "^2.3.3", | ||
"@react-pdf/pdfkit": "^3.1.4", | ||
"@react-pdf/primitives": "^3.1.1", | ||
"@react-pdf/stylesheet": "^4.2.2", | ||
"@react-pdf/textkit": "^4.3.0", | ||
"@react-pdf/types": "^2.4.0", | ||
"@react-pdf/stylesheet": "^4.2.3", | ||
"@react-pdf/textkit": "^4.4.0", | ||
"@react-pdf/types": "^2.4.1", | ||
"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.1", | ||
"version": "3.4.2", | ||
"license": "MIT", | ||
"description": "A render engine for Node and the browser", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -27,10 +27,10 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/fns": "2.1.0", | ||
"@react-pdf/fns": "2.2.0", | ||
"@react-pdf/primitives": "^3.1.1", | ||
"@react-pdf/textkit": "^4.3.0", | ||
"@react-pdf/types": "^2.4.0", | ||
"@react-pdf/textkit": "^4.4.0", | ||
"@react-pdf/types": "^2.4.1", | ||
"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.3.5", | ||
"version": "3.3.6", | ||
"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.4.2", | ||
"@react-pdf/layout": "^3.10.4", | ||
"@react-pdf/pdfkit": "^3.1.3", | ||
"@react-pdf/font": "^2.4.3", | ||
"@react-pdf/layout": "^3.11.0", | ||
"@react-pdf/pdfkit": "^3.1.4", | ||
"@react-pdf/primitives": "^3.1.1", | ||
"@react-pdf/render": "^3.4.1", | ||
"@react-pdf/types": "^2.4.0", | ||
"@react-pdf/render": "^3.4.2", | ||
"@react-pdf/types": "^2.4.1", | ||
"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.2", | ||
"version": "4.2.3", | ||
"license": "MIT", | ||
"description": "A styles engine for Node and the browser", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -27,8 +27,8 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/fns": "2.1.0", | ||
"@react-pdf/types": "^2.4.0", | ||
"@react-pdf/fns": "2.2.0", | ||
"@react-pdf/types": "^2.4.1", | ||
"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
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/types", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"license": "MIT", | ||
"description": "React-pdf TypeScript definitions", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|