Skip to content

Commit

Permalink
chore(deps-dev): bump tsup from 8.0.1 to 8.0.2
Browse files Browse the repository at this point in the history
Bumps [tsup](https://github.com/egoist/tsup) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](egoist/tsup@v8.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 568a3ee commit c8a2dce
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/kubernetes-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"jest-watch-typeahead": "^2.2.2",
"replace": "^1.2.2",
"ts-jest": "^29.1.2",
"tsup": "^8.0.1"
"tsup": "^8.0.2"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/management-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"jest-watch-typeahead": "^2.2.2",
"replace": "^1.2.2",
"ts-jest": "^29.1.2",
"tsup": "^8.0.1"
"tsup": "^8.0.2"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jest-watch-typeahead": "^2.2.2",
"replace": "^1.2.2",
"ts-jest": "^29.1.2",
"tsup": "^8.0.1"
"tsup": "^8.0.2"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ __metadata:
replace: ^1.2.2
ts-jest: ^29.1.2
ts-node: ^10.9.2
tsup: ^8.0.1
tsup: ^8.0.2
typescript: ^5.3.3
peerDependencies:
react: ^16.8 || ^17 || ^18
Expand Down Expand Up @@ -2083,7 +2083,7 @@ __metadata:
superstruct: ^1.0.3
ts-jest: ^29.1.2
ts-node: ^10.9.2
tsup: ^8.0.1
tsup: ^8.0.2
typescript: ^5.3.3
peerDependencies:
react: ^16.8 || ^17 || ^18
Expand Down Expand Up @@ -2150,7 +2150,7 @@ __metadata:
replace: ^1.2.2
ts-jest: ^29.1.2
ts-node: ^10.9.2
tsup: ^8.0.1
tsup: ^8.0.2
typescript: ^5.3.3
whatwg-fetch: ^3.6.20
peerDependencies:
Expand Down Expand Up @@ -14158,9 +14158,9 @@ __metadata:
languageName: node
linkType: hard

"tsup@npm:^8.0.1":
version: 8.0.1
resolution: "tsup@npm:8.0.1"
"tsup@npm:^8.0.2":
version: 8.0.2
resolution: "tsup@npm:8.0.2"
dependencies:
bundle-require: ^4.0.0
cac: ^6.7.12
Expand Down Expand Up @@ -14193,7 +14193,7 @@ __metadata:
bin:
tsup: dist/cli-default.js
tsup-node: dist/cli-node.js
checksum: 7b9e7a412247e374be1f22d9aa68eec64e9bdebfdf36ac915fc24be995fc7b855d74cf210431122cec26351e4c22c0b87f0400181b1de1915a80531f4797d84a
checksum: ebd0c662efdc2a04e80251aa11832d3def9cf3bf120c579975af6d50183fa0397d07d5bcee0688258a91c154a3c5db72ee4c5dca367b58552d225bc8a89d67d0
languageName: node
linkType: hard

Expand Down

0 comments on commit c8a2dce

Please sign in to comment.