File tree Expand file tree Collapse file tree 3 files changed +10
-52
lines changed Expand file tree Collapse file tree 3 files changed +10
-52
lines changed Original file line number Diff line number Diff line change 4242 "connect-flash" : " 0.1.1" ,
4343 "cookie-session" : " 2.0.0" ,
4444 "copy-to-clipboard" : " 3.3.1" ,
45+ "core-js" : " 3.22.4" ,
4546 "csurf" : " 1.11.0" ,
4647 "express" : " 4.17.3" ,
4748 "graphiql" : " 1.8.7" ,
7071 "react-redux" : " 8.0.0" ,
7172 "react-router" : " 5.2.1" ,
7273 "react-router-dom" : " 5.3.0" ,
73- "regenerator-runtime" : " 0.13.8 " ,
74+ "regenerator-runtime" : " 0.13.9 " ,
7475 "semver" : " 7.3.7" ,
7576 "typescript" : " 4.6.3"
7677 },
9394 "all-node-versions" : " 8.0.0" ,
9495 "babel-eslint" : " 10.1.0" ,
9596 "babel-loader" : " 8.2.3" ,
96- "babel-plugin-transform-object-rest-spread" : " 6.26.0" ,
97- "core-js" : " 3.6.5" ,
9897 "cross-env" : " 7.0.2" ,
9998 "css-loader" : " 6.5.1" ,
10099 "eslint" : " 6.8.0" ,
Original file line number Diff line number Diff line change 55 * This source code is licensed under the license found in the LICENSE file in
66 * the root directory of this source tree.
77 */
8+ import 'core-js/stable' ;
9+ import 'regenerator-runtime/runtime' ;
810import Immutable from 'immutable' ;
911import installDevTools from 'immutable-devtools' ;
1012import React from 'react' ;
1113import ReactDOM from 'react-dom' ;
1214import Dashboard from './Dashboard' ;
13- import 'core-js/stable' ;
14- import 'regenerator-runtime/runtime' ;
1515
1616require ( 'stylesheets/fonts.scss' ) ;
1717require ( 'graphiql/graphiql.min.css' )
You can’t perform that action at this time.
0 commit comments