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 06e1c02 commit 8eaa46f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 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"
}
}
4 changes: 0 additions & 4 deletions frontend/src/components/Playground/graphiql.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ import "graphiql/graphiql.min.css";
import '@graphiql/plugin-code-exporter/dist/style.css';
import '@graphiql/plugin-explorer/dist/style.css';

import { useExplorerPlugin } from '@graphiql/plugin-explorer';
import '@graphiql/plugin-explorer/dist/style.css';
import "graphiql/graphiql.min.css";

const HASURA_ENDPOINT =
process.env.NEXT_PUBLIC_HASURA_ENDPOINT ||
"https://queryapi-hasura-graphql-24ktefolwq-ew.a.run.app/v1/graphql";
Expand Down
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 8eaa46f

Please sign in to comment.