Skip to content

Commit a59eaef

Browse files
authored
[chore] remove punycode warning (#614)
* remove punycode warning * changeset
1 parent c92295d commit a59eaef

File tree

3 files changed

+34
-51
lines changed

3 files changed

+34
-51
lines changed

.changeset/tall-jokes-hear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@browserbasehq/stagehand": patch
3+
---
4+
5+
override whatwg-url to avoid punycode warning

package-lock.json

Lines changed: 25 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,8 @@
102102
"bugs": {
103103
"url": "https://github.com/browserbase/stagehand/issues"
104104
},
105-
"homepage": "https://github.com/browserbase/stagehand#readme"
105+
"homepage": "https://stagehand.dev",
106+
"overrides": {
107+
"whatwg-url": "^14.0.0"
108+
}
106109
}

0 commit comments

Comments
 (0)