Skip to content

Commit ba224b0

Browse files
committed
Move to updated graphlib package
1 parent 476d2c1 commit ba224b0

3 files changed

Lines changed: 10 additions & 19 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"test": "nyc --reporter=lcov mocha -r ts-node/register test/**.ts"
1313
},
1414
"dependencies": {
15+
"@dagrejs/graphlib": "^2.1.8",
1516
"commander": "^13.1.0",
1617
"fast-json-patch": "^3.1.1",
17-
"graphlib": "^2.1.8",
1818
"js-yaml": "^4.1.0",
1919
"json-schema": "^0.4.0",
2020
"to-json-schema": "^0.2.5"

src/lens-graph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Graph, alg, json } from "graphlib";
1+
import { Graph, alg, json } from "@dagrejs/graphlib";
22
import type { JSONSchema7 } from "json-schema";
33
import type { LensOp, LensSource } from ".";
44
import { reverseLens, updateSchema } from ".";

yarn.lock

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,13 @@ __metadata:
283283
languageName: node
284284
linkType: hard
285285

286+
"@dagrejs/graphlib@npm:^2.1.8":
287+
version: 2.2.4
288+
resolution: "@dagrejs/graphlib@npm:2.2.4"
289+
checksum: 10/1fc5393525a3d666284ca740867d082768bc87ff61f5f181eb5c1a73c1a6e328ad23581f7415c81df2614171b8a4b4a8e6a417eefd7f9fca74a4a625ec3aa848
290+
languageName: node
291+
linkType: hard
292+
286293
"@gerrit0/mini-shiki@npm:^3.2.2":
287294
version: 3.2.2
288295
resolution: "@gerrit0/mini-shiki@npm:3.2.2"
@@ -1171,6 +1178,7 @@ __metadata:
11711178
resolution: "cambria@workspace:."
11721179
dependencies:
11731180
"@biomejs/biome": "npm:1.9.4"
1181+
"@dagrejs/graphlib": "npm:^2.1.8"
11741182
"@json-editor/json-editor": "npm:2.6.1"
11751183
"@types/graphlib": "npm:^2.1.12"
11761184
"@types/mocha": "npm:^10.0.10"
@@ -1180,7 +1188,6 @@ __metadata:
11801188
codecov: "npm:^3.8.3"
11811189
commander: "npm:^13.1.0"
11821190
fast-json-patch: "npm:^3.1.1"
1183-
graphlib: "npm:^2.1.8"
11841191
js-yaml: "npm:^4.1.0"
11851192
json-schema: "npm:^0.4.0"
11861193
json-schema-view-js: "npm:^2.0.1"
@@ -2189,15 +2196,6 @@ __metadata:
21892196
languageName: node
21902197
linkType: hard
21912198

2192-
"graphlib@npm:^2.1.8":
2193-
version: 2.1.8
2194-
resolution: "graphlib@npm:2.1.8"
2195-
dependencies:
2196-
lodash: "npm:^4.17.15"
2197-
checksum: 10/37cbd851d3c1fb99f3174750ccaa22305d23d11746e5df81a38ba3bf25c0ba29cd9658ba69a0159ea81d56c28e8e875033eeaaa7167d838419fae08d9cd2c62c
2198-
languageName: node
2199-
linkType: hard
2200-
22012199
"growl@npm:1.10.5":
22022200
version: 1.10.5
22032201
resolution: "growl@npm:1.10.5"
@@ -2935,13 +2933,6 @@ __metadata:
29352933
languageName: node
29362934
linkType: hard
29372935

2938-
"lodash@npm:^4.17.15":
2939-
version: 4.17.19
2940-
resolution: "lodash@npm:4.17.19"
2941-
checksum: 10/2174baff115e9d4d56c7eb2fabaa2f4d934d0aac6ad6b4e1000354aeb5a7342d3c9cd566b3ec223e580b6ecedc87dfec01f1744adb14d26227a4fef0c47ee16c
2942-
languageName: node
2943-
linkType: hard
2944-
29452936
"log-symbols@npm:4.0.0":
29462937
version: 4.0.0
29472938
resolution: "log-symbols@npm:4.0.0"

0 commit comments

Comments
 (0)