Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "3.3.0",
"eslint-plugin-yml": "1.19.1",
"html-webpack-plugin": "5.5.3",
"html-webpack-plugin": "5.6.6",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "16.4.0",
Expand Down
16 changes: 11 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12927,18 +12927,24 @@ __metadata:
languageName: node
linkType: hard

"html-webpack-plugin@npm:5.5.3":
version: 5.5.3
resolution: "html-webpack-plugin@npm:5.5.3"
"html-webpack-plugin@npm:5.6.6":
version: 5.6.6
resolution: "html-webpack-plugin@npm:5.6.6"
dependencies:
"@types/html-minifier-terser": "npm:^6.0.0"
html-minifier-terser: "npm:^6.0.2"
lodash: "npm:^4.17.21"
pretty-error: "npm:^4.0.0"
tapable: "npm:^2.0.0"
peerDependencies:
"@rspack/core": 0.x || 1.x
webpack: ^5.20.0
checksum: 10/01d302a434e3db9f0e2db370f06300fb613de0fb8bdcafd4693e44c2528b8608621e5e7ca5d8302446db3f20c5f8875f1f675926d469b13ebab139954d241055
peerDependenciesMeta:
"@rspack/core":
optional: true
webpack:
optional: true
checksum: 10/819ebee079466029a771236fdadcbcfe0aaf110eac1b74c0983a0318a7f99f3c69adcf1d617e218769a8c8e96ea17de2df30759bd950ec391d0c5676d480894e
languageName: node
linkType: hard

Expand Down Expand Up @@ -16491,7 +16497,7 @@ __metadata:
eslint-plugin-sort-keys-fix: "npm:1.1.2"
eslint-plugin-typescript-sort-keys: "npm:3.3.0"
eslint-plugin-yml: "npm:1.19.1"
html-webpack-plugin: "npm:5.5.3"
html-webpack-plugin: "npm:5.6.6"
husky: "npm:9.1.7"
jest: "npm:29.7.0"
lint-staged: "npm:16.4.0"
Expand Down
Loading