We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbad0b7 commit ffe3d72Copy full SHA for ffe3d72
2 files changed
package.json
@@ -39,17 +39,17 @@
39
"postversion": "git push --follow-tags"
40
},
41
"devDependencies": {
42
- "@jbrowse/quick-lru": "^7.0.0",
43
- "@types/node": "^22.15.3",
44
- "documentation": "^14.0.1",
45
- "eslint": "^9.39.2",
+ "@jbrowse/quick-lru": "^7.3.5",
+ "@types/node": "^25.5.0",
+ "documentation": "^14.0.3",
+ "eslint": "^9.39.4",
46
"eslint-plugin-import": "^2.32.0",
47
"eslint-plugin-unicorn": "^64.0.0",
48
- "prettier": "^3.7.4",
49
- "rimraf": "^6.1.2",
+ "prettier": "^3.8.1",
+ "rimraf": "^6.1.3",
50
"typescript": "^6.0.2",
51
- "typescript-eslint": "^8.50.0",
52
- "vitest": "^4.0.16"
+ "typescript-eslint": "^8.57.2",
+ "vitest": "^4.1.2"
53
54
"publishConfig": {
55
"access": "public"
0 commit comments