chore: re-add eslint-plugin-import-x

This commit is contained in:
Simon Chan 2024-05-20 15:57:17 +08:00
parent 493683b80c
commit fdf0a863d9
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
35 changed files with 668 additions and 619 deletions

View file

@ -38,15 +38,15 @@
"@yume-chan/adb-server-node-tcp": "workspace:^0.0.23",
"@yume-chan/android-bin": "workspace:^0.0.23",
"@yume-chan/stream-extra": "workspace:^0.0.23",
"commander": "^12.0.0",
"commander": "^12.1.0",
"source-map-support": "^0.5.21",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/node": "^20.12.12",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"jest": "^30.0.0-alpha.3",
"jest": "^30.0.0-alpha.4",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
}