Skip to content

Commit 37b1dfa

Browse files
chore: remove direct tslib dependency
1 parent b9c1135 commit 37b1dfa

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
"dependencies": {
5555
"@typescript-eslint/utils": "^8.56.0",
5656
"decamelize": "^6.0.1",
57-
"ts-api-utils": "^2.4.0",
58-
"tslib": "^2.1.0"
57+
"ts-api-utils": "^2.4.0"
5958
},
6059
"peerDependencies": {
6160
"eslint": "^10.0.0",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"declaration": true,
1919
"declarationMap": false,
2020
"sourceMap": false,
21-
"importHelpers": true,
21+
"importHelpers": false,
2222

2323
/* Rules */
2424
"skipLibCheck": true,

yarn.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,6 @@ __metadata:
20052005
rxjs: "npm:^7.8.2"
20062006
ts-api-utils: "npm:^2.4.0"
20072007
tsdown: "npm:^0.20.3"
2008-
tslib: "npm:^2.1.0"
20092008
typescript: "npm:~5.9.3"
20102009
typescript-eslint: "npm:^8.56.0"
20112010
vite: "npm:rolldown-vite@~7.3.1"

0 commit comments

Comments
 (0)