diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2021-10-25 19:54:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 19:54:25 +0800 |
commit | 649e1d0dc27bd51b08aa17a12de48a58684c247a (patch) | |
tree | d667a0d041c0d065ac73575e7d55deb73ca92c5e /package.json | |
parent | a961666c380cb763dce3541602612a2e23a8ef15 (diff) | |
download | gitea-649e1d0dc27bd51b08aa17a12de48a58684c247a.tar.gz gitea-649e1d0dc27bd51b08aa17a12de48a58684c247a.zip |
Upgrade webpack to 5.59.1 to resolve the `waitFor` bug with `watch-frontend` (#17428)
Webpack < 5.59 has a bug, which makes watch-frontend fail when editing .less files.
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 428da30081..6e400f1b4c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "vue-calendar-heatmap": "0.8.4", "vue-loader": "15.9.8", "vue-template-compiler": "2.6.14", - "webpack": "5.58.2", + "webpack": "5.59.1", "webpack-cli": "4.9.1", "workbox-routing": "6.3.0", "workbox-strategies": "6.3.0", |