diff --git a/package.json b/package.json index ae41be52..a56cad92 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-plugin-jsx-a11y": "^6.6.0", "eslint-plugin-qunit": "^4.3.0", "eslint-plugin-react": "^7.30.1", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-spellcheck": "0.0.14", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0", diff --git a/packages/devextreme-react/package.json b/packages/devextreme-react/package.json index 031061e7..da70c228 100644 --- a/packages/devextreme-react/package.json +++ b/packages/devextreme-react/package.json @@ -33,8 +33,8 @@ "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.0.1", "@types/jest": "^22.2.3", - "@types/react": "^16.14.28", - "@types/react-dom": "^16.9.16", + "@types/react": "^16.14.60", + "@types/react-dom": "^16.9.24", "del": "^3.0.0", "devextreme-react-generator": "^4.1.7", "gulp": "^4.0.2", @@ -42,8 +42,8 @@ "gulp-shell": "^0.8.0", "gulp-typescript": "^5.0.1", "jest": "^25.0.0", - "react": "~18.0.0", - "react-dom": "~18.0.0", + "react": "~18.3.0", + "react-dom": "~18.3.0", "ts-jest": "^25.5.1", "typescript": "~4.2" } diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 7f8585ba..5b10fb72 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -13,12 +13,12 @@ }, "dependencies": { "devextreme-react": "~23.2.0", - "react": "~18.0.0", - "react-dom": "~18.0.0" + "react": "~18.3.0", + "react-dom": "~18.3.0" }, "devDependencies": { - "@types/react": "^16.14.28", - "@types/react-dom": "^16.9.16", + "@types/react": "^16.14.60", + "@types/react-dom": "^16.9.24", "css-loader": "^2.1.1", "source-map-loader": "^0.2.4", "style-loader": "^0.23.1",