Skip to content

Commit

Permalink
chore(deps): update dependency tsup to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 10, 2023
1 parent 307d762 commit 786ebf3
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 @@ -42,7 +42,7 @@
"prompts": "^2.4.2",
"rimraf": "^5.0.5",
"tslib": "^2.6.2",
"tsup": "^7.3.0",
"tsup": "^8.0.1",
"turbo": "^1.11.1",
"typescript": "^5.3.3",
"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 @@ -5515,7 +5515,7 @@ __metadata:
prompts: ^2.4.2
rimraf: ^5.0.5
tslib: ^2.6.2
tsup: ^7.3.0
tsup: ^8.0.1
turbo: ^1.11.1
typescript: ^5.3.3
vitest: ^0.34.6
Expand Down Expand Up @@ -6136,9 +6136,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.1":
version: 8.0.1
resolution: "tsup@npm:8.0.1"
dependencies:
bundle-require: ^4.0.0
cac: ^6.7.12
Expand All @@ -6155,10 +6155,13 @@ __metadata:
sucrase: ^3.20.3
tree-kill: ^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 @@ -6168,7 +6171,7 @@ __metadata:
bin:
tsup: dist/cli-default.js
tsup-node: dist/cli-node.js
checksum: 9d66196cffc1a54bce6002c2a89caad9337a88d9bf01882f8abf5eb28ccbf845a777da558dc625df1bc4844362db14557e1578a06cf7e5d2fe1ff1b06bd1941a
checksum: 7b9e7a412247e374be1f22d9aa68eec64e9bdebfdf36ac915fc24be995fc7b855d74cf210431122cec26351e4c22c0b87f0400181b1de1915a80531f4797d84a
languageName: node
linkType: hard

Expand Down

0 comments on commit 786ebf3

Please sign in to comment.