Compare commits

...

1 commit

Author SHA1 Message Date
dependabot[bot]
faebbc5cd7
chore(deps-dev): bump tsx from 3.14.0 to 4.6.2
Bumps [tsx](https://github.com/privatenumber/tsx) from 3.14.0 to 4.6.2.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v3.14.0...v4.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 20:06:52 +00:00
3 changed files with 9 additions and 16 deletions

View file

@ -131,7 +131,7 @@
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsx": "^3.14.0",
"tsx": "^4.6.2",
"typescript": "5.2.2",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6",

View file

@ -23,7 +23,7 @@
"knip": "^2.41.3",
"memfs": "^4.6.0",
"nodemon": "^3.0.1",
"tsx": "^3.14.0",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6"

View file

@ -301,8 +301,8 @@ importers:
specifier: ^10.9.1
version: 10.9.1(@types/node@20.8.10)(typescript@5.2.2)
tsx:
specifier: ^3.14.0
version: 3.14.0
specifier: ^4.6.2
version: 4.6.2
typescript:
specifier: 5.2.2
version: 5.2.2
@ -456,8 +456,8 @@ importers:
specifier: ^3.0.1
version: 3.0.1
tsx:
specifier: ^3.14.0
version: 3.14.0
specifier: ^4.6.2
version: 4.6.2
typescript:
specifier: ^5.2.2
version: 5.2.2
@ -10012,13 +10012,6 @@ packages:
source-map: 0.6.1
dev: true
/source-map-support@0.5.21:
resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
dependencies:
buffer-from: 1.1.2
source-map: 0.6.1
dev: true
/source-map@0.5.7:
resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==}
engines: {node: '>=0.10.0'}
@ -10619,13 +10612,13 @@ packages:
typescript: 5.2.2
dev: true
/tsx@3.14.0:
resolution: {integrity: sha512-xHtFaKtHxM9LOklMmJdI3BEnQq/D5F73Of2E1GDrITi9sgoVkvIsrQUTY1G8FlmGtA+awCI4EBlTRRYxkL2sRg==}
/tsx@4.6.2:
resolution: {integrity: sha512-QPpBdJo+ZDtqZgAnq86iY/PD2KYCUPSUGIunHdGwyII99GKH+f3z3FZ8XNFLSGQIA4I365ui8wnQpl8OKLqcsg==}
engines: {node: '>=18.0.0'}
hasBin: true
dependencies:
esbuild: 0.18.20
get-tsconfig: 4.7.2
source-map-support: 0.5.21
optionalDependencies:
fsevents: 2.3.3
dev: true