Skip to content

Commit

Permalink
[WIP] build error :(
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Oct 2, 2024
1 parent e76ad10 commit dbb84a2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@types/glob@*": "patch:@types/glob@npm%3A7.1.4#./.yarn/patches/@types-glob-npm-7.1.4-d45247eaa2.patch",
"@types/glob@^7.1.1": "patch:@types/glob@npm%3A7.1.4#./.yarn/patches/@types-glob-npm-7.1.4-d45247eaa2.patch",
"@types/mocha@^10.0.1": "patch:@types/mocha@npm:10.0.1#.yarn/patches/@types-mocha-npm-10.0.1-7c94e9e170.patch",
"@types/readable-stream": "^4.0.15",
"find-babel-config": "^2.0.0",
"got": "^13.0.0",
"inline-source-map@~0.6.0": "patch:inline-source-map@npm%3A0.6.2#./.yarn/patches/inline-source-map-npm-0.6.2-96902459a0.patch",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "SdptlLDUW9lSgLU6GndRksW8Y4fZAx178nM21wbOzCk=",
"shasum": "YIcYmzogamvxSWdDo1eR/cd46w4wMeWDRYxD1PnDK6Q=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/browserify/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "eLjU5oO9qB6xQFy0NVVOppSPMtf/H/4oc8iWlqdJH5c=",
"shasum": "t9ms5NFUQn3t06QvDGvAiGfhiQEwHUvTWpVD928mvt8=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@metamask/keyring-controller": "^17.0.0",
"@metamask/keyring-controller": "^17.2.2",
"@metamask/template-snap": "^0.7.0",
"@swc/core": "1.3.78",
"@swc/jest": "^0.2.26",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5193,7 +5193,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/keyring-controller@npm:^17.0.0":
"@metamask/keyring-controller@npm:^17.2.2":
version: 17.2.2
resolution: "@metamask/keyring-controller@npm:17.2.2"
dependencies:
Expand Down Expand Up @@ -5906,7 +5906,7 @@ __metadata:
"@metamask/eslint-config-typescript": "npm:^12.1.0"
"@metamask/json-rpc-engine": "npm:^9.0.2"
"@metamask/json-rpc-middleware-stream": "npm:^8.0.2"
"@metamask/keyring-controller": "npm:^17.0.0"
"@metamask/keyring-controller": "npm:^17.2.2"
"@metamask/object-multiplex": "npm:^2.0.0"
"@metamask/permission-controller": "npm:^11.0.0"
"@metamask/phishing-controller": "npm:^12.0.2"
Expand Down

0 comments on commit dbb84a2

Please sign in to comment.