Skip to content

Commit 24ca644

Browse files
committed
package.json: use semver for webpack dependency
As far as I can tell dspace-angular doesn't explicitly need any particular version of webpack itself, but angular-cli specifies a semver string of `^5.54.0` so we should do the same. Also, our dependabot configuration currently considers minor and patch versions for updates, so we should not be using an exact version here anyway. See: https://github.com/angular/angular-cli/blob/18.2.x/packages/ngtools/webpack/package.json
1 parent 4f8724b commit 24ca644

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
"sass-resources-loader": "^2.2.5",
238238
"ts-node": "^8.10.2",
239239
"typescript": "~5.4.5",
240-
"webpack": "5.101.0",
240+
"webpack": "^5.54.0",
241241
"webpack-cli": "^5.1.4",
242242
"webpack-dev-server": "^5.2.2"
243243
}

0 commit comments

Comments
 (0)