Skip to content

Commit f5d30d7

Browse files
committed
update deps, add @jbrowse/quick-lru, pin eslint to v9
1 parent 63efda1 commit f5d30d7

File tree

2 files changed

+221
-300
lines changed

2 files changed

+221
-300
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@
5555
"@types/node": "^25.5.0",
5656
"@typescript-eslint/eslint-plugin": "^8.57.2",
5757
"@typescript-eslint/parser": "^8.57.2",
58-
"@vitest/coverage-v8": "^4.1.1",
59-
"documentation": "^14.0.1",
60-
"eslint": "^9.7.0",
58+
"@vitest/coverage-v8": "^4.1.2",
59+
"documentation": "^14.0.3",
60+
"eslint": "^9.39.4",
6161
"eslint-plugin-import": "^2.32.0",
6262
"eslint-plugin-unicorn": "^64.0.0",
6363
"prettier": "^3.8.1",
6464
"rimraf": "^6.1.3",
6565
"standard-changelog": "^7.0.1",
6666
"typescript": "^6.0.2",
6767
"typescript-eslint": "^8.57.2",
68-
"vitest": "^4.1.1"
68+
"vitest": "^4.1.2"
6969
},
7070
"keywords": [
7171
"vcf",
@@ -75,5 +75,8 @@
7575
],
7676
"publishConfig": {
7777
"access": "public"
78+
},
79+
"dependencies": {
80+
"@jbrowse/quick-lru": "^7.3.5"
7881
}
7982
}

0 commit comments

Comments
 (0)