Skip to content

Commit 55c5c8d

Browse files
author
Stanislav Germanovskii
authored
Merge pull request #422 from mayako21126/update-dependency
Update dependency
2 parents a375f74 + 14786dd commit 55c5c8d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

env/webpack-5/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"private": true,
33
"devDependencies": {
44
"mini-css-extract-plugin": "^0.6.0",
5-
"extract-text-webpack-plugin": "next",
5+
"extract-text-webpack-plugin": "^4.0.0-beta.0",
66
"file-loader": "1.1.10",
77
"html-loader": "^0.4.5",
8-
"html-webpack-plugin": "next",
9-
"webpack": "next",
8+
"html-webpack-plugin": "^4.5.0",
9+
"webpack": "^5.0.0",
1010
"eslint":"6.8.0"
1111
},
1212
"packagesToLink": [

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"deepmerge": "1.3.2",
3636
"domready": "1.0.8",
3737
"escape-string-regexp": "1.0.5",
38-
"html-webpack-plugin": "^3.2.0",
3938
"loader-utils": "^1.1.0",
4039
"svg-baker": "^1.5.0",
4140
"svg-baker-runtime": "^1.4.7",
@@ -55,9 +54,7 @@
5554
"cz-customizable": "^5.0.0",
5655
"eslint-config-airbnb-base": "^11.1.2",
5756
"eslint-plugin-import": "^2.2.0",
58-
"file-loader": "^3.0.1",
5957
"glob": "7.1.1",
60-
"html-loader": "^0.5.5",
6158
"husky": "^0.13.3",
6259
"istanbul": "^0.4.5",
6360
"memory-fs": "^0.4.1",

0 commit comments

Comments
 (0)