File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 "@mcaptcha/vanilla-glue" : " 0.1.0-alpha-3" ,
1717 "@primer/octicons" : " 19.15.5" ,
1818 "@silverwind/vue3-calendar-heatmap" : " 2.0.6" ,
19+ "@techknowlogick/license-checker-webpack-plugin" : " 0.3.0" ,
1920 "add-asset-webpack-plugin" : " 3.0.0" ,
2021 "ansi_up" : " 6.0.6" ,
2122 "asciinema-player" : " 3.10.0" ,
3435 "idiomorph" : " 0.7.3" ,
3536 "jquery" : " 3.7.1" ,
3637 "katex" : " 0.16.22" ,
37- "@techknowlogick/license-checker-webpack-plugin" : " 0.3.0" ,
3838 "mermaid" : " 11.10.0" ,
3939 "mini-css-extract-plugin" : " 2.9.2" ,
4040 "minimatch" : " 10.0.3" ,
Original file line number Diff line number Diff line change 11import fastGlob from 'fast-glob' ;
22import wrapAnsi from 'wrap-ansi' ;
33import AddAssetPlugin from 'add-asset-webpack-plugin' ;
4- import LicenseCheckerWebpackPlugin from 'license-checker-webpack-plugin' ;
4+ import LicenseCheckerWebpackPlugin from '@techknowlogick/ license-checker-webpack-plugin' ;
55import MiniCssExtractPlugin from 'mini-css-extract-plugin' ;
66import MonacoWebpackPlugin from 'monaco-editor-webpack-plugin' ;
77import { VueLoaderPlugin } from 'vue-loader' ;
You can’t perform that action at this time.
0 commit comments