Skip to content

Commit c19b624

Browse files
committed
chore: add es6-promise
1 parent 33f048b commit c19b624

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -44,6 +44,7 @@
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"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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==

0 commit comments

Comments
 (0)