Skip to content

Commit

Permalink
Remove eruda
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jun 6, 2024
1 parent 278bacb commit 93d7f6a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
"dayjs": "^1.9.6",
"dotenv-webpack": "^1.0.2",
"easymde": "^2.15.0",
"eruda": "^3.0.1",
"eslint-config-next": "13",
"graphql": "^15.5.0",
"graphql-request": "^5.2.0",
Expand Down
1 change: 0 additions & 1 deletion src/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ function MyApp(props) {
if (isInitialized.current) return
isInitialized.current = true
initAllStores()
import('eruda').then(lib => lib.default.init())
}, [])

// Debug store
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6100,11 +6100,6 @@ error-stack-parser@^2.0.6:
dependencies:
stackframe "^1.3.4"

eruda@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/eruda/-/eruda-3.0.1.tgz#6c07ae2b3ced54151c6e9b21f9b8da11e6ec988a"
integrity sha512-6q1Xdwga4JTr1mKSW4mzuWSSbmXgqpm/8Wa1QGFGfCWRjC0bCQjbS4u06M1te1moucIS3hBLlbSTPWYH2W0qbQ==

es-abstract@^1.19.0, es-abstract@^1.20.4:
version "1.21.2"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.21.2.tgz#a56b9695322c8a185dc25975aa3b8ec31d0e7eff"
Expand Down

0 comments on commit 93d7f6a

Please sign in to comment.