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: JustArchiNET/ASF-WebConfigGenerator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: baae5d9b3dccf4b8c70736c1decda17beeaf1c75
Choose a base ref
..
head repository: JustArchiNET/ASF-WebConfigGenerator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7d5f4ee933b40f64dbfe20a6ea987b4ea7551535
Choose a head ref
Showing with 108 additions and 108 deletions.
  1. +107 −107 package-lock.json
  2. +1 −1 package.json
214 changes: 107 additions & 107 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"dev": "webpack serve --config webpack.dev.config.js --open"
},
"dependencies": {
"vue": "3.4.32",
"vue": "3.4.33",
"vue-i18n": "8.28.2",
"vue-router": "3.6.5"
},