diff --git a/package-lock.json b/package-lock.json index 31291f8..c5b6d2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@matrixai/timer": "^2.1.0" }, "devDependencies": { - "@matrixai/lint": "^0.2.4", + "@matrixai/lint": "^0.2.6", "@swc/core": "1.3.82", "@swc/jest": "^0.2.29", "@types/jest": "^29.5.2", @@ -1731,9 +1731,9 @@ } }, "node_modules/@matrixai/lint": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@matrixai/lint/-/lint-0.2.4.tgz", - "integrity": "sha512-LaFiAmTMzGc0IItyJ+VlTE5Hcko0vAn0mXYd19SbNG+ubnLI3NIEEuHwIGJFJ84Y2Zid0/YOG69IrFQHnNmJjw==", + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/@matrixai/lint/-/lint-0.2.6.tgz", + "integrity": "sha512-Cbx6SCTAqSt7lTKkaXL7wB+KbkiXYpQ0LdV5fPcnzEfG0sCuG8dbJcwzgHT5Qn7ubG71BBLUVFjHY1EGADzT8g==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -1743,7 +1743,7 @@ "@typescript-eslint/parser": "^8.27.0", "@typescript-eslint/utils": "^8.26.1", "commander": "^13.1.0", - "eslint": ">=9.0.0", + "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.2", diff --git a/package.json b/package.json index 124775e..c737d68 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@matrixai/timer": "^2.1.0" }, "devDependencies": { - "@matrixai/lint": "^0.2.4", + "@matrixai/lint": "^0.2.6", "@swc/core": "1.3.82", "@swc/jest": "^0.2.29", "@types/jest": "^29.5.2",