Skip to content

Commit 28a09f9

Browse files
committed
add table dep to main pkg
1 parent a060d4b commit 28a09f9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"@storybook/react": "8.5.6",
4242
"@storybook/react-vite": "8.5.6",
4343
"@storybook/theming": "8.5.6",
44-
"@tanstack/react-table": "^8.20.6",
4544
"@ui5/webcomponents": "2.7.3",
4645
"@ui5/webcomponents-compat": "2.7.3",
4746
"@ui5/webcomponents-fiori": "2.7.3",

packages/main/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"watch:css": "yarn build:css --watch"
5050
},
5151
"dependencies": {
52+
"@tanstack/react-table": "^8.20.6",
5253
"@tanstack/react-virtual": "~3.13.0",
5354
"@ui5/webcomponents-react-base": "workspace:~",
5455
"clsx": "2.1.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6358,6 +6358,7 @@ __metadata:
63586358
version: 0.0.0-use.local
63596359
resolution: "@ui5/webcomponents-react@workspace:packages/main"
63606360
dependencies:
6361+
"@tanstack/react-table": "npm:^8.20.6"
63616362
"@tanstack/react-virtual": "npm:~3.13.0"
63626363
"@ui5/webcomponents-react-base": "workspace:~"
63636364
clsx: "npm:2.1.1"
@@ -23655,7 +23656,6 @@ __metadata:
2365523656
"@storybook/react": "npm:8.5.6"
2365623657
"@storybook/react-vite": "npm:8.5.6"
2365723658
"@storybook/theming": "npm:8.5.6"
23658-
"@tanstack/react-table": "npm:^8.20.6"
2365923659
"@testing-library/cypress": "npm:^10.0.0"
2366023660
"@types/eslint__js": "npm:^8.42.3"
2366123661
"@types/jscodeshift": "npm:^0.12.0"

0 commit comments

Comments
 (0)