Skip to content

Commit

Permalink
clean up punycode warning (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
supertong authored Nov 11, 2024
1 parent fe0e242 commit 2b96435
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
25 changes: 14 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean-docker": "docker rmi babylonlabs/simple-staking 2>/dev/null; true",
"prepare": "husky",
"sort-imports": "eslint --fix .",
"test": "jest",
"test": "node --trace-deprecation ./node_modules/.bin/jest",
"test:watch": "jest --watch",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
Expand Down Expand Up @@ -97,5 +97,10 @@
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"overrides": {
"whatwg-url@11.0.0": {
"tr46": "4.0.0"
}
}
}

0 comments on commit 2b96435

Please sign in to comment.