Skip to content

Commit

Permalink
build(deps-dev): bump tsx from 4.19.0 to 4.19.1
Browse files Browse the repository at this point in the history
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.19.0 to 4.19.1.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.0...v4.19.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent b188769 commit c87dfe2
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion cli/create-completion-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@fig/complete-commander": "workspace:^",
"@types/node": "^22.5.2",
"tsx": "^4.19.0",
"tsx": "^4.19.1",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion cli/publish-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"express": "^4.21.0",
"multer": "1.4.5-lts.1",
"picocolors": "^1.1.0",
"tsx": "^4.19.0",
"tsx": "^4.19.1",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion cli/tools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@fig/complete-commander": "workspace:^",
"@types/node": "^22.5.2",
"@withfig/autocomplete-types": "workspace:^",
"tsx": "^4.19.0"
"tsx": "^4.19.1"
},
"fig": {
"build": {
Expand Down
2 changes: 1 addition & 1 deletion generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/node": "^22.5.2",
"@withfig/autocomplete-types": "workspace:^",
"tsx": "^4.19.0",
"tsx": "^4.19.1",
"typescript": "^5.5.4",
"vitest": "^2.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/semver": "^7.5.8",
"@withfig/autocomplete-types": "workspace:^",
"prettier": "^3.3.3",
"tsx": "^4.19.0",
"tsx": "^4.19.1",
"vitest": "^2.1.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@withfig/autocomplete-types": "workspace:^",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"tsx": "^4.19.0",
"tsx": "^4.19.1",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@tsconfig/recommended": "^1.0.7",
"@types/node": "^22.5.2",
"@withfig/autocomplete-types": "workspace:^",
"tsx": "^4.19.0"
"tsx": "^4.19.1"
},
"fig": {
"build": {
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cspell": "^8.14.4",
"picocolors": "^1.1.0",
"prettier": "^3.3.3",
"tsx": "^4.19.0",
"tsx": "^4.19.1",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down

0 comments on commit c87dfe2

Please sign in to comment.