diff options
author | techknowlogick <techknowlogick@gitea.io> | 2023-03-04 00:39:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-04 00:39:07 -0500 |
commit | af4b00c2836342e8bb76a68ad3d05420c2ee6988 (patch) | |
tree | eb61348c52432ce7e9d3f703c30d93af6eedb3f9 /webpack.config.js | |
parent | 787a05a3a2db1715aa90517029a364c36403a6b1 (diff) | |
download | gitea-af4b00c2836342e8bb76a68ad3d05420c2ee6988.tar.gz gitea-af4b00c2836342e8bb76a68ad3d05420c2ee6988.zip |
update to mermaid v10 (#23178)
fix #23153
---------
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 2ac463abef..245791e7ea 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -234,7 +234,7 @@ export default { 'khroma@*': {licenseName: 'MIT'}, // https://github.com/fabiospampinato/khroma/pull/33 }, emitError: true, - allow: '(Apache-2.0 OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC OR CPAL-1.0 OR Unlicense)', + allow: '(Apache-2.0 OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC OR CPAL-1.0 OR Unlicense OR EPL-1.0 OR EPL-2.0)', ignore: [ 'font-awesome', ], |