Skip to content

Commit ba16771

Browse files
committed
Bump deps
1 parent c4cafa4 commit ba16771

4 files changed

Lines changed: 204 additions & 488 deletions

File tree

hubtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"postversion": "git push --follow-tags"
1919
},
2020
"dependencies": {
21-
"@gmod/ucsc-hub": "^2.0.1"
21+
"@gmod/ucsc-hub": "^2.0.3"
2222
},
2323
"devDependencies": {
2424
"rimraf": "^6.1.3",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"@gmod/ucsc-hub": "^2.0.1",
15-
"@types/node": "^25.5.0",
16-
"@types/pako": "^2.0.3",
14+
"@gmod/ucsc-hub": "^2.0.3",
15+
"@types/node": "^25.5.2",
16+
"@types/pako": "^2.0.4",
1717
"@types/react": "^19.2.14",
18-
"@types/react-dom": "^19.2.1",
18+
"@types/react-dom": "^19.2.3",
1919
"eslint": "^9.39.4",
20-
"eslint-plugin-import": "^2.31.0",
20+
"eslint-plugin-import": "^2.32.0",
2121
"eslint-plugin-unicorn": "^64.0.0",
2222
"fast-deep-equal": "^3.1.3",
2323
"node-sql-parser": "^5.4.0",
2424
"prettier": "^3.8.1",
2525
"typescript": "^6.0.2",
26-
"typescript-eslint": "^8.58.0"
26+
"typescript-eslint": "^8.58.1"
2727
},
2828
"pnpm": {
2929
"onlyBuiltDependencies": [
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@eslint/js": "^9.39.4",
3636
"eslint-plugin-react": "^7.37.5",
37-
"eslint-plugin-react-hooks": "^7.0.0",
37+
"eslint-plugin-react-hooks": "^7.0.1",
3838
"globals": "^17.4.0",
3939
"prettier-plugin-astro": "^0.14.1"
4040
}

0 commit comments

Comments
 (0)