diff --git a/packages/main/package.json b/packages/main/package.json index b1c6acb4613..7df74c0f928 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -51,7 +51,8 @@ "@tanstack/react-virtual": "~3.8.0", "@ui5/webcomponents-react-base": "workspace:~", "clsx": "2.1.1", - "react-table": "7.8.0" + "react-table": "7.8.0", + "use-sync-external-store": "1.2.2" }, "peerDependencies": { "@types/react": "*", diff --git a/yarn.lock b/yarn.lock index c0d84ababf2..9d5908e68fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6823,6 +6823,7 @@ __metadata: "@ui5/webcomponents-react-base": "workspace:~" clsx: "npm:2.1.1" react-table: "npm:7.8.0" + use-sync-external-store: "npm:1.2.2" peerDependencies: "@types/react": "*" "@types/react-dom": "*"