Skip to content

Commit

Permalink
feat: update-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mayako21126 committed Dec 10, 2020
1 parent 24db237 commit d93c5cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions env/webpack-5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"private": true,
"devDependencies": {
"mini-css-extract-plugin": "^0.6.0",
"extract-text-webpack-plugin": "next",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "1.1.10",
"html-loader": "^0.4.5",
"html-webpack-plugin": "next",
"webpack": "next",
"html-webpack-plugin": "^4.5.0",
"webpack": "^5.0.0",
"eslint":"6.8.0"
},
"packagesToLink": [
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"deepmerge": "1.3.2",
"domready": "1.0.8",
"escape-string-regexp": "1.0.5",
"html-webpack-plugin": "^3.2.0",
"loader-utils": "^1.1.0",
"svg-baker": "^1.5.0",
"svg-baker-runtime": "^1.4.7",
Expand All @@ -55,9 +54,7 @@
"cz-customizable": "^5.0.0",
"eslint-config-airbnb-base": "^11.1.2",
"eslint-plugin-import": "^2.2.0",
"file-loader": "^3.0.1",
"glob": "7.1.1",
"html-loader": "^0.5.5",
"husky": "^0.13.3",
"istanbul": "^0.4.5",
"memory-fs": "^0.4.1",
Expand Down

0 comments on commit d93c5cf

Please sign in to comment.