Fix sortBy to work with more data types, add kind 10014

This commit is contained in:
Jon Staab
2024-06-20 10:19:32 -07:00
parent 760e0a99b4
commit 22a5fb58b4
7 changed files with 22 additions and 16 deletions
+2 -2
View File
@@ -31,8 +31,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "0.0.9",
"@welshman/util": "0.0.14",
"@welshman/lib": "0.0.10",
"@welshman/util": "0.0.15",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}