Skip to content

Commit 35c5992

Browse files
committed
remove tslib dependency
This fixes #188.
1 parent 04a35ec commit 35c5992

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

apps/cli/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
"chalk": "^5.4.1",
122122
"js-yaml": "^4.1.0",
123123
"mime-types": "^3.0.1",
124-
"tslib": "2.1.0",
125124
"valibot": "^1.0.0",
126125
"yargs": "^17.7.2"
127126
},

bun.lockb

-560 Bytes
Binary file not shown.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"typescript-eslint": "^8.29.0"
122122
},
123123
"dependencies": {
124-
"@cantoo/pdf-lib": "^2.3.2",
124+
"@cantoo/pdf-lib": "^2.4.1",
125125
"@e965/xlsx": "^0.20.3",
126126
"@esgettext/runtime": "^1.3.6",
127127
"ajv": "^8.17.1",

0 commit comments

Comments
 (0)