Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: privatenumber/tsx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.16.5
Choose a base ref
...
head repository: privatenumber/tsx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bd83d3bf59e39767ec64eec86fe5b48a8e50b991
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 8, 2024

  1. feat: upgrade esbuild to 0.23 (#615)

    SuperchupuDev authored Aug 8, 2024
    Copy the full SHA
    bd83d3b View commit details
Showing with 348 additions and 352 deletions.
  1. +2 −2 package.json
  2. +346 −350 pnpm-lock.yaml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"esbuild": "~0.21.5",
"esbuild": "~0.23.0",
"get-tsconfig": "^4.7.5"
},
"optionalDependencies": {
@@ -107,7 +107,7 @@
"memfs": "^4.9.3",
"node-pty": "^1.0.0",
"outdent": "^0.8.0",
"pkgroll": "^2.1.1",
"pkgroll": "^2.4.1",
"proxyquire": "^2.1.3",
"simple-git-hooks": "^2.11.1",
"split2": "^4.2.0",
Loading