Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sdorra committed Nov 11, 2024
1 parent 7390f4c commit 964b20d
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@content-collections/core": "workspace:*",
"@types/node": "^20.14.9",
"tsx": "^4.1.1",
"tsx": "^4.19.2",
"typescript": "^5.5.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/serialize-javascript": "^5.0.4",
"@vitest/coverage-v8": "^2.1.3",
"tsup": "^8.2.4",
"tsx": "^4.1.1",
"tsx": "^4.19.2",
"typescript": "^5.5.4",
"vitest": "^2.1.3"
},
Expand Down
76 changes: 53 additions & 23 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 samples/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/node": "20",
"tsx": "^4.1.1",
"tsx": "^4.19.2",
"typescript": "^5.5.4",
"vite": "^5.4.6",
"vitest": "^2.1.3"
Expand Down

0 comments on commit 964b20d

Please sign in to comment.