Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

updating peerDependency to webpack 5 #126

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -37,7 +37,7 @@
]
},
"peerDependencies": {
"webpack": "^4.0.0"
"webpack": "^5.0.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be ^4.0.0 || ^5.0.0 as the plugin still support webpack 4 (as you did not change anything) ?

},
"devDependencies": {
"@babel/core": "^7.5.4",
Expand Down
Loading