Skip to content

Commit

Permalink
Bump tsup to version 8.3.0 for @reduxjs/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Sep 17, 2024
1 parent dbd5bb8 commit 63e02ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/configs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"src"
],
"scripts": {
"build": "yarn clean && tsup --config tsup.config.mts",
"build": "yarn clean && tsup",
"clean": "rimraf dist",
"prepack": "yarn build"
},
Expand Down Expand Up @@ -62,7 +62,7 @@
"eslint": "^9.10.0",
"rimraf": "^6.0.1",
"tslib": "^2.7.0",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6327,7 +6327,7 @@ __metadata:
eslint-config-prettier: "npm:^9.1.0"
rimraf: "npm:^6.0.1"
tslib: "npm:^2.7.0"
tsup: "npm:^8.2.4"
tsup: "npm:^8.3.0"
typescript: "npm:^5.6.2"
typescript-eslint: "npm:^8.6.0"
peerDependencies:
Expand Down

0 comments on commit 63e02ab

Please sign in to comment.