Skip to content

Commit 4227642

Browse files
authored
fix(deps): define use-sync-external-store as dependency (#6304)
1 parent 639820a commit 4227642

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/main/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"@tanstack/react-virtual": "~3.8.0",
5252
"@ui5/webcomponents-react-base": "workspace:~",
5353
"clsx": "2.1.1",
54-
"react-table": "7.8.0"
54+
"react-table": "7.8.0",
55+
"use-sync-external-store": "1.2.2"
5556
},
5657
"peerDependencies": {
5758
"@types/react": "*",

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -6823,6 +6823,7 @@ __metadata:
68236823
"@ui5/webcomponents-react-base": "workspace:~"
68246824
clsx: "npm:2.1.1"
68256825
react-table: "npm:7.8.0"
6826+
use-sync-external-store: "npm:1.2.2"
68266827
peerDependencies:
68276828
"@types/react": "*"
68286829
"@types/react-dom": "*"

0 commit comments

Comments
 (0)