Skip to content

Commit

Permalink
chore: remove unnecessary dep
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaans committed Jun 13, 2023
1 parent d8027ba commit 2974bae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"buffer": "^6.0.3"
},
"devDependencies": {
"core-js": "^3.31.0",
"raw-loader": "^4.0.2",
"regenerator-runtime": "^0.13.11"
}
}
1 change: 0 additions & 1 deletion frontend/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
NearSocialBridgeProvider,
} from "near-social-bridge";
import { IndexerDetailsProvider } from '../contexts/IndexerDetailsContext';
import 'core-js/stable';
import 'regenerator-runtime/runtime';
overrideLocalStorage();

Expand Down

0 comments on commit 2974bae

Please sign in to comment.