Skip to content

Commit 393f316

Browse files
committed
refactor: remove deprecated dependency
1 parent 1ec8c29 commit 393f316

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

packages/bentocache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"dependencies": {
7070
"@paralleldrive/cuid2": "^2.2.2",
7171
"@poppinss/utils": "^6.7.3",
72-
"@sindresorhus/chunkify": "^2.0.0",
7372
"async-mutex": "^0.5.0",
73+
"chunkify": "^5.0.0",
7474
"hexoid": "^1.0.0",
7575
"lru-cache": "^10.2.0",
7676
"p-timeout": "^6.1.2",

packages/bentocache/src/drivers/dynamodb.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chunkify from '@sindresorhus/chunkify'
1+
import chunkify from 'chunkify'
22
import {
33
DynamoDBClient,
44
GetItemCommand,

pnpm-lock.yaml

+8-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)