diff options
author | silverwind | 2022-11-22 01:58:55 +0100 |
---|---|---|
committer | GitHub | 2022-11-22 08:58:55 +0800 |
commit | c8b217110ba44ca50f565aa521d5ae63003d8b5a (patch) | |
tree | 59fbf33653e2e7a865779e8d7fafdcb072a8a32e /webpack.config.js | |
parent | 1c7496c7a7e4c3145ab90bbef129dd7c1a0189dd (diff) |
Update JS dependencies (#21881)
- Update all JS deps
- Regenerate SVGs
- Add new eslint rules, fix issues
- Tested Mermaid, Swagger, Vue, Webpack, Citation
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webpack.config.js b/webpack.config.js index a8363051d..cdd8071d2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -227,10 +227,11 @@ export default { }).join('\n'); }, override: { - 'jquery.are-you-sure@*': {licenseName: 'MIT'}, + 'jquery.are-you-sure@*': {licenseName: 'MIT'}, // https://github.com/codedance/jquery.AreYouSure/pull/147 + '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)', + allow: '(Apache-2.0 OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC OR CPAL-1.0 OR Unlicense)', ignore: [ 'font-awesome', ], |