mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
e3c42cf63e
Connects-to: #1723 Change-type: patch
14 lines
699 B
Diff
14 lines
699 B
Diff
diff --git a/node_modules/patch-package/dist/applyPatches.js b/node_modules/patch-package/dist/applyPatches.js
|
|
index 35a22f7..c43a3b8 100644
|
|
--- a/node_modules/patch-package/dist/applyPatches.js
|
|
+++ b/node_modules/patch-package/dist/applyPatches.js
|
|
@@ -85,7 +85,7 @@ function applyPatchesForApp(_a) {
|
|
})) {
|
|
// yay patch was applied successfully
|
|
// print warning if version mismatch
|
|
- if (installedPackageVersion !== version) {
|
|
+ if (installedPackageVersion !== version.replace(/\.dev$/, "")) {
|
|
printVersionMismatchWarning({
|
|
packageName: name,
|
|
actualVersion: installedPackageVersion,
|