Skip to content

Commit

Permalink
Upgrade metamask dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Jul 29, 2024
1 parent f9a8419 commit 7f9fda1
Show file tree
Hide file tree
Showing 5 changed files with 457 additions and 462 deletions.
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]
},
"dependencies": {
"@metamask/providers": "^14.0.2",
"@metamask/providers": "^17.1.2",
"@xmtp/proto": "3.62.1",
"@xmtp/xmtp-js": "12.1.0",
"buffer": "^6.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"protobufjs": "^7.3.2"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^3.0.2",
"@lavamoat/allow-scripts": "^3.1.0",
"@metamask/eslint-config": "^12.2.0",
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@metamask/snaps-cli": "^5.1.1",
"@metamask/snaps-jest": "^5.0.0",
"@metamask/snaps-sdk": "^2.1.0",
"@metamask/snaps-cli": "^6.2.1",
"@metamask/snaps-jest": "^8.2.0",
"@metamask/snaps-sdk": "^6.1.1",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/xmtp/snap.git"
},
"source": {
"shasum": "MW0co9Fwy4/YqYFTS2UWZUek+UkXbZU0fsfLK//EY0o=",
"shasum": "vbCwJl0dEuqouDUTi/89JPEqSlfO4C7VUBI/mGdn7ps=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
6 changes: 0 additions & 6 deletions packages/snap/src/handlers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ describe('onRPCRequest', () => {
);

// Make sure it shows as unititialized
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
expect(initialStatus).toRespondWith({
res: base64Encode(
GetKeystoreStatusResponse.encode({
Expand Down Expand Up @@ -77,8 +75,6 @@ describe('onRPCRequest', () => {
),
);

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
expect(status).toRespondWith({
res: base64Encode(
GetKeystoreStatusResponse.encode({
Expand Down Expand Up @@ -125,8 +121,6 @@ describe('onRPCRequest', () => {
const publicKeyResponse = await request(
buildRpcRequest('getPublicKeyBundle', null, meta),
);
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
expect(publicKeyResponse).toRespondWith({
res: base64Encode(bundle.getPublicKeyBundle().toBytes()),
});
Expand Down
Loading

0 comments on commit 7f9fda1

Please sign in to comment.