Skip to content

Commit d2163e7

Browse files
committed
update deps and remove custom CSS rules for hightable
1 parent 8bee4c1 commit d2163e7

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"watch:url": "NODE_ENV=development nodemon bin/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet"
5656
},
5757
"dependencies": {
58-
"hightable": "0.19.5",
58+
"hightable": "0.19.7",
5959
"hyparquet": "1.18.0",
6060
"hyparquet-compressors": "1.1.1",
6161
"icebird": "0.3.0"
@@ -72,7 +72,7 @@
7272
"eslint": "9.36.0",
7373
"eslint-plugin-react": "7.37.5",
7474
"eslint-plugin-react-hooks": "5.2.0",
75-
"eslint-plugin-react-refresh": "0.4.20",
75+
"eslint-plugin-react-refresh": "0.4.21",
7676
"eslint-plugin-storybook": "9.1.7",
7777
"globals": "16.4.0",
7878
"jsdom": "27.0.0",
@@ -82,8 +82,8 @@
8282
"react-dom": "19.1.1",
8383
"storybook": "9.1.7",
8484
"typescript": "5.8.3",
85-
"typescript-eslint": "8.44.0",
86-
"vite": "7.1.6",
85+
"typescript-eslint": "8.44.1",
86+
"vite": "7.1.7",
8787
"vitest": "3.2.4"
8888
},
8989
"peerDependencies": {

src/components/ParquetView/ParquetView.module.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,4 @@
99
tbody td {
1010
cursor: pointer;
1111
}
12-
/* row numbers */
13-
tbody tr:hover [role="rowheader"] {
14-
background-color: #ccd;
15-
border-right: 1px solid #ccc;
16-
}
17-
18-
> [role="menu"] > [role="menuitem"] {
19-
color: #333;
20-
}
2112
}

0 commit comments

Comments
 (0)