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: nuxt-contrib/nuxt-extend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9913df3d20d9d98c14306ede834f80d80520b99a
Choose a base ref
..
head repository: nuxt-contrib/nuxt-extend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9804811aee0643fcc6f71d5dea7bbc39512934b5
Choose a head ref
Showing with 280 additions and 521 deletions.
  1. +1 −1 example/package.json
  2. +279 −520 example/yarn.lock
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@
"build:mobile": "yarn workspace @app/mobile dev"
},
"devDependencies": {
"nuxt": "^3.8.0"
"nuxt": "^3.8.1"
}
}
Loading