Skip to content

Commit a256494

Browse files
committed
update add-asset-webpack-plugin, remove type stub
1 parent a2fd464 commit a256494

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@rspack/core": "1.5.3",
2121
"@silverwind/vue3-calendar-heatmap": "2.0.6",
2222
"@techknowlogick/license-checker-webpack-plugin": "0.3.0",
23-
"add-asset-webpack-plugin": "3.0.0",
23+
"add-asset-webpack-plugin": "3.1.0",
2424
"ansi_up": "6.0.6",
2525
"asciinema-player": "3.10.0",
2626
"chart.js": "4.5.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 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)