diff options
author | silverwind <me@silverwind.io> | 2023-03-16 20:06:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 15:06:53 -0400 |
commit | 4b722068058931ab2734955a6b4120d5fa3d0830 (patch) | |
tree | 0e0c8f0feeb69fb1650d721a51037f46454eebed /package.json | |
parent | 6bad0fb24f0a2549da42d3d143be9f355712e8b3 (diff) | |
download | gitea-4b722068058931ab2734955a6b4120d5fa3d0830.tar.gz gitea-4b722068058931ab2734955a6b4120d5fa3d0830.zip |
Update mini-css-extract-plugin, remove postcss (#23520)
Follow-up and proper fix for
https://github.com/go-gitea/gitea/pull/23504
Update to
[mini-css-extract-plugin@2.7.4](https://github.com/webpack-contrib/mini-css-extract-plugin/releases/tag/v2.7.4)
which fixes our specific issue described in
https://github.com/webpack-contrib/css-loader/issues/1503 and which
allows us to again drop the postcss dependency.
Backport of this is not necessary as I have included it in
https://github.com/go-gitea/gitea/pull/23508.
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package.json b/package.json index 2aa30f6745..afc7752257 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,9 @@ "katex": "0.16.4", "license-checker-webpack-plugin": "0.2.1", "mermaid": "10.0.2", - "mini-css-extract-plugin": "2.7.2", + "mini-css-extract-plugin": "2.7.4", "monaco-editor": "0.34.1", "monaco-editor-webpack-plugin": "7.0.1", - "postcss-import": "15.1.0", - "postcss-loader": "7.0.2", - "postcss-url": "10.1.3", "pretty-ms": "8.0.0", "sortablejs": "1.15.0", "swagger-ui-dist": "4.15.5", @@ -46,7 +43,7 @@ "vue-bar-graph": "2.0.0", "vue-loader": "17.0.1", "vue3-calendar-heatmap": "2.0.0", - "webpack": "5.76.0", + "webpack": "5.76.2", "webpack-cli": "5.0.1", "workbox-routing": "6.5.4", "workbox-strategies": "6.5.4", |