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: 8a853c8a22140d5e165a5f66b9ac31db2499970d
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: a4531614c59da6fa112810dfea23a74b110a975a
Choose a head ref
Showing with 123 additions and 111 deletions.
  1. +120 −108 package-lock.json
  2. +3 −3 package.json
228 changes: 120 additions & 108 deletions package-lock.json
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -14,21 +14,21 @@
"vue-router": "4.0.12"
},
"devDependencies": {
"@babel/core": "7.17.2",
"@babel/core": "7.17.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.16.11",
"babel-loader": "8.2.3",
"css-loader": "6.6.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.0",
"sass": "1.49.7",
"sass-loader": "12.4.0",
"sass-loader": "12.6.0",
"style-loader": "3.3.1",
"url-loader": "4.1.1",
"vue-loader": "15.9.8",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.6.14",
"webpack": "5.68.0",
"webpack": "5.69.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.7.4"
},