hardcode ens-normalize in plebchan

This commit is contained in:
Rinse
2023-06-19 16:32:52 +00:00
parent 606f5791f4
commit 0fc8a386de
2 changed files with 4 additions and 12 deletions
+3 -1
View File
@@ -3,6 +3,7 @@
"version": "0.1.8",
"private": true,
"dependencies": {
"@adraffy/ens-normalize": "1.8.3",
"@babel/core": "7.21.3",
"@babel/plugin-syntax-flow": "7.18.6",
"@babel/plugin-transform-react-jsx": "7.21.0",
@@ -128,6 +129,7 @@
"wait-on": "7.0.1"
},
"resolutions": {
"styled-components": "^5"
"styled-components": "^5",
"@adraffy/ens-normalize": "1.8.3"
}
}