Skip to content

Commit

Permalink
chore(deps): update dependency tsup to v8 (#889)
Browse files Browse the repository at this point in the history
[skip publish]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2023
1 parent 1a15d7b commit 1956d7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"replace-in-file": "^7.0.2",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"tsx": "^4.1.4",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
Expand Down
13 changes: 8 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ __metadata:
npm-run-all: "npm:^4.1.5"
prettier: "npm:^3.1.0"
replace-in-file: "npm:^7.0.2"
tsup: "npm:^7.3.0"
tsup: "npm:^8.0.0"
tsx: "npm:^4.1.4"
typescript: "npm:^5.2.2"
vitest: "npm:^0.34.6"
Expand Down Expand Up @@ -10050,9 +10050,9 @@ __metadata:
languageName: node
linkType: hard

"tsup@npm:^7.3.0":
version: 7.3.0
resolution: "tsup@npm:7.3.0"
"tsup@npm:^8.0.0":
version: 8.0.0
resolution: "tsup@npm:8.0.0"
dependencies:
bundle-require: "npm:^4.0.0"
cac: "npm:^6.7.12"
Expand All @@ -10069,10 +10069,13 @@ __metadata:
sucrase: "npm:^3.20.3"
tree-kill: "npm:^1.2.2"
peerDependencies:
"@microsoft/api-extractor": ^7.36.0
"@swc/core": ^1
postcss: ^8.4.12
typescript: ">=4.5.0"
peerDependenciesMeta:
"@microsoft/api-extractor":
optional: true
"@swc/core":
optional: true
postcss:
Expand All @@ -10082,7 +10085,7 @@ __metadata:
bin:
tsup: dist/cli-default.js
tsup-node: dist/cli-node.js
checksum: 1051bd0d993d058ea7977a3217b4fe68c8fd6cc9e8e900307dd9ab30553749c7a813016ff1dbc854992d08893ede563d04499b2ca9c01af40c0298ef0554cd9f
checksum: 24a04b87041f21c5e85af049fbf01fc7fafe4ddfa34a1232f5032af974be932979504285232ae6df1278981b56becbfada5bf6b8097e0a97d9faf1c2fcb2f894
languageName: node
linkType: hard

Expand Down

0 comments on commit 1956d7d

Please sign in to comment.