File tree Expand file tree Collapse file tree 5 files changed +16
-7
lines changed
react-ui-components/.storybook Expand file tree Collapse file tree 5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 67
67
"react-dnd-test-backend" : " ^5.0.1" ,
68
68
"redux-devtools" : " ^3.4.0" ,
69
69
"redux-saga-test-plan" : " ^3.6.0" ,
70
- "regenerator-runtime" : " ^0.12.0 " ,
70
+ "regenerator-runtime" : " ^0.13.2 " ,
71
71
"rimraf" : " ^2.5.4" ,
72
72
"semantic-release" : " ^6.3.2" ,
73
73
"source-map-loader" : " ^0.2.4" ,
110
110
"amator" : " ^1.0.1" ,
111
111
"classnames" : " ^2.2.3" ,
112
112
"codemirror" : " ^5.24.0" ,
113
- "core-js" : " ^2.4.1 " ,
113
+ "core-js" : " ^2.6 " ,
114
114
"custom-event-polyfill" : " ^1.0.6" ,
115
115
"d3-scale" : " ^2.0.0" ,
116
116
"d3-time" : " ^1.0.8" ,
Original file line number Diff line number Diff line change 1
- require ( 'regenerator-runtime/runtime' ) ;
2
- require ( 'core-js/shim' ) ;
1
+ import 'core-js/shim' ;
2
+ import 'regenerator-runtime/runtime' ;
3
3
const browserEnv = require ( 'browser-env' ) ;
4
4
5
5
browserEnv ( ) ;
Original file line number Diff line number Diff line change 1
- import 'core-js/shim' ;
2
1
import infoAddon from '@storybook/addon-info' ;
3
-
2
+ import 'core-js/shim' ;
4
3
import { configure , setAddon } from '@storybook/react' ;
5
4
6
5
const req = require . context ( './../src' , true , / s t o r y \. j s $ / ) ;
Original file line number Diff line number Diff line change 1
- import 'core-js/shim ' ;
1
+ import 'core-js' ;
2
2
import 'regenerator-runtime/runtime' ;
3
3
import 'whatwg-fetch' ;
4
4
import 'custom-event-polyfill' ;
Original file line number Diff line number Diff line change @@ -3759,6 +3759,11 @@ copy-descriptor@^0.1.0:
3759
3759
version "0.1.1"
3760
3760
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
3761
3761
3762
+ core-js@2 :
3763
+ version "2.6.5"
3764
+ resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895"
3765
+ integrity sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A==
3766
+
3762
3767
3763
3768
version "2.5.1"
3764
3769
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.1.tgz#ae6874dc66937789b80754ff5428df66819ca50b"
@@ -10976,6 +10981,11 @@ regenerator-runtime@^0.12.0:
10976
10981
version "0.12.1"
10977
10982
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
10978
10983
10984
+ regenerator-runtime@^0.13.2 :
10985
+ version "0.13.2"
10986
+ resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447"
10987
+ integrity sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==
10988
+
10979
10989
regenerator-runtime@~0.9.5 :
10980
10990
version "0.9.6"
10981
10991
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.9.6.tgz#d33eb95d0d2001a4be39659707c51b0cb71ce029"
You can’t perform that action at this time.
0 commit comments