From 1697548147221f8c3af13b17b5cbcc5441511f71 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 5 Sep 2024 23:36:30 -0400 Subject: [PATCH] Rm --- app/package.json | 2 +- lib/src/index.ts | 1 - package.json | 4 +--- yarn.lock | 5 ----- 4 files changed, 2 insertions(+), 10 deletions(-) diff --git a/app/package.json b/app/package.json index 4b1c3a78..303ee98f 100644 --- a/app/package.json +++ b/app/package.json @@ -23,7 +23,7 @@ "mobx-state-tree": "5.4.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-msaview": "^3.0.0", + "react-msaview": "^4.0.0", "rxjs": "^7.8.1", "tss-react": "^4.9.12" } diff --git a/lib/src/index.ts b/lib/src/index.ts index 52658d48..3776c4af 100644 --- a/lib/src/index.ts +++ b/lib/src/index.ts @@ -1,3 +1,2 @@ export { default as MSAView } from './components/Loading' export { default as MSAModelF, type MsaViewModel } from './model' -console.log('wtf') diff --git a/package.json b/package.json index 3fa2df12..9de57988 100644 --- a/package.json +++ b/package.json @@ -12,12 +12,10 @@ }, "devDependencies": { "@emotion/react": "^11.13.0", - "@eslint/compat": "^1.1.1", - "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.8.0", "@jbrowse/core": "^2.13.1", "@mui/icons-material": "^6.0.2", "@mui/material": "^6.0.2", + "@mui/system": "^6.0.2", "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.2", diff --git a/yarn.lock b/yarn.lock index 9c6cf495..0ecfd609 100644 --- a/yarn.lock +++ b/yarn.lock @@ -542,11 +542,6 @@ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae" integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A== -"@eslint/compat@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.1.1.tgz#5736523f5105c94dfae5f35e31debc38443722cd" - integrity sha512-lpHyRyplhGPL5mGEh6M9O5nnKk0Gz4bFI+Zu6tKlPpDUN7XshWvH9C/px4UVm87IAANE0W81CEsNGbS1KlzXpA== - "@eslint/config-array@^0.18.0": version "0.18.0" resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d"