diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 1a91e07..c94d35f 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -5,8 +5,8 @@ }, "devDependencies": { "@eslint/js": "^9.7.0", - "eslint": "9.14.0", + "eslint": "^9.15.0", "typescript": "^5.3.3", - "typescript-eslint": "^8.10.0" + "typescript-eslint": "^8.15.0" } }