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/prettier-config
1 parent 0938379 commit 3cee79fCopy full SHA for 3cee79f
packages/configs/prettier/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
},
@@ -60,7 +60,7 @@
60
"prettier": "^3.3.3",
61
"rimraf": "^6.0.1",
62
"tslib": "^2.7.0",
63
- "tsup": "^8.2.4",
+ "tsup": "^8.3.0",
64
"typescript": "^5.6.2"
65
66
"sideEffects": false
yarn.lock
@@ -6346,7 +6346,7 @@ __metadata:
6346
prettier: "npm:^3.3.3"
6347
rimraf: "npm:^6.0.1"
6348
tslib: "npm:^2.7.0"
6349
- tsup: "npm:^8.2.4"
+ tsup: "npm:^8.3.0"
6350
typescript: "npm:^5.6.2"
6351
peerDependencies:
6352
prettier: ^3
0 commit comments