Skip to content

Commit e75ee13

Browse files
committed
package.json: update webpack plugin
1 parent dac890d commit e75ee13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"license": "Apache-2.0",
2222
"dependencies": {
2323
"axios": "^0.21.1",
24-
"y18n": ">=4.0.1",
2524
"sockjs": ">=0.3.20",
26-
"ssri": ">=6.0.2"
25+
"ssri": ">=6.0.2",
26+
"y18n": ">=4.0.1"
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.13.10",
@@ -41,7 +41,7 @@
4141
"eslint-plugin-import": "^2.19.1",
4242
"eslint-plugin-prettier": "3.1.3",
4343
"html-loader": "^0.5.5",
44-
"html-webpack-plugin": "^3.2.0",
44+
"html-webpack-plugin": "^5.3.1",
4545
"install": "^0.13.0",
4646
"jsdoc-parse": "^5.0.0",
4747
"jsdoc-to-markdown": "^6.0.1",

0 commit comments

Comments
 (0)