-
-
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
Diego Muracciole
committed
Oct 25, 2017
1 parent
c334390
commit 6183973
Showing
7 changed files
with
9 additions
and
9 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,14 +1,14 @@ | ||
{ | ||
"name": "@react-pdf/examples", | ||
"version": "0.4.6", | ||
"version": "0.5.0", | ||
"description": "React PDF Examples", | ||
"main": "./index.js", | ||
"private": true, | ||
"author": "Diego Muracciole <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@react-pdf/core": "^0.4.6", | ||
"@react-pdf/node": "^0.4.6", | ||
"@react-pdf/core": "^0.5.0", | ||
"@react-pdf/node": "^0.5.0", | ||
"chalk": "^2.0.1", | ||
"lodash.times": "^4.3.2", | ||
"react": "16.0.0-alpha.4" | ||
|
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
"packages/*", | ||
"examples/" | ||
], | ||
"version": "0.4.6", | ||
"version": "0.5.0", | ||
"npmClient": "yarn" | ||
} |
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/dom", | ||
"version": "0.4.6", | ||
"version": "0.5.0", | ||
"description": "Bindings for react-pdf to render inside a react-dom application", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
|
@@ -16,7 +16,7 @@ | |
"author": "Diego Muracciole <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@react-pdf/core": "^0.4.6", | ||
"@react-pdf/core": "^0.5.0", | ||
"blob-stream": "^0.1.3", | ||
"pdfkit": "*", | ||
"react": "16.0.0-alpha.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,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/node", | ||
"version": "0.4.6", | ||
"version": "0.5.0", | ||
"main": "lib/index.js", | ||
"author": "Diego Muracciole <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -10,7 +10,7 @@ | |
"build:clean": "node_modules/.bin/rimraf ./lib" | ||
}, | ||
"dependencies": { | ||
"@react-pdf/core": "^0.4.6", | ||
"@react-pdf/core": "^0.5.0", | ||
"react": "16.0.0-alpha.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