Skip to content

Commit

Permalink
Lower tsup dep to keep .d.ts output
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Nov 16, 2023
1 parent fcb5f6f commit aaac9c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"prettier": "^2.4.1",
"redux": "^4",
"rimraf": "^3.0.2",
"tsup": "^7.2.0",
"tsup": "7.0.0",
"typescript": "^5.0",
"vitest": "^0.32.0"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2531,7 +2531,7 @@ __metadata:
prettier: ^2.4.1
redux: ^4
rimraf: ^3.0.2
tsup: ^7.2.0
tsup: 7.0.0
typescript: ^5.0
vitest: ^0.32.0
peerDependencies:
Expand Down Expand Up @@ -3000,9 +3000,9 @@ __metadata:
languageName: node
linkType: hard

"tsup@npm:^7.2.0":
version: 7.2.0
resolution: "tsup@npm:7.2.0"
"tsup@npm:7.0.0":
version: 7.0.0
resolution: "tsup@npm:7.0.0"
dependencies:
bundle-require: ^4.0.0
cac: ^6.7.12
Expand Down Expand Up @@ -3032,7 +3032,7 @@ __metadata:
bin:
tsup: dist/cli-default.js
tsup-node: dist/cli-node.js
checksum: 94feae12b0a0dd0eaa3ed1c412d2bc51d7491ff91abc61e4198495dcb612a848a9fd346fbb668a63b98534fc6c2569ab3aba7ea95ad8db5eaf29c4a4885c2313
checksum: 25dda9ca37ab1763986dc34a8eabf2c3d3184834b33b2026907b7bbcf1cea3a4841e645cc3cdd1011eb8aaf9ce9959ddfb9cfeeee8efee0e485f3bae232aacf5
languageName: node
linkType: hard

Expand Down

0 comments on commit aaac9c7

Please sign in to comment.