Skip to content

Commit 4c436e3

Browse files
committed
Bump deps
1 parent 46345d3 commit 4c436e3

2 files changed

Lines changed: 918 additions & 801 deletions

File tree

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,31 @@
3131
"postversion": "git push --follow-tags"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "^7.16.5",
34+
"@babel/core": "^7.29.0",
3535
"@babel/preset-react": "^7.10.4",
3636
"@emotion/react": "^11.10.4",
3737
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
3838
"@gmod/bbi": "^8.1.1",
3939
"@jbrowse/cli": "^4.1.14",
40-
"@jbrowse/core": "^4.1.3",
41-
"@jbrowse/mobx-state-tree": "^5.4.1",
42-
"@jbrowse/plugin-data-management": "^4.1.3",
43-
"@jbrowse/plugin-linear-genome-view": "^4.1.3",
44-
"@mui/material": "^7.0.1",
45-
"@mui/system": "^7.0.1",
46-
"@mui/x-data-grid": "^8.2.0",
40+
"@jbrowse/core": "^4.1.14",
41+
"@jbrowse/mobx-state-tree": "^5.6.0",
42+
"@jbrowse/plugin-data-management": "^4.1.14",
43+
"@jbrowse/plugin-linear-genome-view": "^4.1.14",
44+
"@mui/material": "^7.3.9",
45+
"@mui/system": "^7.3.9",
46+
"@mui/x-data-grid": "^8.27.5",
4747
"@types/d3-array": "^3.2.1",
4848
"@types/d3-hierarchy": "^3.1.7",
4949
"@types/jest-image-snapshot": "^6.4.1",
50-
"@types/node": "^25.0.10",
51-
"@types/react": "^19.2.10",
50+
"@types/node": "^25.5.0",
51+
"@types/react": "^19.2.14",
5252
"chalk": "^5.3.0",
53-
"esbuild": "^0.27.0",
54-
"eslint": "^9.17.0",
53+
"esbuild": "^0.27.4",
54+
"eslint": "^10.0.3",
5555
"eslint-plugin-import": "^2.31.0",
5656
"eslint-plugin-react": "^7.20.3",
5757
"eslint-plugin-react-hooks": "^7.0.1",
58-
"eslint-plugin-unicorn": "^62.0.0",
58+
"eslint-plugin-unicorn": "^63.0.0",
5959
"jest-image-snapshot": "^6.5.2",
6060
"mobx": "^6.0.0",
6161
"mobx-react": "^9.0.1",
@@ -64,13 +64,13 @@
6464
"puppeteer": "^24.39.1",
6565
"react": "^19.2.4",
6666
"react-dom": "^19.2.4",
67-
"rimraf": "^6.0.1",
67+
"rimraf": "^6.1.3",
6868
"rxjs": "^7.8.1",
69-
"serve": "^14.2.0",
69+
"serve": "^14.2.6",
7070
"tss-react": "^4.9.18",
7171
"typescript": "^5.1.6",
72-
"typescript-eslint": "^8.54.0",
73-
"vitest": "^4.0.5"
72+
"typescript-eslint": "^8.57.0",
73+
"vitest": "^4.1.0"
7474
},
7575
"dependencies": {
7676
"@gmod/bgzf-filehandle": "^6.0.12",
@@ -79,7 +79,7 @@
7979
"d3-array": "^3.2.4",
8080
"d3-hierarchy": "^3.1.2",
8181
"fast-deep-equal": "^3.1.3",
82-
"flatbush": "^4.4.1",
82+
"flatbush": "^4.5.1",
8383
"generic-filehandle2": "^2.0.1"
8484
}
8585
}

0 commit comments

Comments
 (0)