Skip to content

Commit

Permalink
Change peerDeps into deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 30, 2025
1 parent e797fa5 commit cdddbad
Show file tree
Hide file tree
Showing 37 changed files with 159 additions and 159 deletions.
10 changes: 5 additions & 5 deletions packages/app-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"@jbrowse/product-core": "^3.0.0",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"copy-to-clipboard": "^3.3.1"
},
"peerDependencies": {
"copy-to-clipboard": "^3.3.1",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"rxjs": "^7.0.0",
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@
"rbush": "^3.0.1",
"react-draggable": "^4.4.5",
"serialize-error": "^8.0.0",
"source-map-js": "^1.0.2"
},
"peerDependencies": {
"source-map-js": "^1.0.2",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"rxjs": "^7.0.0",
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"publishConfig": {
"access": "public",
"directory": "dist"
Expand Down
10 changes: 5 additions & 5 deletions packages/embedded-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
"@jbrowse/product-core": "^3.0.0",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"copy-to-clipboard": "^3.3.1"
},
"peerDependencies": {
"copy-to-clipboard": "^3.3.1",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"rxjs": "^7.0.0",
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/product-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
"@mui/material": "^6.0.0",
"copy-to-clipboard": "^3.3.1",
"librpc-web-mod": "^1.0.0",
"serialize-error": "^8.0.0"
},
"peerDependencies": {
"serialize-error": "^8.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"rxjs": "^7.0.0",
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/sv-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"@jbrowse/core": "^3.0.0",
"@jbrowse/plugin-linear-genome-view": "^3.0.0",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0"
},
"peerDependencies": {
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"rxjs": "^7.0.0",
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/text-indexing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
"@jbrowse/core": "^3.0.0",
"ixixx": "^2.0.1",
"node-fetch": "^2.6.0",
"sanitize-filename": "^1.6.3"
},
"peerDependencies": {
"sanitize-filename": "^1.6.3",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"rxjs": "^7.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/web-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
"@jbrowse/product-core": "^3.0.0",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"copy-to-clipboard": "^3.3.1"
},
"peerDependencies": {
"copy-to-clipboard": "^3.3.1",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"rxjs": "^7.0.0",
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
12 changes: 6 additions & 6 deletions plugins/alignments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"canvas2svg": "^1.0.16",
"copy-to-clipboard": "^3.3.1",
"fast-deep-equal": "^3.1.3",
"generic-filehandle2": "^1.0.0"
},
"peerDependencies": {
"generic-filehandle2": "^1.0.0",
"@jbrowse/core": "^3.0.0",
"@jbrowse/plugin-linear-genome-view": "^3.0.0",
"@jbrowse/plugin-wiggle": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=16.8.0",
"rxjs": "^7.0.0",
"tss-react": "^4.0.0"
"tss-react": "^4.0.0",
"rxjs": "^7.0.0"
},
"peerDependencies": {
"react": ">=18.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions plugins/arc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,20 @@
"build:commonjs": "tsc --build tsconfig.build.commonjs.json",
"clean": "rimraf dist esm *.tsbuildinfo"
},
"peerDependencies": {
"dependencies": {
"@jbrowse/core": "^3.0.0",
"@jbrowse/plugin-linear-genome-view": "^3.0.0",
"@jbrowse/plugin-wiggle": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"rxjs": "^7.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"distModule": "esm/index.js",
"srcModule": "src/index.ts",
"module": "",
Expand Down
10 changes: 5 additions & 5 deletions plugins/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
},
"dependencies": {
"crypto-js": "^4.2.0",
"generic-filehandle2": "^1.0.0"
},
"peerDependencies": {
"generic-filehandle2": "^1.0.0",
"@jbrowse/core": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"rxjs": "^7.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 1 addition & 3 deletions plugins/bed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
"@gmod/bbi": "^6.0.0",
"@gmod/bed": "^2.1.2",
"@gmod/bgzf-filehandle": "^2.0.1",
"@gmod/tabix": "^2.0.0"
},
"peerDependencies": {
"@gmod/tabix": "^2.0.0",
"@jbrowse/core": "^3.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
Expand Down
10 changes: 5 additions & 5 deletions plugins/breakpoint-split-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"@gmod/vcf": "^6.0.0",
"@mui/icons-material": "^6.0.0",
"@types/file-saver": "^2.0.1",
"file-saver": "^2.0.0"
},
"peerDependencies": {
"file-saver": "^2.0.0",
"@jbrowse/core": "^3.0.0",
"@jbrowse/plugin-linear-genome-view": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=16.8.4",
"react-dom": ">=16.8.4",
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": ">=16.8.4",
"react-dom": ">=16.8.4"
},
"distModule": "esm/index.js",
"srcModule": "src/index.ts",
"module": "",
Expand Down
10 changes: 5 additions & 5 deletions plugins/circular-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"dependencies": {
"@mui/icons-material": "^6.0.0",
"@types/file-saver": "^2.0.0",
"file-saver": "^2.0.0"
},
"peerDependencies": {
"file-saver": "^2.0.0",
"@jbrowse/core": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 5 additions & 5 deletions plugins/comparative-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
"dependencies": {
"@gmod/bgzf-filehandle": "^2.0.1",
"@gmod/tabix": "^2.0.0",
"generic-filehandle2": "^1.0.0"
},
"peerDependencies": {
"generic-filehandle2": "^1.0.0",
"@jbrowse/core": "^3.0.0",
"@jbrowse/plugin-alignments": "^3.0.0",
"@jbrowse/plugin-linear-genome-view": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"rxjs": "^7.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"distModule": "esm/index.js",
"srcModule": "src/index.ts",
"module": "",
Expand Down
10 changes: 5 additions & 5 deletions plugins/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
},
"dependencies": {
"@mui/icons-material": "^6.0.0",
"pluralize": "^8.0.0"
},
"peerDependencies": {
"pluralize": "^8.0.0",
"@jbrowse/core": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"rxjs": "^7.0.0",
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 4 additions & 4 deletions plugins/data-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
"deepmerge": "^4.3.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-vtree": "^3.0.0-beta.1",
"react-window": "^1.8.6"
},
"peerDependencies": {
"react-window": "^1.8.6",
"@jbrowse/core": "^3.0.0",
"@jbrowse/plugin-config": "^3.0.0",
"@jbrowse/product-core": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=16.8.0",
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 5 additions & 5 deletions plugins/dotplot-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"@mui/icons-material": "^6.0.0",
"@mui/x-data-grid": "^7.0.0",
"@types/file-saver": "^2.0.1",
"file-saver": "^2.0.0"
},
"peerDependencies": {
"file-saver": "^2.0.0",
"@jbrowse/core": "^3.0.0",
"@jbrowse/plugin-alignments": "^3.0.0",
"@mui/material": "^6.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"rxjs": "^7.0.0",
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"distModule": "esm/index.js",
"srcModule": "src/index.ts",
"module": "",
Expand Down
Loading

0 comments on commit cdddbad

Please sign in to comment.