Skip to content

Commit 04560b6

Browse files
committed
update deps and remove custom CSS rules for hightable
1 parent b81aa3a commit 04560b6

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,35 +55,35 @@
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"
6262
},
6363
"devDependencies": {
64-
"@eslint/js": "9.35.0",
65-
"@storybook/react-vite": "9.1.6",
64+
"@eslint/js": "9.36.0",
65+
"@storybook/react-vite": "9.1.7",
6666
"@testing-library/react": "16.3.0",
67-
"@types/node": "24.5.1",
67+
"@types/node": "24.5.2",
6868
"@types/react": "19.1.13",
6969
"@types/react-dom": "19.1.9",
7070
"@vitejs/plugin-react": "5.0.3",
7171
"@vitest/coverage-v8": "3.2.4",
72-
"eslint": "9.35.0",
72+
"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",
76-
"eslint-plugin-storybook": "9.1.6",
75+
"eslint-plugin-react-refresh": "0.4.21",
76+
"eslint-plugin-storybook": "9.1.7",
7777
"globals": "16.4.0",
7878
"jsdom": "27.0.0",
7979
"nodemon": "3.1.10",
8080
"npm-run-all": "4.1.5",
8181
"react": "19.1.1",
8282
"react-dom": "19.1.1",
83-
"storybook": "9.1.6",
83+
"storybook": "9.1.7",
8484
"typescript": "5.8.3",
85-
"typescript-eslint": "8.44.0",
86-
"vite": "7.1.5",
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)