Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Widen webpack-virtual-modules dependency range (#2654)
Browse files Browse the repository at this point in the history
Allow usage of 0.5.x
  • Loading branch information
BPScott authored May 16, 2023
1 parent 6e48741 commit e470978
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sour-poems-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/web-worker': patch
---

Widen peerDependency range for webpack-virtual-modules, to allow for v0.5.x
2 changes: 1 addition & 1 deletion packages/web-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"peerDependencies": {
"@babel/core": "^7.0.0",
"webpack": "^5.38.0",
"webpack-virtual-modules": "^0.4.3"
"webpack-virtual-modules": "^0.4.3 || ^0.5.0"
},
"peerDependenciesMeta": {
"@babel/core": {
Expand Down

0 comments on commit e470978

Please sign in to comment.