Skip to content

Commit 445251e

Browse files
authored
Merge branch 'main' into fix/dedupe-remaining-copy-toasts
2 parents 74dedbe + 9309d88 commit 445251e

23 files changed

Lines changed: 558 additions & 319 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@tanstack/react-router-ssr-query": "1.167.1",
7878
"@tanstack/react-start": "1.168.26",
7979
"@tanstack/react-start-client": "1.168.14",
80-
"@tanstack/react-table": "^8.21.3",
80+
"@tanstack/react-table": "9.0.0-beta.80",
8181
"@tanstack/workflow-core": "0.0.4",
8282
"@tanstack/workflow-runtime": "0.0.3",
8383
"@tanstack/workflow-store-drizzle-postgres": "0.0.5",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
packages:
22
- .
33

4+
minimumReleaseAgeExclude:
5+
- '@tanstack/react-table@9.0.0-beta.80'
6+
- '@tanstack/table-core@9.0.0-beta.80'
7+
48
overrides:
59
cross-spawn: '>=6.0.6'
610
glob: '>=10.5.0'
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/components/Footer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const FOOTER_COLUMNS: Array<FooterColumn> = [
4242
{ label: 'Discord', to: 'https://tlinz.com/discord' },
4343
{ label: 'GitHub', to: 'https://github.com/TanStack' },
4444
{ label: 'Maintainers', to: '/maintainers' },
45-
{ label: 'Contributors', to: '/maintainers' },
4645
{ label: 'Showcase', to: '/showcase' },
4746
],
4847
},

0 commit comments

Comments
 (0)