File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @react-pdf/examples" ,
4
- "version" : " 0.7.1 " ,
4
+ "version" : " 0.7.2 " ,
5
5
"license" : " MIT" ,
6
6
"description" : " React PDF Examples" ,
7
7
"author" :
" Diego Muracciole <[email protected] >" ,
8
8
"main" : " ./index.js" ,
9
9
"dependencies" : {
10
- "@react-pdf/core" : " ^0.7.1 " ,
11
- "@react-pdf/node" : " ^0.7.1 " ,
10
+ "@react-pdf/core" : " ^0.7.2 " ,
11
+ "@react-pdf/node" : " ^0.7.2 " ,
12
12
"chalk" : " ^2.0.1" ,
13
13
"lodash.times" : " ^4.3.2" ,
14
14
"prop-types" : " ^15.6.0" ,
Original file line number Diff line number Diff line change 4
4
" packages/*" ,
5
5
" examples/"
6
6
],
7
- "version" : " 0.7.1 " ,
7
+ "version" : " 0.7.2 " ,
8
8
"npmClient" : " yarn"
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-pdf/dom" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Bindings for react-pdf to render inside a react-dom application" ,
6
6
"keywords" : [
19
19
"build:clean" : " rimraf ./lib"
20
20
},
21
21
"dependencies" : {
22
- "@react-pdf/core" : " ^0.7.1 " ,
22
+ "@react-pdf/core" : " ^0.7.2 " ,
23
23
"lodash.omit" : " ^4.5.0" ,
24
24
"prop-types" : " ^15.6.0"
25
25
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @react-pdf/native" ,
4
- "version" : " 0.7.1 " ,
4
+ "version" : " 0.7.2 " ,
5
5
"license" : " MIT" ,
6
6
"description" : " Bindings for react-pdf to render inside a react-native application" ,
7
7
"keywords" : [
20
20
"build:clean" : " rimraf ./lib"
21
21
},
22
22
"dependencies" : {
23
- "@react-pdf/core" : " ^0.7.1 " ,
23
+ "@react-pdf/core" : " ^0.7.2 " ,
24
24
"lodash.omit" : " ^4.5.0" ,
25
25
"prop-types" : " ^15.6.0" ,
26
26
"react-native-pdf-view" : " ^0.3.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-pdf/node" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
4
4
"license" : " MIT" ,
5
5
"author" :
" Diego Muracciole <[email protected] >" ,
6
6
"main" : " lib/index.js" ,
10
10
"build:clean" : " rimraf ./lib"
11
11
},
12
12
"dependencies" : {
13
- "@react-pdf/core" : " ^0.7.1 "
13
+ "@react-pdf/core" : " ^0.7.2 "
14
14
},
15
15
"devDependencies" : {
16
16
"babel-cli" : " ^6.24.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-pdf/core" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " A tiny React renderer to generate PDF documents." ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments