Skip to content

Commit

Permalink
package: add react-table module to web app
Browse files Browse the repository at this point in the history
  • Loading branch information
maceteligolden committed Oct 24, 2023
1 parent 327aa80 commit af88aaa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


yarn-path ".yarn/releases/yarn-1.19.0.cjs"
15 changes: 8 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,20 @@
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.12",
"@jitsi/react-sdk": "^1.3.0",

Check warning on line 23 in apps/web/package.json

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (jitsi)
"@jitsu/jitsu-react": "^1.3.0",

Check warning on line 24 in apps/web/package.json

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (jitsu)

Check warning on line 24 in apps/web/package.json

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (jitsu)
"@popperjs/core": "^2.11.6",

Check warning on line 25 in apps/web/package.json

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (popperjs)
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-hover-card": "^1.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@sentry/nextjs": "^7.71.0",

Check warning on line 34 in apps/web/package.json

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (nextjs)
"@tanstack/react-table": "^8.10.7",

Check warning on line 35 in apps/web/package.json

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (tanstack)
"@types/react-google-recaptcha": "^2.1.5",
"@vercel/analytics": "^0.1.6",
"@sentry/nextjs": "^7.71.0",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"class-validator": "^0.14.0",
Expand All @@ -46,6 +48,7 @@
"embla-carousel-react": "^8.0.0-rc11",
"emoji-mart": "^5.5.2",
"firebase": "8.3.3",
"hotkeys-js": "^3.12.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^3.1.2",
Expand Down Expand Up @@ -78,20 +81,18 @@
"string-to-color": "^2.2.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.1.8",
"tailwindcss-animate": "^1.0.6",
"@jitsu/jitsu-react": "^1.3.0",
"hotkeys-js": "^3.12.0"
"tailwindcss-animate": "^1.0.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/cookie": "^0.5.1",
"@types/js-cookie": "^3.0.2",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "18.8.4",
"@types/pako": "^2.0.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-google-recaptcha": "^2.1.5",
"@types/pako": "^2.0.0",
"eslint": "^8.28.0",
"eslint-config-next": "^13.1.6",
"typescript": "^4.9.4"
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5095,6 +5095,18 @@
lodash.merge "^4.6.2"
postcss-selector-parser "6.0.10"

"@tanstack/react-table@^8.10.7":
version "8.10.7"
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.10.7.tgz#733f4bee8cf5aa19582f944dd0fd3224b21e8c94"
integrity sha512-bXhjA7xsTcsW8JPTTYlUg/FuBpn8MNjiEPhkNhIGCUR6iRQM2+WEco4OBpvDeVcR9SE+bmWLzdfiY7bCbCSVuA==
dependencies:
"@tanstack/table-core" "8.10.7"

"@tanstack/[email protected]":
version "8.10.7"
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.10.7.tgz#577e8a635048875de4c9d6d6a3c21d26ff9f9d08"
integrity sha512-KQk5OMg5OH6rmbHZxuNROvdI+hKDIUxANaHlV+dPlNN7ED3qYQ/WkpY2qlXww1SIdeMlkIhpN/2L00rof0fXFw==

"@teppeis/[email protected]":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@teppeis/multimaps/-/multimaps-2.0.0.tgz#2114ee964b702f9777d0e07899087ad9cd89a0de"
Expand Down

0 comments on commit af88aaa

Please sign in to comment.