Skip to content

Commit

Permalink
refactor: upgrade polyfill dependencies (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfanatic committed May 8, 2022
1 parent fcc1463 commit 423c8b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 52 deletions.
53 changes: 6 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -42,6 +42,7 @@
"connect-flash": "0.1.1",
"cookie-session": "2.0.0",
"copy-to-clipboard": "3.3.1",
"core-js": "3.22.4",
"csurf": "1.11.0",
"express": "4.17.3",
"graphiql": "1.8.7",
Expand Down Expand Up @@ -70,7 +71,7 @@
"react-redux": "8.0.0",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"regenerator-runtime": "0.13.8",
"regenerator-runtime": "0.13.9",
"semver": "7.3.7",
"typescript": "4.6.3"
},
Expand All @@ -93,8 +94,6 @@
"all-node-versions": "8.0.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.3",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"core-js": "3.6.5",
"cross-env": "7.0.2",
"css-loader": "6.5.1",
"eslint": "6.8.0",
Expand Down
4 changes: 2 additions & 2 deletions src/dashboard/index.js
Expand Up @@ -5,13 +5,13 @@
* This source code is licensed under the license found in the LICENSE file in
* the root directory of this source tree.
*/
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import Immutable from 'immutable';
import installDevTools from 'immutable-devtools';
import React from 'react';
import ReactDOM from 'react-dom';
import Dashboard from './Dashboard';
import 'core-js/stable';
import 'regenerator-runtime/runtime';

require('stylesheets/fonts.scss');
require('graphiql/graphiql.min.css')
Expand Down

0 comments on commit 423c8b0

Please sign in to comment.