We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63efda1 commit f5d30d7Copy full SHA for f5d30d7
2 files changed
package.json
@@ -55,17 +55,17 @@
55
"@types/node": "^25.5.0",
56
"@typescript-eslint/eslint-plugin": "^8.57.2",
57
"@typescript-eslint/parser": "^8.57.2",
58
- "@vitest/coverage-v8": "^4.1.1",
59
- "documentation": "^14.0.1",
60
- "eslint": "^9.7.0",
+ "@vitest/coverage-v8": "^4.1.2",
+ "documentation": "^14.0.3",
+ "eslint": "^9.39.4",
61
"eslint-plugin-import": "^2.32.0",
62
"eslint-plugin-unicorn": "^64.0.0",
63
"prettier": "^3.8.1",
64
"rimraf": "^6.1.3",
65
"standard-changelog": "^7.0.1",
66
"typescript": "^6.0.2",
67
"typescript-eslint": "^8.57.2",
68
- "vitest": "^4.1.1"
+ "vitest": "^4.1.2"
69
},
70
"keywords": [
71
"vcf",
@@ -75,5 +75,8 @@
75
],
76
"publishConfig": {
77
"access": "public"
78
+ },
79
+ "dependencies": {
80
+ "@jbrowse/quick-lru": "^7.3.5"
81
}
82
0 commit comments