Skip to content

Commit 6225c83

Browse files
committed
Move to using @nwthomas/heap1 0.1.0
1 parent ca28b6e commit 6225c83

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bun.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"lockfileVersion": 1,
3+
"configVersion": 0,
34
"workspaces": {
45
"": {
56
"name": "code-challenges",
67
"devDependencies": {
7-
"heapq": "npm:@nwthomas/heapq@0.0.3",
8+
"heapq": "npm:@nwthomas/heapq@0.1.0",
89
"jest": "24.9.0",
910
"jest-extended": "0.11.2",
1011
},
@@ -411,7 +412,7 @@
411412

412413
"hasown": ["[email protected]", "", { "dependencies": { "function-bind": "^1.1.2" } }, "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ=="],
413414

414-
"heapq": ["@nwthomas/heapq@0.0.3", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-hoAuwEkps3A35sBiCUP+I9ciUTwW/zIFZc/3jsfoxF+qPWk5WMB6vz+O9y3hrR/hiqMUrkzJeSWwcNE5uoIxsQ=="],
415+
"heapq": ["@nwthomas/heapq@0.1.0", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-PkfbSMdF/tX0c44bMjiAQG5LwbtdzMtAGhVVzFlrg5F5Bm00gXoSu3ZsNnMBdNX2NrO4HQVmq8DQI3ufQoYMbQ=="],
415416

416417
"hosted-git-info": ["[email protected]", "", {}, "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="],
417418

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"dependencies": {},
1313
"devDependencies": {
14-
"heapq": "npm:@nwthomas/heapq@0.0.3",
14+
"heapq": "npm:@nwthomas/heapq@0.1.0",
1515
"jest": "24.9.0",
1616
"jest-extended": "0.11.2"
1717
},

0 commit comments

Comments
 (0)