Skip to content

Commit fd5b93b

Browse files
committed
[INTERNAL] Enhance range of @ui5/builder peer dependency
This is required for local development. Otherwise npm would error out since the local 4.x version does not satisfy the ^3 range.
1 parent cb2e99d commit fd5b93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"yesno": "^0.4.0"
145145
},
146146
"peerDependencies": {
147-
"@ui5/builder": "^3.4.1"
147+
"@ui5/builder": "^3.4.1 || 4.0.0-alpha"
148148
},
149149
"peerDependenciesMeta": {
150150
"@ui5/builder": {

0 commit comments

Comments
 (0)