File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- ## [ 0.12.5 ] - 2020-04-29
1+ ## [ 0.12.6 ] - 2020-04-29
22- upgraded tabulator to 4.6.2
33- fixed: use ReactDOM.render instead of renderToString
44
Original file line number Diff line number Diff line change 11{
22 "name" : " react-tabulator" ,
3- "version" : " 0.12.5 " ,
3+ "version" : " 0.12.6 " ,
44 "description" : " React Tabulator is based on tabulator - a JS table library with many advanced features." ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
4444 "dependencies" : {
4545 "@types/react-tag-autocomplete" : " ^5.6.0" ,
4646 "dotenv" : " ^8.2.0" ,
47+ "es6-promise" : " ^4.2.8" ,
4748 "pick-react-known-prop" : " ^0.1.5" ,
4849 "react-tag-autocomplete" : " ^5.7.1" ,
4950 "tabulator-tables" : " ^4.6.2"
Original file line number Diff line number Diff line change @@ -3016,7 +3016,7 @@ es6-iterator@~2.0.3:
30163016 es5-ext "^0.10.35"
30173017 es6-symbol "^3.1.1"
30183018
3019- es6-promise@* :
3019+ es6-promise@*, es6-promise@^4.2.8 :
30203020 version "4.2.8"
30213021 resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
30223022 integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==
You can’t perform that action at this time.
0 commit comments