Skip to content

Commit

Permalink
fix: move @types/loader-utils from devDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Nov 25, 2020
1 parent a0b806d commit 005b89d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
54 changes: 25 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"webpack": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@types/loader-utils": "^2.0.1",
"loader-utils": "^2.0.0"
},
"devDependencies": {
Expand All @@ -47,7 +48,6 @@
"@commitlint/config-conventional": "^11.0.0",
"@types/file-loader": "^4.2.0",
"@types/jest": "^26.0.15",
"@types/loader-utils": "^2.0.1",
"@types/node": "^14.14.9",
"@types/webpack": "^4.41.24",
"@typescript-eslint/eslint-plugin": "^4.0.1",
Expand Down

0 comments on commit 005b89d

Please sign in to comment.