Skip to content

Commit

Permalink
feat: add TanStack Table (#401)
Browse files Browse the repository at this point in the history
# Pull Request type



Please check the type of change your PR introduces:

- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no API changes)
- [ ] Build-related changes
- [ ] Documentation content changes
- [ ] Other (please describe):

## What is the current behavior?



Issue Number: IN-859

## What is the new behavior?



-
-
-

## Does this introduce a breaking change?

- [ ] Yes
- [ ] No



## Other information




PR-URL: #401
Co-authored-by: Joe Karow <58997957+JoeKarow@users.noreply.github.com>
  • Loading branch information
kodiakhq[bot] and JoeKarow authored Apr 11, 2023
2 parents 7f3261e + 46f8387 commit f1ea7ed
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 21 deletions.
1 change: 1 addition & 0 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@mantine/utils": "6.0.7",
"@next/bundle-analyzer": "13.3.0",
"@tanstack/react-query": "4.29.1",
"@tanstack/react-table": "8.8.5",
"@tiptap/extension-link": "2.0.2",
"@tiptap/react": "2.0.2",
"@tiptap/starter-kit": "2.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ const config: StorybookConfig = {
framework: {
name: '@storybook/nextjs',
options: {
builder: {
// lazyCompilation: true,
// fsCache: true,
},
// builder: {
// // lazyCompilation: true,
// // fsCache: true,
// },
nextConfigPath: path.resolve(__dirname, '../../../apps/app/next.config.mjs'),
fastRefresh: true,
},
Expand Down
7 changes: 5 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
},
"dependencies": {
"@react-google-maps/api": "2.18.1",
"@weareinreach/api": "0.100.0",
"geolib": "3.3.3",
"libphonenumber-js": "1.10.26",
"localized-address-format": "1.3.1",
Expand All @@ -38,7 +37,7 @@
"@emotion/react": "11.10.6",
"@emotion/server": "11.10.0",
"@faker-js/faker": "7.6.0",
"@geometricpanda/storybook-addon-badges": "1.1.1",
"@geometricpanda/storybook-addon-badges": "2.0.0",
"@iconify-json/carbon": "1.1.16",
"@iconify-json/ph": "1.1.5",
"@iconify-json/simple-icons": "1.1.49",
Expand Down Expand Up @@ -77,6 +76,7 @@
"@storybook/types": "7.0.2",
"@tanstack/react-query": "4.29.1",
"@tanstack/react-query-devtools": "4.29.1",
"@tanstack/react-table": "8.8.5",
"@tiptap/extension-link": "2.0.2",
"@tiptap/react": "2.0.2",
"@tiptap/starter-kit": "2.0.2",
Expand All @@ -92,6 +92,7 @@
"@types/node": "18.15.11",
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
"@weareinreach/api": "0.100.0",
"@weareinreach/auth": "0.100.0",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
Expand Down Expand Up @@ -160,12 +161,14 @@
"@mantine/tiptap": "^6",
"@mantine/utils": "^6",
"@tanstack/react-query": "^4",
"@tanstack/react-table": "^8",
"@tiptap/extension-link": "^2.0.0-beta.209",
"@tiptap/react": "^2.0.0-beta.209",
"@tiptap/starter-kit": "^2.0.0-beta.209",
"@trpc/client": "10.19.1",
"@trpc/next": "10.19.1",
"@trpc/react-query": "10.19.1",
"@weareinreach/api": "*",
"@weareinreach/auth": "*",
"dayjs": "^1",
"embla-carousel-react": "^7",
Expand Down
55 changes: 40 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1ea7ed

Please sign in to comment.