Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: unjs/httpxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 274772c90053fae1eb2a662ae20459137fb9c1ec
Choose a base ref
..
head repository: unjs/httpxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e0e275d404f48c87db9f119176aef8fb480d958
Choose a head ref
Showing with 112 additions and 113 deletions.
  1. +2 −2 package.json
  2. +110 −111 pnpm-lock.yaml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/coverage-v8": "^1.5.1",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"eslint-config-unjs": "^0.2.1",
@@ -42,7 +42,7 @@
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
},
"packageManager": "pnpm@8.15.7"
}
Loading