We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e41328 commit c69a88dCopy full SHA for c69a88d
2 files changed
package.json
@@ -44,18 +44,21 @@
44
"@types/node": "^25.5.0",
45
"@typescript-eslint/eslint-plugin": "^8.57.2",
46
"@typescript-eslint/parser": "^8.57.2",
47
- "eslint": "^9.0.0",
48
- "eslint-plugin-import": "^2.31.0",
+ "eslint": "^9.39.4",
+ "eslint-plugin-import": "^2.32.0",
49
"eslint-plugin-unicorn": "^64.0.0",
50
"generic-filehandle2": "^2.0.18",
51
"prettier": "^3.8.1",
52
"puppeteer": "^24.40.0",
53
"rimraf": "^6.1.3",
54
"typescript": "^6.0.2",
55
"typescript-eslint": "^8.57.2",
56
- "vitest": "^4.1.1"
+ "vitest": "^4.1.2"
57
},
58
"publishConfig": {
59
"access": "public"
60
+ },
61
+ "dependencies": {
62
+ "@jbrowse/quick-lru": "^7.3.5"
63
}
64
0 commit comments