Skip to content

Commit

Permalink
chore: bump tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Dec 20, 2024
1 parent fe94385 commit 54c2c76
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"yaml": "^2.4.3"
},
"devDependencies": {
"tsup": "^8.0.2"
"tsup": "^8.3.5"
}
}
2 changes: 1 addition & 1 deletion library/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"@types/react": "^18",
"react": "^18",
"tsup": "^8.0.2"
"tsup": "^8.3.5"
}
}
2 changes: 1 addition & 1 deletion library/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/react": "^18",
"@w3ux/types": "^1.0.0",
"react": "^18",
"tsup": "^8.0.2",
"tsup": "^8.3.5",
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion library/validator-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@types/react": "^18",
"react": "^18",
"tsup": "^8.0.2"
"tsup": "^8.3.5"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1969,7 +1969,7 @@ __metadata:
dependencies:
minimist: "npm:^1.2.8"
prettier: "npm:^3.2.5"
tsup: "npm:^8.0.2"
tsup: "npm:^8.3.5"
yaml: "npm:^2.4.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2117,7 +2117,7 @@ __metadata:
dependencies:
"@types/react": "npm:^18"
react: "npm:^18"
tsup: "npm:^8.0.2"
tsup: "npm:^8.3.5"
languageName: unknown
linkType: soft

Expand All @@ -2136,7 +2136,7 @@ __metadata:
"@types/react": "npm:^18"
"@w3ux/types": "npm:^1.0.0"
react: "npm:^18"
tsup: "npm:^8.0.2"
tsup: "npm:^8.3.5"
vitest: "npm:^1.6.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2165,7 +2165,7 @@ __metadata:
dependencies:
"@types/react": "npm:^18"
react: "npm:^18"
tsup: "npm:^8.0.2"
tsup: "npm:^8.3.5"
peerDependencies:
react: ^18
languageName: unknown
Expand Down Expand Up @@ -7721,7 +7721,7 @@ __metadata:
languageName: node
linkType: hard

"tsup@npm:^8.0.2, tsup@npm:^8.3.5":
"tsup@npm:^8.3.5":
version: 8.3.5
resolution: "tsup@npm:8.3.5"
dependencies:
Expand Down

0 comments on commit 54c2c76

Please sign in to comment.