From 6b7be0b32f19fef217c14d7defc1381c0daa3412 Mon Sep 17 00:00:00 2001 From: Uraz Akgultan Date: Thu, 22 Aug 2024 10:57:02 +0200 Subject: [PATCH] fix: resolve failing pipelines --- packages/jsActions/mobile-resources-native/package.json | 2 +- packages/jsActions/nanoflow-actions-native/package.json | 2 +- packages/modules/atlas-content-native/package.json | 2 +- packages/pluggableWidgets/accordion-native/package.json | 2 +- .../pluggableWidgets/activity-indicator-native/package.json | 2 +- packages/pluggableWidgets/animation-native/package.json | 2 +- packages/pluggableWidgets/app-events-native/package.json | 2 +- .../pluggableWidgets/background-gradient-native/package.json | 2 +- packages/pluggableWidgets/background-image-native/package.json | 2 +- packages/pluggableWidgets/badge-native/package.json | 2 +- packages/pluggableWidgets/bar-chart-native/package.json | 2 +- packages/pluggableWidgets/barcode-scanner-native/package.json | 2 +- packages/pluggableWidgets/bottom-sheet-native/package.json | 2 +- packages/pluggableWidgets/carousel-native/package.json | 2 +- packages/pluggableWidgets/color-picker-native/package.json | 2 +- packages/pluggableWidgets/column-chart-native/package.json | 2 +- packages/pluggableWidgets/feedback-native/package.json | 2 +- .../pluggableWidgets/floating-action-button-native/package.json | 2 +- packages/pluggableWidgets/gallery-native/package.json | 2 +- .../pluggableWidgets/gallery-text-filter-native/package.json | 2 +- packages/pluggableWidgets/image-native/package.json | 2 +- packages/pluggableWidgets/intro-screen-native/package.json | 2 +- packages/pluggableWidgets/line-chart-native/package.json | 2 +- packages/pluggableWidgets/listview-swipe-native/package.json | 2 +- packages/pluggableWidgets/maps-native/package.json | 2 +- packages/pluggableWidgets/notifications-native/package.json | 2 +- .../pluggableWidgets/pie-doughnut-chart-native/package.json | 2 +- packages/pluggableWidgets/popup-menu-native/package.json | 2 +- packages/pluggableWidgets/progress-bar-native/package.json | 2 +- packages/pluggableWidgets/progress-circle-native/package.json | 2 +- packages/pluggableWidgets/qr-code-native/package.json | 2 +- packages/pluggableWidgets/radio-buttons-native/package.json | 2 +- packages/pluggableWidgets/range-slider-native/package.json | 2 +- packages/pluggableWidgets/rating-native/package.json | 2 +- packages/pluggableWidgets/repeater-native/package.json | 2 +- packages/pluggableWidgets/safe-area-view-native/package.json | 2 +- packages/pluggableWidgets/signature-native/package.json | 2 +- packages/pluggableWidgets/slider-native/package.json | 2 +- packages/pluggableWidgets/switch-native/package.json | 2 +- packages/pluggableWidgets/toggle-buttons-native/package.json | 2 +- packages/pluggableWidgets/video-player-native/package.json | 2 +- packages/pluggableWidgets/web-view-native/package.json | 2 +- packages/tools/piw-native-utils-internal/package.json | 2 +- packages/tools/piw-utils-internal/package.json | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/packages/jsActions/mobile-resources-native/package.json b/packages/jsActions/mobile-resources-native/package.json index e250f9ccf..dcf674631 100644 --- a/packages/jsActions/mobile-resources-native/package.json +++ b/packages/jsActions/mobile-resources-native/package.json @@ -45,7 +45,7 @@ "url-parse": "^1.4.7" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "@types/querystringify": "^2.0.0", "@types/react-native-push-notification": "8.1.1", "@types/url-parse": "^1.4.3", diff --git a/packages/jsActions/nanoflow-actions-native/package.json b/packages/jsActions/nanoflow-actions-native/package.json index 6802ba908..26f813c4d 100644 --- a/packages/jsActions/nanoflow-actions-native/package.json +++ b/packages/jsActions/nanoflow-actions-native/package.json @@ -32,7 +32,7 @@ "react-native-geolocation-service": "5.2.0" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "eslint": "^7.20.0", "rollup": "^2.68.0" } diff --git a/packages/modules/atlas-content-native/package.json b/packages/modules/atlas-content-native/package.json index 822edb971..0835cf6fa 100644 --- a/packages/modules/atlas-content-native/package.json +++ b/packages/modules/atlas-content-native/package.json @@ -21,7 +21,7 @@ "release:marketplace": "node ../../../scripts/release/marketplaceRelease.js" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "concurrently": "^6.0.0", "copy-and-watch": "^0.1.5", "ts-node": "^10.9.1" diff --git a/packages/pluggableWidgets/accordion-native/package.json b/packages/pluggableWidgets/accordion-native/package.json index d8a922f0a..acb15e3ab 100644 --- a/packages/pluggableWidgets/accordion-native/package.json +++ b/packages/pluggableWidgets/accordion-native/package.json @@ -29,7 +29,7 @@ "@mendix/piw-utils-internal": "*" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0" } } diff --git a/packages/pluggableWidgets/activity-indicator-native/package.json b/packages/pluggableWidgets/activity-indicator-native/package.json index 0df746788..efcb35d84 100644 --- a/packages/pluggableWidgets/activity-indicator-native/package.json +++ b/packages/pluggableWidgets/activity-indicator-native/package.json @@ -27,7 +27,7 @@ "@mendix/piw-utils-internal": "*" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/animation-native/package.json b/packages/pluggableWidgets/animation-native/package.json index 601681309..02bab54a1 100644 --- a/packages/pluggableWidgets/animation-native/package.json +++ b/packages/pluggableWidgets/animation-native/package.json @@ -30,7 +30,7 @@ "react-native-animatable": "^1.3.2" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "eslint": "^7.20.0" } } diff --git a/packages/pluggableWidgets/app-events-native/package.json b/packages/pluggableWidgets/app-events-native/package.json index ea00b077b..4c2f954e4 100644 --- a/packages/pluggableWidgets/app-events-native/package.json +++ b/packages/pluggableWidgets/app-events-native/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@mendix/piw-utils-internal": "*", - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/background-gradient-native/package.json b/packages/pluggableWidgets/background-gradient-native/package.json index 50125766b..625a57077 100644 --- a/packages/pluggableWidgets/background-gradient-native/package.json +++ b/packages/pluggableWidgets/background-gradient-native/package.json @@ -25,7 +25,7 @@ "test:e2e:ios:update-snapshot": "detox test --updateSnapshot --configuration ios.simulator.developerapp" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" }, diff --git a/packages/pluggableWidgets/background-image-native/package.json b/packages/pluggableWidgets/background-image-native/package.json index 26d39639c..93518e9df 100644 --- a/packages/pluggableWidgets/background-image-native/package.json +++ b/packages/pluggableWidgets/background-image-native/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@mendix/piw-utils-internal": "1.0.0", - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/badge-native/package.json b/packages/pluggableWidgets/badge-native/package.json index 30e053e5f..64c9ab50d 100644 --- a/packages/pluggableWidgets/badge-native/package.json +++ b/packages/pluggableWidgets/badge-native/package.json @@ -27,7 +27,7 @@ "@mendix/piw-utils-internal": "*" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/bar-chart-native/package.json b/packages/pluggableWidgets/bar-chart-native/package.json index 18ec962dc..6266a042d 100644 --- a/packages/pluggableWidgets/bar-chart-native/package.json +++ b/packages/pluggableWidgets/bar-chart-native/package.json @@ -28,7 +28,7 @@ "victory-native": "^36.6.8" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/barcode-scanner-native/package.json b/packages/pluggableWidgets/barcode-scanner-native/package.json index f22690d43..63b2e83c9 100644 --- a/packages/pluggableWidgets/barcode-scanner-native/package.json +++ b/packages/pluggableWidgets/barcode-scanner-native/package.json @@ -26,7 +26,7 @@ "react-native-camera": "3.40.0" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "eslint": "^7.20.0" } } diff --git a/packages/pluggableWidgets/bottom-sheet-native/package.json b/packages/pluggableWidgets/bottom-sheet-native/package.json index e3c296734..86656f20c 100644 --- a/packages/pluggableWidgets/bottom-sheet-native/package.json +++ b/packages/pluggableWidgets/bottom-sheet-native/package.json @@ -28,7 +28,7 @@ "reanimated-bottom-sheet": "^1.0.0-alpha.19" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "@types/react-native-actionsheet": "^2.4.1", "@types/react-native-modal": "^4.1.1", "eslint": "^7.20.0" diff --git a/packages/pluggableWidgets/carousel-native/package.json b/packages/pluggableWidgets/carousel-native/package.json index 93aef3ca8..ea700707e 100644 --- a/packages/pluggableWidgets/carousel-native/package.json +++ b/packages/pluggableWidgets/carousel-native/package.json @@ -31,7 +31,7 @@ "react-native-snap-carousel": "^3.9.1" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "@types/react-native-snap-carousel": "^3.7.4", "detox": "^19.13.0", "eslint": "^7.20.0" diff --git a/packages/pluggableWidgets/color-picker-native/package.json b/packages/pluggableWidgets/color-picker-native/package.json index 554714699..e19b42820 100644 --- a/packages/pluggableWidgets/color-picker-native/package.json +++ b/packages/pluggableWidgets/color-picker-native/package.json @@ -33,7 +33,7 @@ "tinycolor2": "^1.4.1" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "@types/tinycolor2": "^1.4.1", "detox": "^19.13.0", "eslint": "^7.20.0" diff --git a/packages/pluggableWidgets/column-chart-native/package.json b/packages/pluggableWidgets/column-chart-native/package.json index 8bfddeb3f..1cb419b19 100644 --- a/packages/pluggableWidgets/column-chart-native/package.json +++ b/packages/pluggableWidgets/column-chart-native/package.json @@ -28,7 +28,7 @@ "victory-native": "^36.6.8" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/feedback-native/package.json b/packages/pluggableWidgets/feedback-native/package.json index 4b7706bfe..b43cc7615 100644 --- a/packages/pluggableWidgets/feedback-native/package.json +++ b/packages/pluggableWidgets/feedback-native/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@mendix/piw-utils-internal": "1.0.0", - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "@types/querystringify": "^2.0.0", "@types/react-native-dialog": "^5.5.0", "detox": "^19.13.0", diff --git a/packages/pluggableWidgets/floating-action-button-native/package.json b/packages/pluggableWidgets/floating-action-button-native/package.json index 50ac4ca4e..301ca84fe 100644 --- a/packages/pluggableWidgets/floating-action-button-native/package.json +++ b/packages/pluggableWidgets/floating-action-button-native/package.json @@ -31,7 +31,7 @@ "react-native-action-button": "^2.8.5" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/gallery-native/package.json b/packages/pluggableWidgets/gallery-native/package.json index 0c7c2bcf9..a7b313c2a 100644 --- a/packages/pluggableWidgets/gallery-native/package.json +++ b/packages/pluggableWidgets/gallery-native/package.json @@ -32,7 +32,7 @@ "react-native-device-info": "8.7.1" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/gallery-text-filter-native/package.json b/packages/pluggableWidgets/gallery-text-filter-native/package.json index c1511fd43..66b7579cb 100644 --- a/packages/pluggableWidgets/gallery-text-filter-native/package.json +++ b/packages/pluggableWidgets/gallery-text-filter-native/package.json @@ -29,7 +29,7 @@ "react-native-svg": "^12.3.0" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/image-native/package.json b/packages/pluggableWidgets/image-native/package.json index 3bc8902b4..edcaa2a5a 100644 --- a/packages/pluggableWidgets/image-native/package.json +++ b/packages/pluggableWidgets/image-native/package.json @@ -35,7 +35,7 @@ "react-native-vector-icons": "10.0.3" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/intro-screen-native/package.json b/packages/pluggableWidgets/intro-screen-native/package.json index 7690a1b63..730fc5be2 100644 --- a/packages/pluggableWidgets/intro-screen-native/package.json +++ b/packages/pluggableWidgets/intro-screen-native/package.json @@ -31,7 +31,7 @@ "react-native-device-info": "8.7.1" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/line-chart-native/package.json b/packages/pluggableWidgets/line-chart-native/package.json index 849ffba90..988f0f805 100644 --- a/packages/pluggableWidgets/line-chart-native/package.json +++ b/packages/pluggableWidgets/line-chart-native/package.json @@ -27,7 +27,7 @@ "victory-native": "^36.6.8" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/listview-swipe-native/package.json b/packages/pluggableWidgets/listview-swipe-native/package.json index e2a9e2d33..58fd22edc 100644 --- a/packages/pluggableWidgets/listview-swipe-native/package.json +++ b/packages/pluggableWidgets/listview-swipe-native/package.json @@ -24,7 +24,7 @@ "react-native-gesture-handler": "1.10.3" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "eslint": "^7.20.0" } } diff --git a/packages/pluggableWidgets/maps-native/package.json b/packages/pluggableWidgets/maps-native/package.json index 0c8793698..36b181296 100644 --- a/packages/pluggableWidgets/maps-native/package.json +++ b/packages/pluggableWidgets/maps-native/package.json @@ -32,7 +32,7 @@ "react-native-maps": "0.31.1" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/notifications-native/package.json b/packages/pluggableWidgets/notifications-native/package.json index ec85e3b55..db74054ef 100644 --- a/packages/pluggableWidgets/notifications-native/package.json +++ b/packages/pluggableWidgets/notifications-native/package.json @@ -24,7 +24,7 @@ "react-native-push-notification": "8.1.1" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "eslint": "^7.20.0" } } diff --git a/packages/pluggableWidgets/pie-doughnut-chart-native/package.json b/packages/pluggableWidgets/pie-doughnut-chart-native/package.json index 2a557f906..500fa0723 100644 --- a/packages/pluggableWidgets/pie-doughnut-chart-native/package.json +++ b/packages/pluggableWidgets/pie-doughnut-chart-native/package.json @@ -28,7 +28,7 @@ "victory-native": "^36.6.8" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/popup-menu-native/package.json b/packages/pluggableWidgets/popup-menu-native/package.json index 4b61a1db1..19142fbcb 100644 --- a/packages/pluggableWidgets/popup-menu-native/package.json +++ b/packages/pluggableWidgets/popup-menu-native/package.json @@ -28,7 +28,7 @@ "react-native-material-menu": "~1.2.0" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "@types/react-native-material-menu": "^1.0.6", "detox": "^19.13.0", "eslint": "^7.20.0" diff --git a/packages/pluggableWidgets/progress-bar-native/package.json b/packages/pluggableWidgets/progress-bar-native/package.json index b385fab76..beac2ee0b 100644 --- a/packages/pluggableWidgets/progress-bar-native/package.json +++ b/packages/pluggableWidgets/progress-bar-native/package.json @@ -28,7 +28,7 @@ "react-native-progress": "^5.0.0" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/progress-circle-native/package.json b/packages/pluggableWidgets/progress-circle-native/package.json index 2c5674987..f00540fa4 100644 --- a/packages/pluggableWidgets/progress-circle-native/package.json +++ b/packages/pluggableWidgets/progress-circle-native/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@mendix/piw-utils-internal": "*", - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/qr-code-native/package.json b/packages/pluggableWidgets/qr-code-native/package.json index 04161e176..2114ffc2a 100644 --- a/packages/pluggableWidgets/qr-code-native/package.json +++ b/packages/pluggableWidgets/qr-code-native/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@mendix/piw-utils-internal": "1.0.0", - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/radio-buttons-native/package.json b/packages/pluggableWidgets/radio-buttons-native/package.json index 73ece0716..c3ae06736 100644 --- a/packages/pluggableWidgets/radio-buttons-native/package.json +++ b/packages/pluggableWidgets/radio-buttons-native/package.json @@ -29,7 +29,7 @@ "@mendix/piw-utils-internal": "*" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/range-slider-native/package.json b/packages/pluggableWidgets/range-slider-native/package.json index 350546621..447852eab 100644 --- a/packages/pluggableWidgets/range-slider-native/package.json +++ b/packages/pluggableWidgets/range-slider-native/package.json @@ -31,7 +31,7 @@ "prop-types": "^15.7.2" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "@types/ptomasroos__react-native-multi-slider": "^0.0.1", "detox": "^19.13.0", "eslint": "^7.20.0" diff --git a/packages/pluggableWidgets/rating-native/package.json b/packages/pluggableWidgets/rating-native/package.json index 0be89a332..4c0433ab3 100644 --- a/packages/pluggableWidgets/rating-native/package.json +++ b/packages/pluggableWidgets/rating-native/package.json @@ -31,7 +31,7 @@ "react-native-vector-icons": "10.0.3" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "@types/react-native-star-rating": "^1.1.2", "detox": "^19.13.0", "eslint": "^7.20.0" diff --git a/packages/pluggableWidgets/repeater-native/package.json b/packages/pluggableWidgets/repeater-native/package.json index 9f030d496..e3b0e8d9a 100644 --- a/packages/pluggableWidgets/repeater-native/package.json +++ b/packages/pluggableWidgets/repeater-native/package.json @@ -29,7 +29,7 @@ "@mendix/piw-utils-internal": "*" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/safe-area-view-native/package.json b/packages/pluggableWidgets/safe-area-view-native/package.json index a5eef3a7a..8d8143be0 100644 --- a/packages/pluggableWidgets/safe-area-view-native/package.json +++ b/packages/pluggableWidgets/safe-area-view-native/package.json @@ -23,7 +23,7 @@ "@mendix/piw-utils-internal": "*" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "eslint": "^7.20.0" } } diff --git a/packages/pluggableWidgets/signature-native/package.json b/packages/pluggableWidgets/signature-native/package.json index 79cef33c0..64299efed 100644 --- a/packages/pluggableWidgets/signature-native/package.json +++ b/packages/pluggableWidgets/signature-native/package.json @@ -31,7 +31,7 @@ "react-native-webview": "11.26.1" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/slider-native/package.json b/packages/pluggableWidgets/slider-native/package.json index f042b2265..d61f8fe87 100644 --- a/packages/pluggableWidgets/slider-native/package.json +++ b/packages/pluggableWidgets/slider-native/package.json @@ -31,7 +31,7 @@ "prop-types": "^15.7.2" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "@types/ptomasroos__react-native-multi-slider": "^0.0.1", "detox": "^19.13.0", "eslint": "^7.20.0" diff --git a/packages/pluggableWidgets/switch-native/package.json b/packages/pluggableWidgets/switch-native/package.json index 73f47eb49..f6e3e539e 100644 --- a/packages/pluggableWidgets/switch-native/package.json +++ b/packages/pluggableWidgets/switch-native/package.json @@ -29,7 +29,7 @@ "@mendix/piw-utils-internal": "*" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/toggle-buttons-native/package.json b/packages/pluggableWidgets/toggle-buttons-native/package.json index afc48d6e2..04e3b9b74 100644 --- a/packages/pluggableWidgets/toggle-buttons-native/package.json +++ b/packages/pluggableWidgets/toggle-buttons-native/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@babel/plugin-transform-flow-strip-types": "^7.4.4", - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/video-player-native/package.json b/packages/pluggableWidgets/video-player-native/package.json index 2a1f207cd..7e32963c3 100644 --- a/packages/pluggableWidgets/video-player-native/package.json +++ b/packages/pluggableWidgets/video-player-native/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@mendix/piw-utils-internal": "1.0.0", - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "@types/react-native-video": "^5.0.4", "eslint": "^7.20.0" } diff --git a/packages/pluggableWidgets/web-view-native/package.json b/packages/pluggableWidgets/web-view-native/package.json index 54ef092a5..a13800308 100644 --- a/packages/pluggableWidgets/web-view-native/package.json +++ b/packages/pluggableWidgets/web-view-native/package.json @@ -30,7 +30,7 @@ "@types/react-native": "0.72.7" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "detox": "^19.13.0", "eslint": "^7.20.0" } diff --git a/packages/tools/piw-native-utils-internal/package.json b/packages/tools/piw-native-utils-internal/package.json index 0793c0076..ea3e4b97f 100644 --- a/packages/tools/piw-native-utils-internal/package.json +++ b/packages/tools/piw-native-utils-internal/package.json @@ -21,7 +21,7 @@ "postinstall": "yarn build" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "eslint": "^7.20.0", "rimraf": "^2.7.1", "typescript": "4.5.4" diff --git a/packages/tools/piw-utils-internal/package.json b/packages/tools/piw-utils-internal/package.json index ac2e15177..cb4d75ca8 100644 --- a/packages/tools/piw-utils-internal/package.json +++ b/packages/tools/piw-utils-internal/package.json @@ -22,7 +22,7 @@ "postinstall": "yarn build" }, "devDependencies": { - "@mendix/pluggable-widgets-tools": "9.24.0", + "@mendix/pluggable-widgets-tools": "^9.0.0", "@testing-library/react": "^16.0.0", "eslint": "^7.20.0", "rimraf": "^2.7.1",