Skip to content

Commit 4436b0f

Browse files
committed
update add-asset-webpack-plugin
1 parent b596b75 commit 4436b0f

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@resvg/resvg-wasm": "2.6.2",
1919
"@silverwind/vue3-calendar-heatmap": "2.0.6",
2020
"@techknowlogick/license-checker-webpack-plugin": "0.3.0",
21-
"add-asset-webpack-plugin": "3.0.0",
21+
"add-asset-webpack-plugin": "3.1.1",
2222
"ansi_up": "6.0.6",
2323
"asciinema-player": "3.10.0",
2424
"chart.js": "4.5.0",

pnpm-lock.yaml

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

types.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
declare module 'add-asset-webpack-plugin' {
2-
const plugin: any;
3-
export = plugin
4-
}
5-
61
declare module '@techknowlogick/license-checker-webpack-plugin' {
72
const plugin: any;
83
export = plugin

0 commit comments

Comments
 (0)