Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
chore(deps): update Snap and ESLint dependencies (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc authored Sep 22, 2023
1 parent 031b735 commit 8dc5fba
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 289 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"dependencies": {
"@metamask/providers": "^13.0.0",
"@metamask/rpc-methods": "^2.0.0",
"@metamask/snaps-controllers": "^0.38.2-flask.1",
"@metamask/snaps-utils": "^0.38.2-flask.1",
"@metamask/snaps-controllers": "^2.0.0",
"@metamask/snaps-utils": "^2.0.0",
"@metamask/utils": "^8.1.0",
"@types/uuid": "^9.0.1",
"superstruct": "^1.0.3",
Expand All @@ -62,10 +62,10 @@
"depcheck": "^1.4.3",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"jest": "^28.1.3",
Expand Down
4 changes: 2 additions & 2 deletions src/internal/events.test.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { is } from 'superstruct';

import { EthAccountType } from '../api';
import { KeyringEvent } from '../events';
import {
AccountCreatedEventStruct,
AccountDeletedEventStruct,
AccountUpdatedEventStruct,
RequestApprovedEventStruct,
RequestRejectedEventStruct,
} from './events';
import { EthAccountType } from '../api';
import { KeyringEvent } from '../events';

describe('events', () => {
describe('AccountCreatedEventStruct', () => {
Expand Down
Loading

0 comments on commit 8dc5fba

Please sign in to comment.