We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tsup
@reduxjs/eslint-config
1 parent f20f897 commit 5b1b3b9Copy full SHA for 5b1b3b9
packages/configs/eslint/package.json
@@ -24,7 +24,7 @@
24
"src"
25
],
26
"scripts": {
27
- "build": "yarn clean && tsup --config tsup.config.mts",
+ "build": "yarn clean && tsup",
28
"clean": "rimraf dist",
29
"prepack": "yarn build"
30
},
@@ -62,7 +62,7 @@
62
"eslint": "^9.10.0",
63
"rimraf": "^6.0.1",
64
"tslib": "^2.7.0",
65
- "tsup": "^8.2.4",
+ "tsup": "^8.3.0",
66
"typescript": "^5.6.2"
67
68
"dependencies": {
yarn.lock
@@ -6327,7 +6327,7 @@ __metadata:
6327
eslint-config-prettier: "npm:^9.1.0"
6328
rimraf: "npm:^6.0.1"
6329
tslib: "npm:^2.7.0"
6330
- tsup: "npm:^8.2.4"
+ tsup: "npm:^8.3.0"
6331
typescript: "npm:^5.6.2"
6332
typescript-eslint: "npm:^8.6.0"
6333
peerDependencies:
0 commit comments