diff --git a/packages/cells/package.json b/packages/cells/package.json index d4c70a80a..fc5a44f55 100644 --- a/packages/cells/package.json +++ b/packages/cells/package.json @@ -67,7 +67,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^4.6.2", - "react-resize-detector": "^7.1.2", + "react-resize-detector": "^12.1.0", "tsc-esm-fix": "^2.20.27", "typescript": "^5.8.3" } diff --git a/packages/core/package.json b/packages/core/package.json index 2e96cabf1..5e8e8a502 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -74,7 +74,7 @@ "@skypack/package-check": "^0.2.2", "@vitest/coverage-v8": "^0.34.6", "eslint": "^8.57.1", - "react-resize-detector": "^7.1.2", + "react-resize-detector": "^12.1.0", "tsc-esm-fix": "^2.20.27", "typedoc": "^0.28.5" } diff --git a/packages/source/package.json b/packages/source/package.json index 3658e0f92..bf015eeb0 100644 --- a/packages/source/package.json +++ b/packages/source/package.json @@ -55,7 +55,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^4.6.2", - "react-resize-detector": "^7.1.2", + "react-resize-detector": "^12.1.0", "tsc-esm-fix": "^2.20.27" } }