Skip to content

Commit f61204f

Browse files
authored
Remove unused lru-cache dependency (#84)
1 parent 59082e7 commit f61204f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
},
3030
"homepage": "https://github.com/Eppo-exp/node-server-sdk#readme",
3131
"dependencies": {
32-
"@eppo/js-client-sdk-common": "^4.5.1",
33-
"lru-cache": "^10.0.1"
32+
"@eppo/js-client-sdk-common": "^4.5.1"
3433
},
3534
"devDependencies": {
3635
"@google-cloud/storage": "^6.9.3",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3550,11 +3550,6 @@ log-update@^4.0.0:
35503550
slice-ansi "^4.0.0"
35513551
wrap-ansi "^6.2.0"
35523552

3553-
lru-cache@^10.0.1:
3554-
version "10.0.1"
3555-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
3556-
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
3557-
35583553
lru-cache@^5.1.1:
35593554
version "5.1.1"
35603555
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"

0 commit comments

Comments
 (0)