Skip to content

Commit 1a38e1d

Browse files
authored
Remove unused “chunky” dev dependency and associated leftovers (#3697)
Unused since 766e48f (Update types & move some configs around).
1 parent b617619 commit 1a38e1d

4 files changed

Lines changed: 1 addition & 9 deletions

File tree

packages/pg-protocol/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"@types/mocha": "^10.0.10",
2020
"@types/node": "^16",
2121
"chai": "^4.2.0",
22-
"chunky": "^0.0.0",
2322
"mocha": "^11.7.5",
2423
"ts-node": "^8.5.4",
2524
"typescript": "^6.0.3"

packages/pg-protocol/src/types/chunky.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/pg-protocol/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"declaration": true,
1515
"paths": {
1616
"*": [
17-
"./node_modules/*",
18-
"./src/types/*"
17+
"./node_modules/*"
1918
]
2019
},
2120
"types": [

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3195,11 +3195,6 @@ chrome-trace-event@^1.0.2:
31953195
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz#05bffd7ff928465093314708c93bdfa9bd1f0f5b"
31963196
integrity sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==
31973197

3198-
chunky@^0.0.0:
3199-
version "0.0.0"
3200-
resolved "https://registry.npmjs.org/chunky/-/chunky-0.0.0.tgz"
3201-
integrity sha1-HnWAojwIOJfSrWYkWefv2EZfYIo=
3202-
32033198
ci-info@^2.0.0:
32043199
version "2.0.0"
32053200
resolved "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz"

0 commit comments

Comments
 (0)