Skip to content

Commit

Permalink
refactor: remove deprecated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 6, 2024
1 parent 1ec8c29 commit 393f316
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/bentocache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
"@poppinss/utils": "^6.7.3",
"@sindresorhus/chunkify": "^2.0.0",
"async-mutex": "^0.5.0",
"chunkify": "^5.0.0",
"hexoid": "^1.0.0",
"lru-cache": "^10.2.0",
"p-timeout": "^6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/bentocache/src/drivers/dynamodb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import chunkify from '@sindresorhus/chunkify'
import chunkify from 'chunkify'
import {
DynamoDBClient,
GetItemCommand,
Expand Down
17 changes: 8 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 393f316

Please sign in to comment.