diff --git a/package-lock.json b/package-lock.json index a5c17499..55af0c87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-mocha": "^10.1.0", "eslint-plugin-react": "^7.28.0", - "react": "^17.0.2", + "react": "^18.3.1", "rimraf": "^3.0.2", "turbo": "^1.2.15", "typescript": "^4.5.4" @@ -4286,13 +4286,12 @@ "integrity": "sha512-A9hihu7dUTLOUCM+I8E61V4kRXnN4DwYeK0DwCBydC1MqNI1PidyAtbtpsJlBBzK4icSctEcCQ1bGcLpBuETUQ==" }, "node_modules/react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "dev": true, "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" + "loose-envify": "^1.1.0" }, "engines": { "node": ">=0.10.0" @@ -5549,7 +5548,7 @@ } }, "packages/eslint-config-godaddy": { - "version": "7.1.0", + "version": "7.1.1", "license": "MIT", "dependencies": { "eslint-plugin-jsdoc": "^48.2.1", @@ -5567,11 +5566,11 @@ } }, "packages/eslint-config-godaddy-flow": { - "version": "6.0.1", + "version": "6.0.2", "license": "MIT", "dependencies": { "@babel/eslint-parser": "^7.21.3", - "eslint-config-godaddy": "^7.0.2", + "eslint-config-godaddy": "^7.1.1", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-flowtype": "^8.0.3" }, @@ -5588,11 +5587,11 @@ } }, "packages/eslint-config-godaddy-react": { - "version": "9.0.1", + "version": "9.1.0", "license": "MIT", "dependencies": { "@babel/eslint-parser": "^7.21.3", - "eslint-config-godaddy": "^7.0.2", + "eslint-config-godaddy": "^7.1.1", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0" @@ -5609,11 +5608,11 @@ } }, "packages/eslint-config-godaddy-react-flow": { - "version": "6.0.1", + "version": "6.0.2", "license": "MIT", "dependencies": { "@babel/eslint-parser": "^7.21.3", - "eslint-config-godaddy-react": "^9.0.1", + "eslint-config-godaddy-react": "^9.0.2", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-react": "^7.32.2", @@ -5631,12 +5630,12 @@ } }, "packages/eslint-config-godaddy-react-typescript": { - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.59.1", "@typescript-eslint/parser": "^5.59.1", - "eslint-config-godaddy-react": "^9.0.1", + "eslint-config-godaddy-react": "^9.0.2", "eslint-plugin-react-hooks": "^4.6.0" }, "bin": { @@ -5651,12 +5650,12 @@ } }, "packages/eslint-config-godaddy-typescript": { - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.59.1", "@typescript-eslint/parser": "^5.59.1", - "eslint-config-godaddy": "^7.0.2" + "eslint-config-godaddy": "^7.1.1" }, "bin": { "eslint-godaddy-typescript": "bin/eslint-godaddy-typescript" diff --git a/package.json b/package.json index 266d6c13..e141927d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-mocha": "^10.1.0", "eslint-plugin-react": "^7.28.0", - "react": "^17.0.2", + "react": "^18.3.1", "rimraf": "^3.0.2", "turbo": "^1.2.15", "typescript": "^4.5.4"