Commit 5d666401 authored by lynn's avatar lynn Committed by GitHub

fix: remove unused deps (#6227)

* init

* remove one more useless dep

* bump up test size

* bump up test size

* up size
parent 0cc187a7
...@@ -130,7 +130,6 @@ ...@@ -130,7 +130,6 @@
"@popperjs/core": "^2.4.4", "@popperjs/core": "^2.4.4",
"@reach/dialog": "^0.10.3", "@reach/dialog": "^0.10.3",
"@reach/portal": "^0.10.3", "@reach/portal": "^0.10.3",
"@react-hook/window-scroll": "^1.3.0",
"@reduxjs/toolkit": "^1.6.1", "@reduxjs/toolkit": "^1.6.1",
"@sentry/react": "^7.40.0", "@sentry/react": "^7.40.0",
"@sentry/tracing": "^7.40.0", "@sentry/tracing": "^7.40.0",
...@@ -184,7 +183,6 @@ ...@@ -184,7 +183,6 @@
"copy-to-clipboard": "^3.2.0", "copy-to-clipboard": "^3.2.0",
"d3": "^7.6.1", "d3": "^7.6.1",
"ethers": "^5.7.2", "ethers": "^5.7.2",
"firebase": "^9.1.3",
"focus-visible": "^5.2.0", "focus-visible": "^5.2.0",
"get-graphql-schema": "^2.1.2", "get-graphql-schema": "^2.1.2",
"graphql": "^16.5.0", "graphql": "^16.5.0",
...@@ -200,7 +198,6 @@ ...@@ -200,7 +198,6 @@
"numbro": "^2.3.6", "numbro": "^2.3.6",
"polished": "^3.3.2", "polished": "^3.3.2",
"polyfill-object.fromentries": "^1.0.1", "polyfill-object.fromentries": "^1.0.1",
"popper-max-size-modifier": "^0.2.0",
"qrcode.react": "^3.1.0", "qrcode.react": "^3.1.0",
"qs": "^6.9.4", "qs": "^6.9.4",
"rc-slider": "^10.0.1", "rc-slider": "^10.0.1",
...@@ -224,12 +221,10 @@ ...@@ -224,12 +221,10 @@
"rebass": "^4.0.7", "rebass": "^4.0.7",
"redux": "^4.1.2", "redux": "^4.1.2",
"redux-localstorage-simple": "^2.3.1", "redux-localstorage-simple": "^2.3.1",
"setimmediate": "^1.0.5",
"statsig-react": "^1.22.0", "statsig-react": "^1.22.0",
"styled-components": "^5.3.5", "styled-components": "^5.3.5",
"tiny-invariant": "^1.2.0", "tiny-invariant": "^1.2.0",
"ua-parser-js": "^0.7.28", "ua-parser-js": "^0.7.28",
"use-count-up": "^2.2.5",
"use-resize-observer": "^9.0.2", "use-resize-observer": "^9.0.2",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"video-extensions": "^1.2.0", "video-extensions": "^1.2.0",
......
...@@ -16,10 +16,10 @@ try { ...@@ -16,10 +16,10 @@ try {
} }
// The last recorded size for these assets, as reported by `yarn build`. // The last recorded size for these assets, as reported by `yarn build`.
const LAST_SIZE_MAIN_KB = 381 const LAST_SIZE_MAIN_KB = 420
// This is the async-loaded js, called <number>.<hash>.js, with a matching css file. // This is the async-loaded js, called <number>.<hash>.js, with a matching css file.
const LAST_SIZE_ENTRY_KB = 1432 const LAST_SIZE_ENTRY_KB = 1442
const SIZE_TOLERANCE_KB = 10 const SIZE_TOLERANCE_KB = 10
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment