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/magic-regexp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e1036cc332541cd8e9af2c282bccf7f7b2a95539
Choose a base ref
..
head repository: unjs/magic-regexp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5fd7a7bd5483c38d64f48823a51bf282762c6dc2
Choose a head ref
Showing with 125 additions and 124 deletions.
  1. +2 −2 package.json
  2. +123 −122 pnpm-lock.yaml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@
"@nuxt/kit": "3.17.5",
"@types/estree": "1.0.8",
"@types/node": "22.15.30",
"@vitest/coverage-v8": "3.2.2",
"@vitest/coverage-v8": "3.2.3",
"acorn": "8.15.0",
"bumpp": "10.1.1",
"eslint": "9.28.0",
@@ -75,7 +75,7 @@
"typescript": "5.8.3",
"unbuild": "3.5.0",
"vite": "6.3.5",
"vitest": "3.2.2"
"vitest": "3.2.3"
},
"resolutions": {
"magic-regexp": "link:.",
Loading