Skip to content

Commit 5b1b3b9

Browse files
committed
Bump tsup to version 8.3.0 for @reduxjs/eslint-config
1 parent f20f897 commit 5b1b3b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/configs/eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"src"
2525
],
2626
"scripts": {
27-
"build": "yarn clean && tsup --config tsup.config.mts",
27+
"build": "yarn clean && tsup",
2828
"clean": "rimraf dist",
2929
"prepack": "yarn build"
3030
},
@@ -62,7 +62,7 @@
6262
"eslint": "^9.10.0",
6363
"rimraf": "^6.0.1",
6464
"tslib": "^2.7.0",
65-
"tsup": "^8.2.4",
65+
"tsup": "^8.3.0",
6666
"typescript": "^5.6.2"
6767
},
6868
"dependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6327,7 +6327,7 @@ __metadata:
63276327
eslint-config-prettier: "npm:^9.1.0"
63286328
rimraf: "npm:^6.0.1"
63296329
tslib: "npm:^2.7.0"
6330-
tsup: "npm:^8.2.4"
6330+
tsup: "npm:^8.3.0"
63316331
typescript: "npm:^5.6.2"
63326332
typescript-eslint: "npm:^8.6.0"
63336333
peerDependencies:

0 commit comments

Comments
 (0)