Skip to content

Commit 37582c1

Browse files
committed
Strip query string when matching file type
1 parent 74cf532 commit 37582c1

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"dependencies": {
2525
"highlight.js": "11.10.0",
26-
"hightable": "0.5.1",
27-
"hyparquet": "1.4.0",
26+
"hightable": "0.5.2",
27+
"hyparquet": "1.4.1",
2828
"hyparquet-compressors": "0.1.4"
2929
},
3030
"devDependencies": {
@@ -34,21 +34,21 @@
3434
"@rollup/plugin-terser": "0.4.4",
3535
"@rollup/plugin-typescript": "12.1.0",
3636
"@testing-library/react": "16.0.1",
37-
"@types/node": "22.7.4",
38-
"@types/react": "18.3.10",
37+
"@types/node": "22.7.5",
38+
"@types/react": "18.3.11",
3939
"@types/react-dom": "18.3.0",
40-
"@vitejs/plugin-react": "4.3.1",
41-
"@vitest/coverage-v8": "2.1.1",
42-
"eslint": "9.11.1",
43-
"globals": "15.9.0",
40+
"@vitejs/plugin-react": "4.3.2",
41+
"@vitest/coverage-v8": "2.1.2",
42+
"eslint": "9.12.0",
43+
"globals": "15.10.0",
4444
"jsdom": "25.0.1",
4545
"react": "18.3.1",
4646
"react-dom": "18.3.1",
47-
"rollup": "4.22.5",
47+
"rollup": "4.24.0",
4848
"rollup-plugin-postcss": "4.0.2",
4949
"tslib": "2.7.0",
5050
"typescript": "5.6.2",
51-
"typescript-eslint": "8.7.0",
52-
"vitest": "2.1.1"
51+
"typescript-eslint": "8.8.1",
52+
"vitest": "2.1.2"
5353
}
5454
}

0 commit comments

Comments
 (0)