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/scule
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eac33d7cd45f8798a9545632e022b47257726462
Choose a base ref
..
head repository: unjs/scule
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eddf53c02bd61934403321f1bee4632fee197aa5
Choose a head ref
Showing with 92 additions and 78 deletions.
  1. +1 −1 package.json
  2. +91 −77 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
"@types/node": "^20.12.8",
"@vitest/coverage-v8": "^1.5.3",
"changelogen": "^0.5.5",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-config-unjs": "^0.2.1",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
Loading