diff --git a/package.json b/package.json index c8b9f5444..02ad2b318 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "three": "0.149.0" }, "devDependencies": { - "@sentry/webpack-plugin": "2.7.0", + "@sentry/webpack-plugin": "2.7.1", "@testing-library/react": "12.1.5", "@types/echarts": "4.9.18", "@types/eslint": "7.29.0", @@ -58,7 +58,7 @@ "create-react-app": "^5.0.0", "eslint": "7.32.0", "eslint-config-airbnb": "18.2.1", - "eslint-config-prettier": "8.10.0", + "eslint-config-prettier": "9.0.0", "eslint-plugin-import": "2.28.1", "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-prettier": "3.4.1", diff --git a/src/pages/Script/index.tsx b/src/pages/Script/index.tsx index e23114969..907d56bf1 100644 --- a/src/pages/Script/index.tsx +++ b/src/pages/Script/index.tsx @@ -81,8 +81,7 @@ const getScriptInfo = (scriptInfo: ScriptInfo) => { }, ] - // don't show `referring_cells` temporarily - return items.slice(0, 6) + return items } const ScriptsTitleOverview = ({ scriptInfo }: { scriptInfo: ScriptInfo }) => { @@ -198,9 +197,7 @@ export const ScriptPage = () => { key: 'referring_cells', children: , }, - ] - // don't show `referring_cells` temporarily - .slice(0, 2)} + ]} /> diff --git a/yarn.lock b/yarn.lock index a148ae975..ade99a206 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2200,10 +2200,10 @@ "@sentry/utils" "7.65.0" tslib "^2.4.1 || ^1.9.3" -"@sentry/bundler-plugin-core@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.7.0.tgz#6a6e2ac14646b92c932dfa46a7ea9a719782c6a3" - integrity sha512-ZxJG/DsRXJ9BMaKv+butL3TaiHsuuUy1bNkl56/FCbCt1rYuzltEPT2cBuuveieg66ZWtzerSF17QX3v6svtJQ== +"@sentry/bundler-plugin-core@2.7.1": + version "2.7.1" + resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.7.1.tgz#60ca41f79393263911ae6bc5530f387cb1e48e47" + integrity sha512-ZC/B/7FzzgGpux2t54B2ioXudlq60MHMVPaUeuFzWwxmxiArrV4uBXcp18RMW5ns4biik5WBAD72vbsoloBfIQ== dependencies: "@sentry/cli" "^2.20.1" "@sentry/node" "^7.60.0" @@ -2288,12 +2288,12 @@ "@sentry/types" "7.65.0" tslib "^2.4.1 || ^1.9.3" -"@sentry/webpack-plugin@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-2.7.0.tgz#3a350f190918c05ad13f585c57fbcae3d79c6708" - integrity sha512-RN/Z72P2rNPiNsnH2OCHx3rOSDZa/HDLKUUMn2QO//kkTZS/Iu0HCNgCg1Ik5Z6evxtPC0bPhWo9aBksKaXDbg== +"@sentry/webpack-plugin@2.7.1": + version "2.7.1" + resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-2.7.1.tgz#f9475d24834a94cc6deba6c972afed28d491544e" + integrity sha512-YTlBFGVolXW7ZDoeg7cmLLCqIWNGvH9r3/q7FR1EBM5cDBf21juI+RVFM2mLf/bEu+Qf2uwt1tki8G1rfe7/0g== dependencies: - "@sentry/bundler-plugin-core" "2.7.0" + "@sentry/bundler-plugin-core" "2.7.1" unplugin "1.0.1" uuid "^9.0.0" @@ -5649,10 +5649,10 @@ eslint-config-airbnb@18.2.1: object.assign "^4.1.2" object.entries "^1.1.2" -eslint-config-prettier@8.10.0: - version "8.10.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11" - integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== +eslint-config-prettier@9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f" + integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw== eslint-config-react-app@^7.0.1: version "7.0.1"