Skip to content

Commit

Permalink
chore(deps-dev): bump tsup to v8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2024
1 parent c95c872 commit 589e75f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"turbo": "^1.12.3",
"typescript": "^5.3.3",
"vitest": "^0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/anilist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@favware/cliff-jumper": "^2.2.3",
"@types/he": "^1.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^0.34.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/igdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^0.34.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/spotify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^0.34.6"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ __metadata:
"@vitest/coverage-v8": "npm:^0.34.6"
graphql: "npm:^16.8.1"
he: "npm:^1.2.0"
tsup: "npm:^8.0.1"
tsup: "npm:^8.0.2"
typescript: "npm:^5.3.3"
undici: "npm:^5.28.3"
vitest: "npm:^0.34.6"
Expand All @@ -843,7 +843,7 @@ __metadata:
dependencies:
"@favware/cliff-jumper": "npm:^2.2.3"
"@vitest/coverage-v8": "npm:^0.34.6"
tsup: "npm:^8.0.1"
tsup: "npm:^8.0.2"
typescript: "npm:^5.3.3"
undici: "npm:^5.28.3"
vitest: "npm:^0.34.6"
Expand All @@ -857,7 +857,7 @@ __metadata:
"@favware/cliff-jumper": "npm:^2.2.3"
colorette: "npm:^2.0.20"
moment: "npm:^2.30.1"
tsup: "npm:^8.0.1"
tsup: "npm:^8.0.2"
typescript: "npm:^5.3.3"
undici: "npm:^5.28.3"
winston: "npm:^3.11.0"
Expand All @@ -870,7 +870,7 @@ __metadata:
dependencies:
"@favware/cliff-jumper": "npm:^2.2.3"
"@vitest/coverage-v8": "npm:^0.34.6"
tsup: "npm:^8.0.1"
tsup: "npm:^8.0.2"
typescript: "npm:^5.3.3"
undici: "npm:^5.28.3"
vitest: "npm:^0.34.6"
Expand Down Expand Up @@ -5608,7 +5608,7 @@ __metadata:
eslint-plugin-import: "npm:^2.29.1"
eslint-plugin-prettier: "npm:^5.1.3"
prettier: "npm:^3.2.5"
tsup: "npm:^8.0.1"
tsup: "npm:^8.0.2"
turbo: "npm:^1.12.3"
typescript: "npm:^5.3.3"
vitest: "npm:^0.34.6"
Expand Down Expand Up @@ -6339,9 +6339,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: "npm:^4.0.0"
cac: "npm:^6.7.12"
Expand Down Expand Up @@ -6374,7 +6374,7 @@ __metadata:
bin:
tsup: dist/cli-default.js
tsup-node: dist/cli-node.js
checksum: 10c0/2869187881fd30ce883d2069a1948b80946fc09a1bedb2ceb5ec20ea29602a897177dc3d19617c489b0811b86a902f5c52f51cc0b2d7e1892cb5328c3a197bfe
checksum: 10c0/de3e8b2d9a7a504afb9394f2409ef88fd21dd338a78ebb572dd5c1719d73db816baa7ae4b7867016f08ba6a67560daec13a85768efff1d70e380972e39e27ce6
languageName: node
linkType: hard

Expand Down

0 comments on commit 589e75f

Please sign in to comment.