fix: add punycode userland package and patch whatwg-url

This commit is contained in:
Sehoon Shon
2026-01-30 11:30:27 -05:00
parent 94f4e027f8
commit 7f59a558c3
3 changed files with 252 additions and 27 deletions

View File

@@ -61,7 +61,8 @@
"telemetry": "node scripts/telemetry.js",
"check:lockfile": "node scripts/check-lockfile.js",
"clean": "node scripts/clean.js",
"pre-commit": "node scripts/pre-commit.js"
"pre-commit": "node scripts/pre-commit.js",
"postinstall": "patch-package"
},
"overrides": {
"ink": "npm:@jrichman/ink@6.4.8",
@@ -113,6 +114,7 @@
"mock-fs": "^5.5.0",
"msw": "^2.10.4",
"npm-run-all": "^4.1.5",
"patch-package": "^8.0.1",
"prettier": "^3.5.3",
"react-devtools-core": "^6.1.2",
"semver": "^7.7.2",
@@ -126,7 +128,9 @@
"dependencies": {
"ink": "npm:@jrichman/ink@6.4.8",
"latest-version": "^9.0.0",
"simple-git": "^3.28.0"
"punycode": "^2.3.1",
"simple-git": "^3.28.0",
"whatwg-url": "^5.0.0"
},
"optionalDependencies": {
"@lydell/node-pty": "1.1.0",