Skip to content

Commit eab479e

Browse files
committed
License Mapping Table updates
1 parent 4a9c206 commit eab479e

File tree

3 files changed

+330
-93
lines changed

3 files changed

+330
-93
lines changed

package-lock.json

+74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@radix-ui/react-slot": "^1.1.1",
17+
"@tanstack/react-virtual": "^3.11.2",
1718
"@types/lodash.memoize": "^4.1.9",
1819
"class-variance-authority": "^0.7.1",
1920
"clsx": "^2.1.1",
@@ -26,6 +27,8 @@
2627
"react": "^19.0.0",
2728
"react-dom": "^19.0.0",
2829
"react-error-boundary": "^5.0.0",
30+
"react-virtualized-auto-sizer": "^1.0.20",
31+
"react-window": "^1.8.10",
2932
"tailwind-merge": "^2.6.0",
3033
"tailwind-scrollbar": "^3.1.0",
3134
"tailwindcss-animate": "^1.0.7",
@@ -39,6 +42,7 @@
3942
"@types/papaparse": "^5.3.15",
4043
"@types/react": "^19.0.6",
4144
"@types/react-dom": "^19.0.0",
45+
"@types/react-window": "^1.8.8",
4246
"@vitejs/plugin-react": "^4.3.4",
4347
"autoprefixer": "^10.4.20",
4448
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)