-
-
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.
- @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected]
- Loading branch information
Showing
15 changed files
with
55 additions
and
55 deletions.
There are no files selected for viewing
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,13 +1,13 @@ | ||
{ | ||
"name": "@react-pdf/font", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"license": "MIT", | ||
"author": "Diego Muracciole <[email protected]>", | ||
"homepage": "https://github.com/diegomura/react-pdf#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/diegomura/react-pdf.git", | ||
"directory":"packages/font" | ||
"directory": "packages/font" | ||
}, | ||
"main": "lib/index.js", | ||
"browser": { | ||
|
@@ -19,8 +19,8 @@ | |
"watch": "rimraf ./lib && rollup -c -w" | ||
}, | ||
"dependencies": { | ||
"@react-pdf/fontkit": "^2.0.6", | ||
"@react-pdf/types": "^2.0.6", | ||
"@react-pdf/fontkit": "^2.0.7", | ||
"@react-pdf/types": "^2.0.7", | ||
"cross-fetch": "^3.0.4", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@react-pdf/fontkit", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "An advanced font engine for Node and the browser", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/diegomura/react-pdf.git", | ||
"directory":"packages/fontkit" | ||
"directory": "packages/fontkit" | ||
}, | ||
"scripts": { | ||
"watch": "rimraf ./lib && rollup -c -w", | ||
|
@@ -26,7 +26,7 @@ | |
"author": "Devon Govett <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@react-pdf/unicode-properties": "^2.4.1", | ||
"@react-pdf/unicode-properties": "^2.4.2", | ||
"brotli": "^1.2.0", | ||
"clone": "^1.0.4", | ||
"deep-equal": "^1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "@react-pdf/image", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"license": "MIT", | ||
"author": "Diego Muracciole <[email protected]>", | ||
"homepage": "https://github.com/diegomura/react-pdf#readme", | ||
"main": "lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/diegomura/react-pdf.git", | ||
"directory":"packages/image" | ||
"directory": "packages/image" | ||
}, | ||
"browser": { | ||
"./lib/index.js": "./lib/index.browser.js" | ||
|
@@ -19,7 +19,7 @@ | |
"watch": "rimraf ./lib && rollup -c -w" | ||
}, | ||
"dependencies": { | ||
"@react-pdf/png-js": "^2.0.2", | ||
"@react-pdf/png-js": "^2.0.3", | ||
"cross-fetch": "^3.0.4" | ||
}, | ||
"devDependencies": { | ||
|
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,14 +1,14 @@ | ||
{ | ||
"name": "@react-pdf/layout", | ||
"version": "2.0.20", | ||
"version": "2.0.21", | ||
"license": "MIT", | ||
"author": "Diego Muracciole <[email protected]>", | ||
"homepage": "https://github.com/diegomura/react-pdf#readme", | ||
"main": "lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/diegomura/react-pdf.git", | ||
"directory":"packages/layout" | ||
"directory": "packages/layout" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
|
@@ -17,13 +17,13 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.6.2", | ||
"@react-pdf/image": "^2.0.3", | ||
"@react-pdf/pdfkit": "^2.0.11", | ||
"@react-pdf/primitives": "^2.0.0", | ||
"@react-pdf/stylesheet": "^2.0.12", | ||
"@react-pdf/textkit": "^2.0.6", | ||
"@react-pdf/types": "^2.0.6", | ||
"@react-pdf/yoga": "^2.0.2", | ||
"@react-pdf/image": "^2.0.4", | ||
"@react-pdf/pdfkit": "^2.0.12", | ||
"@react-pdf/primitives": "^2.0.1", | ||
"@react-pdf/stylesheet": "^2.0.13", | ||
"@react-pdf/textkit": "^2.0.7", | ||
"@react-pdf/types": "^2.0.7", | ||
"@react-pdf/yoga": "^2.0.3", | ||
"cross-fetch": "^3.0.4", | ||
"emoji-regex": "^8.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "@react-pdf/primitives", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"license": "MIT", | ||
"author": "Diego Muracciole <[email protected]>", | ||
"homepage": "https://github.com/diegomura/react-pdf#readme", | ||
"main": "./src/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/diegomura/react-pdf.git", | ||
"directory":"packages/primitives" | ||
"directory": "packages/primitives" | ||
}, | ||
"scripts": { | ||
"test": "jest" | ||
|
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,24 +1,24 @@ | ||
{ | ||
"name": "@react-pdf/render", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"license": "MIT", | ||
"author": "Diego Muracciole <[email protected]>", | ||
"homepage": "https://github.com/diegomura/react-pdf#readme", | ||
"main": "lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/diegomura/react-pdf.git", | ||
"directory":"packages/render" | ||
"directory": "packages/render" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"build": "rimraf ./lib && babel src --out-dir lib", | ||
"watch": "rimraf ./lib && babel src --out-dir lib --watch" | ||
}, | ||
"dependencies": { | ||
"@react-pdf/primitives": "^2.0.0", | ||
"@react-pdf/textkit": "^2.0.6", | ||
"@react-pdf/types": "^2.0.6", | ||
"@react-pdf/primitives": "^2.0.1", | ||
"@react-pdf/textkit": "^2.0.7", | ||
"@react-pdf/types": "^2.0.7", | ||
"abs-svg-path": "^0.1.1", | ||
"color-string": "^1.5.3", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/renderer", | ||
"version": "2.0.20", | ||
"version": "2.0.21", | ||
"license": "MIT", | ||
"types": "index.d.ts", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -10,7 +10,7 @@ | |
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/diegomura/react-pdf.git", | ||
"directory":"packages/renderer" | ||
"directory": "packages/renderer" | ||
}, | ||
"browser": { | ||
"./lib/react-pdf.es.js": "./lib/react-pdf.browser.es.js", | ||
|
@@ -25,12 +25,12 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.6.2", | ||
"@react-pdf/font": "^2.0.13", | ||
"@react-pdf/layout": "^2.0.20", | ||
"@react-pdf/pdfkit": "^2.0.11", | ||
"@react-pdf/primitives": "^2.0.0", | ||
"@react-pdf/render": "^2.0.14", | ||
"@react-pdf/types": "^2.0.6", | ||
"@react-pdf/font": "^2.0.14", | ||
"@react-pdf/layout": "^2.0.21", | ||
"@react-pdf/pdfkit": "^2.0.12", | ||
"@react-pdf/primitives": "^2.0.1", | ||
"@react-pdf/render": "^2.0.15", | ||
"@react-pdf/types": "^2.0.7", | ||
"blob-stream": "^0.1.3", | ||
"queue": "^6.0.1", | ||
"ramda": "^0.26.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"name": "@react-pdf/stylesheet", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"license": "MIT", | ||
"author": "Diego Muracciole <[email protected]>", | ||
"homepage": "https://github.com/diegomura/react-pdf#readme", | ||
"main": "lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/diegomura/react-pdf.git", | ||
"directory":"packages/stylesheet" | ||
"directory": "packages/stylesheet" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"build": "rimraf ./lib && babel src --out-dir lib", | ||
"watch": "rimraf ./lib && babel src --out-dir lib --watch" | ||
}, | ||
"dependencies": { | ||
"@react-pdf/types": "^2.0.6", | ||
"@react-pdf/types": "^2.0.7", | ||
"color-string": "^1.5.3", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "@react-pdf/svgkit", | ||
"license": "MIT", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A SVG generation library for Node.js and browser", | ||
"main": "./lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/diegomura/react-pdf.git", | ||
"directory":"packages/svgkit" | ||
"directory": "packages/svgkit" | ||
}, | ||
"contributors": [ | ||
"Diego Muracciole <[email protected]>" | ||
|
@@ -22,7 +22,7 @@ | |
], | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.3", | ||
"@react-pdf/pdfkit": "^2.0.11", | ||
"@react-pdf/pdfkit": "^2.0.12", | ||
"ramda": "^0.26.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "@react-pdf/textkit", | ||
"license": "MIT", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "An advanced text layout framework", | ||
"main": "./lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/diegomura/react-pdf.git", | ||
"directory":"packages/textkit" | ||
"directory": "packages/textkit" | ||
}, | ||
"contributors": [ | ||
"Devon Govett <[email protected]>", | ||
|
@@ -23,7 +23,7 @@ | |
], | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.3", | ||
"@react-pdf/unicode-properties": "^2.4.1", | ||
"@react-pdf/unicode-properties": "^2.4.2", | ||
"hyphen": "^1.6.4", | ||
"ramda": "^0.26.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "@react-pdf/types", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"license": "MIT", | ||
"author": "Diego Muracciole <[email protected]>", | ||
"homepage": "https://github.com/diegomura/react-pdf#readme", | ||
"main": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/diegomura/react-pdf.git", | ||
"directory":"packages/types" | ||
"directory": "packages/types" | ||
} | ||
} |
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/unicode-properties", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"license": "MIT", | ||
"description": "Provides fast access to unicode character properties", | ||
"author": "Devon Govett <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/diegomura/react-pdf.git", | ||
"directory":"packages/unicode-properties" | ||
"directory": "packages/unicode-properties" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
|
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/yoga", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Prebuilt yoga-layout package", | ||
"license": "MIT", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -10,7 +10,7 @@ | |
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/diegomura/react-pdf.git", | ||
"directory":"packages/yoga" | ||
"directory": "packages/yoga" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
|