We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566b7ff commit 142be63Copy full SHA for 142be63
1 file changed
package.json
@@ -39,9 +39,6 @@
39
"test": "jest && attw --pack",
40
"test:watch": "jest --watchAll"
41
},
42
- "resolutions": {
43
- "@metamask/messenger": "^1.1.0"
44
- },
45
"dependencies": {
46
"@babel/runtime": "^7.24.1",
47
"@ethereumjs/tx": "^5.2.1",
@@ -117,6 +114,9 @@
117
114
}
118
115
119
116
"packageManager": "yarn@3.2.1",
+ "resolutions": {
+ "@metamask/messenger": "^1.1.0"
+ },
120
"engines": {
121
"node": "^18.18 || >=20"
122
0 commit comments