diff --git a/package-lock.json b/package-lock.json index d9e7496..f3f3a66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "react": "^19.0.0", "rimraf": "^6.0.1", "turbo": "^1.13.4", - "typescript": "^5.7.2" + "typescript": "^5.7.3" }, "engines": { "node": ">=22", @@ -5197,10 +5197,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", - "license": "Apache-2.0", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -5543,7 +5542,7 @@ } }, "packages/eslint-config-godaddy": { - "version": "7.1.1", + "version": "8.0.0", "license": "MIT", "dependencies": { "eslint-plugin-jsdoc": "^50.6.1", @@ -5555,15 +5554,15 @@ "eslint": "^9.17.0" }, "peerDependencies": { - "eslint": ">= 9" + "eslint": "^9" } }, "packages/eslint-config-godaddy-react": { - "version": "9.1.0", + "version": "10.0.0", "license": "MIT", "dependencies": { "@babel/eslint-parser": "^7.25.9", - "eslint-config-godaddy": "^7.1.1", + "eslint-config-godaddy": "^8.0.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.1.0" @@ -5573,42 +5572,39 @@ }, "peerDependencies": { "@babel/core": ">=7", - "eslint": ">=9" + "eslint": "^9" } }, "packages/eslint-config-godaddy-react-typescript": { - "version": "4.0.3", + "version": "5.0.0", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", - "eslint-config-godaddy-react": "^9.1.0", + "eslint-config-godaddy-react": "^10.0.0", "eslint-plugin-react-hooks": "^5.1.0" }, "devDependencies": { "eslint": "^9.17.0" }, "peerDependencies": { - "eslint": ">=9", + "eslint": "^9", "typescript": ">=5" } }, "packages/eslint-config-godaddy-typescript": { - "version": "4.0.3", + "version": "5.0.0", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", - "eslint-config-godaddy": "^7.1.1" - }, - "bin": { - "eslint-godaddy-typescript": "bin/eslint-godaddy-typescript" + "eslint-config-godaddy": "^8.0.0" }, "devDependencies": { "eslint": "^9.17.0" }, "peerDependencies": { - "eslint": ">=9", + "eslint": "^9", "typescript": ">=5" } } diff --git a/package.json b/package.json index 7b74782..43c6ba6 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "react": "^19.0.0", "rimraf": "^6.0.1", "turbo": "^1.13.4", - "typescript": "^5.7.2" + "typescript": "^5.7.3" }, "workspaces": [ "packages/*"