Skip to content

Commit 81f3d31

Browse files
authored
fix: tslib is no longer used because we're targeting ES2022 (#355)
1 parent 2320af4 commit 81f3d31

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-import-x": patch
3+
---
4+
5+
fix: tslib is no longer used because we're targeting ES2022

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"minimatch": "^9.0.3 || ^10.0.1",
8282
"semver": "^7.7.2",
8383
"stable-hash": "^0.0.5",
84-
"tslib": "^2.8.1",
8584
"unrs-resolver": "^1.7.5"
8685
},
8786
"devDependencies": {

yarn.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5977,7 +5977,6 @@ __metadata:
59775977
tinyexec: "npm:^1.0.1"
59785978
ts-node: "npm:^10.9.2"
59795979
tsdown: "npm:^0.12.3"
5980-
tslib: "npm:^2.8.1"
59815980
type-fest: "npm:^4.41.0"
59825981
typescript: "npm:^5.8.3"
59835982
typescript-eslint: "npm:^8.32.1"

0 commit comments

Comments
 (0)