Skip to content

Commit 4b4d267

Browse files
Added tanstack table core to peer dependencies
1 parent 0df4675 commit 4b4d267

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

packages/react-table/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,19 @@
4949
"build": "tsdown"
5050
},
5151
"dependencies": {
52-
"@tanstack/react-store": "^0.11.0",
53-
"@tanstack/table-core": "workspace:*"
52+
"@tanstack/react-store": "^0.11.0"
5453
},
5554
"devDependencies": {
5655
"@eslint-react/eslint-plugin": "^5.9.2",
56+
"@tanstack/table-core": "workspace:*",
5757
"@types/react": "^19.2.17",
5858
"@vitejs/plugin-react": "^6.0.3",
5959
"eslint-plugin-react-compiler": "19.1.0-rc.2",
6060
"eslint-plugin-react-hooks": "^7.1.1",
6161
"react": "^19.2.7"
6262
},
6363
"peerDependencies": {
64+
"@tanstack/table-core": "^9.0.0-beta.5",
6465
"react": ">=18"
6566
}
6667
}

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)