Skip to content

Commit 0e13ffe

Browse files
ferndopolispaveltiunov
authored andcommitted
fix(cubejs-react): add core-js dependency (#107)
1 parent 64cc864 commit 0e13ffe

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/cubejs-react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"author": "Statsbot, Inc.",
66
"dependencies": {
77
"@babel/runtime": "^7.1.2",
8+
"core-js": "^2.5.3",
89
"prop-types": "^15.6.2",
910
"ramda": "^0.25.0",
1011
"react": "^16.5.2"

packages/cubejs-react/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
dependencies:
99
regenerator-runtime "^0.12.0"
1010

11+
core-js@^2.5.3:
12+
version "2.6.5"
13+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895"
14+
integrity sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A==
15+
1116
"js-tokens@^3.0.0 || ^4.0.0":
1217
version "4.0.0"
1318
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)