diff --git a/.gitignore b/.gitignore index 35b5af7..87cfa3e 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,5 @@ tmp/ .project .classpath /gradle + +*.tsbuildinfo diff --git a/package.json b/package.json index d086875..691e49d 100644 --- a/package.json +++ b/package.json @@ -54,11 +54,11 @@ "ava": "^4.0.1", "codecov": "^3.8.2", "cross-env": "^10.0.0", - "eslint": "^8.8.0", + "eslint": "^8.57.1", "eslint-plugin-import": "^2.25.4", "nyc": "^15.1.0", "test-fixture": "^2.4.1", - "typescript": "^4.5.5" + "typescript": "^5.9.2" }, "dependencies": { "array-timsort": "^1.0.3",