Skip to content

Commit

Permalink
[deps] Remove @types/memoize-one dep (#1625)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- This PR removes the @types/memoize-one dep since this is a stub types
definition. memoize-one provides its own type definitions

fixes #1624

---------

Signed-off-by: Ansh Goyal <anshgoyal1704@gmail.com>
  • Loading branch information
anshgoyalevil committed Aug 1, 2023
1 parent 0f3bfdd commit 5489990
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ See the [configuration guide](https://www.jaegertracing.io/docs/latest/frontend-
[aio-docs]: https://www.jaegertracing.io/docs/latest/getting-started/
[fossa-img]: https://app.fossa.io/api/projects/git%2Bgitpro.ttaallkk.top%2Fjaegertracing%2Fjaeger-ui.svg?type=shield
[fossa]: https://app.fossa.io/projects/git%2Bgitpro.ttaallkk.top%2Fjaegertracing%2Fjaeger-ui?ref=badge_shield

1 change: 0 additions & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@types/deep-freeze": "^0.1.1",
"@types/history": "^4.7.2",
"@types/lodash": "^4.14.123",
"@types/memoize-one": "5.1.2",
"@types/moment": "^2.13.0",
"@types/object-hash": "^3.0.2",
"@types/react-copy-to-clipboard": "^5.0.4",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2656,13 +2656,6 @@
resolved "https://registry.yarnpkg.com/@types/match-sorter/-/match-sorter-2.3.0.tgz#902b927bc9c7f10863a9973da8deab48787dfc91"
integrity sha512-oNHiGln5wL4/K5uvfkn20ZXdoSH3DyG8aN7pVjtwjVTYdJDdedJD/gKg4qOBhVnLtiPlUy2H3i+OHjBQnpdf9Q==

"@types/memoize-one@5.1.2":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@types/memoize-one/-/memoize-one-5.1.2.tgz#9bed4199822f6ae759b2a0de855f3254104709b5"
integrity sha512-9lItlM8Bf1DPvm8p4zE0vUn7YoTktEYgLd6Eva/PT0its200xmhaYrCMG/Y8615/f62SXOrDWMIEPk/xV+DQpw==
dependencies:
memoize-one "*"

"@types/mime@*":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
Expand Down Expand Up @@ -9018,7 +9011,7 @@ memfs@^3.4.3:
dependencies:
fs-monkey "^1.0.3"

memoize-one@*, memoize-one@6.0.0, memoize-one@^6.0.0:
memoize-one@6.0.0, memoize-one@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-6.0.0.tgz#b2591b871ed82948aee4727dc6abceeeac8c1045"
integrity sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==
Expand Down

0 comments on commit 5489990

Please sign in to comment.