diff --git a/package-lock.json b/package-lock.json index 631e1e7..979d09d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "babel-eslint": "^10.1.0", "enhanced-resolve": "^5.18.1", "eslint": "^8.57.1", - "eslint-config-tc": "^23.0.0", + "eslint-config-tc": "^26.0.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^27.9.0", @@ -3266,10 +3266,11 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz", - "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, + "license": "MIT", "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -3278,13 +3279,14 @@ } }, "node_modules/eslint-config-tc": { - "version": "23.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-tc/-/eslint-config-tc-23.0.0.tgz", - "integrity": "sha512-00oTY07nQ+wiLXaQOM0QtBBoAZYK4JcP51YawlTUW6lmkMhb9K+LxPaaGzRSvRPC9MeTLiIyBqHXVVrzVhc7pw==", + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-tc/-/eslint-config-tc-26.0.0.tgz", + "integrity": "sha512-dfM/luBr4erAIypH5n/Ss/d4j8QpWhArkAQlNJHGLhyH8DhW1m3VPOi2yUP9NHEi4jaqz9yMMGYvFXzSMW280g==", "dev": true, + "license": "MIT", "dependencies": { "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-prettier": "^8.8.0" + "eslint-config-prettier": "^9.1.0" }, "engines": { "node": ">=16.0.0", @@ -3293,10 +3295,10 @@ "peerDependencies": { "eslint": "^8.0.0", "eslint-plugin-import": "^2.0.0", - "eslint-plugin-jest": "^25.0.0 || ^26.0.0 || ^27.0.0", - "eslint-plugin-prettier": "^4.2.1", + "eslint-plugin-jest": "^28.0.0", + "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-unicorn": ">=37.0.0", - "prettier": "^2.0.0" + "prettier": "^3.2.5" } }, "node_modules/eslint-import-resolver-node": { diff --git a/package.json b/package.json index c22b019..744a8f7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "babel-eslint": "^10.1.0", "enhanced-resolve": "^5.18.1", "eslint": "^8.57.1", - "eslint-config-tc": "^23.0.0", + "eslint-config-tc": "^26.0.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^27.9.0",