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>
This commit is contained in:
parent
1c7496c7a7
commit
c8b217110b
19 changed files with 1076 additions and 1331 deletions
|
@ -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',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue