Skip to content

Commit

Permalink
chore: remove core-js and regenerator-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Jun 6, 2024
1 parent 9d2e727 commit 5b776ec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
3 changes: 0 additions & 3 deletions example/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import 'core-js/stable';
import 'regenerator-runtime/runtime';

import React from 'react';
import ReactDOM from 'react-dom';
import {
Expand Down
16 changes: 1 addition & 15 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"axios-mock-adapter": "^1.21.3",
"core-js": "3.37.1",
"husky": "8.0.3",
"jsdoc": "^4.0.0",
"nodemon": "3.1.2",
Expand All @@ -50,8 +49,7 @@
"react-dom": "17.0.2",
"react-redux": "^8.1.1",
"react-router-dom": "^6.6.1",
"redux": "4.2.1",
"regenerator-runtime": "0.14.1"
"redux": "4.2.1"
},
"dependencies": {
"@cospired/i18n-iso-languages": "4.2.0",
Expand Down
2 changes: 0 additions & 2 deletions src/setupTest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/* eslint-disable import/no-extraneous-dependencies */
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import '@testing-library/jest-dom';

// These configuration values are usually set in webpack's EnvironmentPlugin however
Expand Down

0 comments on commit 5b776ec

Please sign in to comment.