Skip to content

Commit 4002ecd

Browse files
committed
Update and format
1 parent f3421f7 commit 4002ecd

8 files changed

Lines changed: 3671 additions & 1370 deletions

File tree

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -32,55 +32,55 @@
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.29.0",
35-
"@babel/preset-react": "^7.10.4",
36-
"@emotion/react": "^11.10.4",
37-
"@eslint/js": "^8.57.0",
35+
"@babel/preset-react": "^7.28.5",
36+
"@emotion/react": "^11.14.0",
37+
"@eslint/js": "^8.57.1",
3838
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
39-
"@gmod/bbi": "^8.1.1",
40-
"@jbrowse/cli": "^4.1.14",
41-
"@jbrowse/core": "^4.1.14",
39+
"@gmod/bbi": "^8.1.2",
40+
"@jbrowse/cli": "^4.1.15",
41+
"@jbrowse/core": "^4.1.15",
4242
"@jbrowse/mobx-state-tree": "^5.6.0",
43-
"@jbrowse/plugin-data-management": "^4.1.14",
44-
"@jbrowse/plugin-linear-genome-view": "^4.1.14",
45-
"@mui/material": "^7.3.9",
46-
"@mui/system": "^7.3.9",
47-
"@mui/x-data-grid": "^8.27.5",
48-
"@types/d3-array": "^3.2.1",
43+
"@jbrowse/plugin-data-management": "^4.1.15",
44+
"@jbrowse/plugin-linear-genome-view": "^4.1.15",
45+
"@mui/material": "^7.3.10",
46+
"@mui/system": "^7.3.10",
47+
"@mui/x-data-grid": "^8.28.2",
48+
"@types/d3-array": "^3.2.2",
4949
"@types/d3-hierarchy": "^3.1.7",
5050
"@types/jest-image-snapshot": "^6.4.1",
51-
"@types/node": "^25.5.0",
51+
"@types/node": "^25.6.0",
5252
"@types/react": "^19.2.14",
53-
"chalk": "^5.3.0",
54-
"esbuild": "^0.27.4",
55-
"eslint": "^10.0.3",
53+
"chalk": "^5.6.2",
54+
"esbuild": "^0.27.7",
55+
"eslint": "^10.2.0",
5656
"eslint-plugin-import": "^2.32.0",
57-
"eslint-plugin-react": "^7.20.3",
57+
"eslint-plugin-react": "^7.37.5",
5858
"eslint-plugin-react-hooks": "^7.0.1",
5959
"eslint-plugin-unicorn": "^63.0.0",
6060
"jest-image-snapshot": "^6.5.2",
61-
"mobx": "^6.0.0",
62-
"mobx-react": "^9.0.1",
63-
"prettier": "^3.4.2",
64-
"pretty-bytes": "^7.0.0",
65-
"puppeteer": "^24.39.1",
66-
"react": "^19.2.4",
67-
"react-dom": "^19.2.4",
61+
"mobx": "^6.15.0",
62+
"mobx-react": "^9.2.1",
63+
"prettier": "^3.8.2",
64+
"pretty-bytes": "^7.1.0",
65+
"puppeteer": "^24.40.0",
66+
"react": "^19.2.5",
67+
"react-dom": "^19.2.5",
6868
"rimraf": "^6.1.3",
69-
"rxjs": "^7.8.1",
69+
"rxjs": "^7.8.2",
7070
"serve": "^14.2.6",
71-
"tss-react": "^4.9.18",
72-
"typescript": "^5.1.6",
73-
"typescript-eslint": "^8.57.0",
74-
"vitest": "^4.1.0"
71+
"tss-react": "^4.9.20",
72+
"typescript": "^5.9.3",
73+
"typescript-eslint": "^8.58.2",
74+
"vitest": "^4.1.4"
7575
},
7676
"dependencies": {
77-
"@gmod/bgzf-filehandle": "^6.0.12",
77+
"@gmod/bgzf-filehandle": "^6.0.18",
7878
"abortable-promise-cache": "^1.5.0",
7979
"buffer": "^6.0.3",
8080
"d3-array": "^3.2.4",
8181
"d3-hierarchy": "^3.1.2",
8282
"fast-deep-equal": "^3.1.3",
8383
"flatbush": "^4.5.1",
84-
"generic-filehandle2": "^2.0.1"
84+
"generic-filehandle2": "^2.1.4"
8585
}
8686
}

0 commit comments

Comments
 (0)