diff options
author | MichaIng <micha@dietpi.com> | 2022-01-17 23:37:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 23:37:19 +0100 |
commit | 95c85de39532b4f048c89ff343a23a6e78cf9c73 (patch) | |
tree | 7ad0278c0aa3a61a80fa4d7eefc9aeaa66b173a4 /package.json | |
parent | 3ea21d04d7d95dca5f8caecd99056f791633f72a (diff) | |
parent | bed24b73c1f2408ee4917451410145c03a62e961 (diff) | |
download | nextcloud-server-95c85de39532b4f048c89ff343a23a6e78cf9c73.tar.gz nextcloud-server-95c85de39532b4f048c89ff343a23a6e78cf9c73.zip |
Merge pull request #30632 from nextcloud/deps/unpin_webpack
Unpin webpack version
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index fb6e3eaab1a..fe7ad6c93cd 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "vue-jest": "^4.0.1", "vue-loader": "^15.9.8", "vue-template-compiler": "^2.6.14", - "webpack": "~5.66.0", + "webpack": "^5.66.0", "webpack-cli": "^4.9.1", "webpack-merge": "^5.8.0" }, |