Skip to content

Commit

Permalink
updating dep
Browse files Browse the repository at this point in the history
  • Loading branch information
NiranjanaBinoy committed Oct 8, 2024
1 parent 4737ce1 commit 8445652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { JsonRpcEngineEndCallback } from '@metamask/json-rpc-engine';
import type { JsonRpcEngineEndCallback } from 'json-rpc-engine';
import { PendingJsonRpcResponse } from '@metamask/utils';
import { MESSAGE_TYPE } from '../../../../../shared/constants/app';
import { HandlerRequestType as LogWeb3ShimUsageHandlerRequest } from './types';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type {
JsonRpcEngineNextCallback,
JsonRpcEngineEndCallback,
} from '@metamask/json-rpc-engine';
} from 'json-rpc-engine';
import type { JsonRpcParams, PendingJsonRpcResponse } from '@metamask/utils';
import { MESSAGE_TYPE } from '../../../../../shared/constants/app';
import {
Expand Down

0 comments on commit 8445652

Please sign in to comment.