diff --git a/package.json b/package.json index 00faf2ff..4c720bd0 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,10 @@ "test": "npm-run-all charts:test icons:test lib:test", "test:update": "npm-run-all charts:test:update icons:test:update lib:test:update" }, + "resolutions": { + "react": "18.3.1", + "react-dom": "18.3.1" + }, "devDependencies": { "@typescript-eslint/parser": "^8.62.0", "eslint": "^9.39.4",