Skip to content

Commit 226f4ec

Browse files
committed
chore(deps): allow both of whatwg-url 13.x and 14.x
1 parent b1d738f commit 226f4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
},
5858
"dependencies": {
5959
"@types/whatwg-url": "^11.0.2",
60-
"whatwg-url": "^13.0.0"
60+
"whatwg-url": "^14.1.0 || ^13.0.0"
6161
}
6262
}

0 commit comments

Comments
 (0)