From 6b36d8b344a969f79d89bbc7dcee29ae554759f9 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Thu, 22 Aug 2024 18:42:08 +0000 Subject: [PATCH] fix: predeploy plugins (#2449) * fix: predeploy plugins * chore: format package locks --- package.json | 2 +- plugins/block-dynamic-connection/package-lock.json | 2 +- plugins/block-plus-minus/package-lock.json | 2 +- plugins/block-shareable-procedures/package-lock.json | 2 +- plugins/block-test/package-lock.json | 2 +- plugins/content-highlight/package-lock.json | 2 +- plugins/continuous-toolbox/package-lock.json | 2 +- plugins/cross-tab-copy-paste/package-lock.json | 2 +- plugins/dev-tools/package-lock.json | 2 +- plugins/disable-top-blocks/package-lock.json | 2 +- plugins/field-angle/package-lock.json | 2 +- plugins/field-bitmap/package-lock.json | 2 +- plugins/field-colour-hsv-sliders/package-lock.json | 2 +- plugins/field-colour/package-lock.json | 2 +- plugins/field-date/package-lock.json | 2 +- plugins/field-dependent-dropdown/package-lock.json | 2 +- plugins/field-grid-dropdown/package-lock.json | 2 +- plugins/field-multilineinput/package-lock.json | 2 +- plugins/field-slider/package-lock.json | 2 +- plugins/fixed-edges/package-lock.json | 2 +- plugins/keyboard-navigation/package-lock.json | 2 +- plugins/modal/package-lock.json | 2 +- plugins/scroll-options/package-lock.json | 2 +- plugins/shadow-block-converter/package-lock.json | 2 +- plugins/strict-connection-checker/package-lock.json | 2 +- plugins/suggested-blocks/package-lock.json | 2 +- plugins/theme-dark/package-lock.json | 2 +- plugins/theme-deuteranopia/package-lock.json | 2 +- plugins/theme-highcontrast/package-lock.json | 2 +- plugins/theme-modern/package-lock.json | 2 +- plugins/theme-tritanopia/package-lock.json | 2 +- plugins/toolbox-search/package-lock.json | 2 +- plugins/typed-variable-modal/package-lock.json | 2 +- plugins/workspace-backpack/package-lock.json | 2 +- plugins/workspace-minimap/package-lock.json | 2 +- plugins/workspace-search/package-lock.json | 2 +- plugins/zoom-to-fit/package-lock.json | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/package.json b/package.json index 30dd86583..4fce79ce2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "clean:node": "cd plugins && lerna clean --yes", "deploy:prepare": "npm run deploy:prepare:plugins && npm run deploy:prepare:examples && gulp predeploy", "deploy:prepare:examples": "cd examples && npm run predeploy", - "deploy:prepare:plugins": "cd plugins && npm run clean && lerna run build && lerna run predeploy", + "deploy:prepare:plugins": "npm run clean && cd plugins && lerna run build && lerna run predeploy", "deploy": "npm run deploy:prepare && gulp deploy", "deploy:upstream": "npm run deploy:prepare && gulp deployUpstream", "format": "prettier --write .", diff --git a/plugins/block-dynamic-connection/package-lock.json b/plugins/block-dynamic-connection/package-lock.json index 3f8ba086b..7094fd183 100644 --- a/plugins/block-dynamic-connection/package-lock.json +++ b/plugins/block-dynamic-connection/package-lock.json @@ -1689,4 +1689,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/block-plus-minus/package-lock.json b/plugins/block-plus-minus/package-lock.json index 0db6bdb49..a5b8192bf 100644 --- a/plugins/block-plus-minus/package-lock.json +++ b/plugins/block-plus-minus/package-lock.json @@ -1818,4 +1818,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/block-shareable-procedures/package-lock.json b/plugins/block-shareable-procedures/package-lock.json index f6c718b00..835dd360e 100644 --- a/plugins/block-shareable-procedures/package-lock.json +++ b/plugins/block-shareable-procedures/package-lock.json @@ -926,4 +926,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/block-test/package-lock.json b/plugins/block-test/package-lock.json index 2576b5be9..d43961d32 100644 --- a/plugins/block-test/package-lock.json +++ b/plugins/block-test/package-lock.json @@ -11790,4 +11790,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/content-highlight/package-lock.json b/plugins/content-highlight/package-lock.json index a11b7c4ab..af6be5d3a 100644 --- a/plugins/content-highlight/package-lock.json +++ b/plugins/content-highlight/package-lock.json @@ -40,4 +40,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/continuous-toolbox/package-lock.json b/plugins/continuous-toolbox/package-lock.json index 780bce9a4..18edd3805 100644 --- a/plugins/continuous-toolbox/package-lock.json +++ b/plugins/continuous-toolbox/package-lock.json @@ -12337,4 +12337,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/cross-tab-copy-paste/package-lock.json b/plugins/cross-tab-copy-paste/package-lock.json index 27680c6c0..4aecded9a 100644 --- a/plugins/cross-tab-copy-paste/package-lock.json +++ b/plugins/cross-tab-copy-paste/package-lock.json @@ -12337,4 +12337,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/dev-tools/package-lock.json b/plugins/dev-tools/package-lock.json index 19818d922..5c624225a 100644 --- a/plugins/dev-tools/package-lock.json +++ b/plugins/dev-tools/package-lock.json @@ -243,4 +243,4 @@ } } } -} \ No newline at end of file +} diff --git a/plugins/disable-top-blocks/package-lock.json b/plugins/disable-top-blocks/package-lock.json index 6c01ff1ab..6151842f1 100644 --- a/plugins/disable-top-blocks/package-lock.json +++ b/plugins/disable-top-blocks/package-lock.json @@ -12337,4 +12337,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/field-angle/package-lock.json b/plugins/field-angle/package-lock.json index 2b2896d22..902098fe3 100644 --- a/plugins/field-angle/package-lock.json +++ b/plugins/field-angle/package-lock.json @@ -425,4 +425,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/field-bitmap/package-lock.json b/plugins/field-bitmap/package-lock.json index af617dc27..ef5718e42 100644 --- a/plugins/field-bitmap/package-lock.json +++ b/plugins/field-bitmap/package-lock.json @@ -1676,4 +1676,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/field-colour-hsv-sliders/package-lock.json b/plugins/field-colour-hsv-sliders/package-lock.json index 3ef4c4f8c..ae84f5e8c 100644 --- a/plugins/field-colour-hsv-sliders/package-lock.json +++ b/plugins/field-colour-hsv-sliders/package-lock.json @@ -40,4 +40,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/field-colour/package-lock.json b/plugins/field-colour/package-lock.json index 4e4175ae5..5467a7950 100644 --- a/plugins/field-colour/package-lock.json +++ b/plugins/field-colour/package-lock.json @@ -1218,4 +1218,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/field-date/package-lock.json b/plugins/field-date/package-lock.json index 7e74f53c3..5c352616d 100644 --- a/plugins/field-date/package-lock.json +++ b/plugins/field-date/package-lock.json @@ -423,4 +423,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/field-dependent-dropdown/package-lock.json b/plugins/field-dependent-dropdown/package-lock.json index c64e0699d..78e335dc1 100644 --- a/plugins/field-dependent-dropdown/package-lock.json +++ b/plugins/field-dependent-dropdown/package-lock.json @@ -242,4 +242,4 @@ } } } -} \ No newline at end of file +} diff --git a/plugins/field-grid-dropdown/package-lock.json b/plugins/field-grid-dropdown/package-lock.json index 4277efe0b..e12d56b56 100644 --- a/plugins/field-grid-dropdown/package-lock.json +++ b/plugins/field-grid-dropdown/package-lock.json @@ -40,4 +40,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/field-multilineinput/package-lock.json b/plugins/field-multilineinput/package-lock.json index fa187b236..17a6468b6 100644 --- a/plugins/field-multilineinput/package-lock.json +++ b/plugins/field-multilineinput/package-lock.json @@ -425,4 +425,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/field-slider/package-lock.json b/plugins/field-slider/package-lock.json index 52e16ff5a..4597e77f1 100644 --- a/plugins/field-slider/package-lock.json +++ b/plugins/field-slider/package-lock.json @@ -423,4 +423,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/fixed-edges/package-lock.json b/plugins/fixed-edges/package-lock.json index 8691bd1ce..0fcc0841f 100644 --- a/plugins/fixed-edges/package-lock.json +++ b/plugins/fixed-edges/package-lock.json @@ -12337,4 +12337,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/keyboard-navigation/package-lock.json b/plugins/keyboard-navigation/package-lock.json index aca07cba1..90738fd19 100644 --- a/plugins/keyboard-navigation/package-lock.json +++ b/plugins/keyboard-navigation/package-lock.json @@ -3067,4 +3067,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/modal/package-lock.json b/plugins/modal/package-lock.json index 7acab9a59..90a0a5baa 100644 --- a/plugins/modal/package-lock.json +++ b/plugins/modal/package-lock.json @@ -3007,4 +3007,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/scroll-options/package-lock.json b/plugins/scroll-options/package-lock.json index 1bdc0785b..c228d2e02 100644 --- a/plugins/scroll-options/package-lock.json +++ b/plugins/scroll-options/package-lock.json @@ -40,4 +40,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/shadow-block-converter/package-lock.json b/plugins/shadow-block-converter/package-lock.json index e20bfbf43..af3a2cfd7 100644 --- a/plugins/shadow-block-converter/package-lock.json +++ b/plugins/shadow-block-converter/package-lock.json @@ -426,4 +426,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/strict-connection-checker/package-lock.json b/plugins/strict-connection-checker/package-lock.json index d1c72ac6b..32e71deba 100644 --- a/plugins/strict-connection-checker/package-lock.json +++ b/plugins/strict-connection-checker/package-lock.json @@ -169,4 +169,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/suggested-blocks/package-lock.json b/plugins/suggested-blocks/package-lock.json index 91180ae7e..835241139 100644 --- a/plugins/suggested-blocks/package-lock.json +++ b/plugins/suggested-blocks/package-lock.json @@ -354,4 +354,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/theme-dark/package-lock.json b/plugins/theme-dark/package-lock.json index e5ab79ef5..6ce98be95 100644 --- a/plugins/theme-dark/package-lock.json +++ b/plugins/theme-dark/package-lock.json @@ -11790,4 +11790,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/theme-deuteranopia/package-lock.json b/plugins/theme-deuteranopia/package-lock.json index 6fc3d4dcb..f9690f73a 100644 --- a/plugins/theme-deuteranopia/package-lock.json +++ b/plugins/theme-deuteranopia/package-lock.json @@ -11790,4 +11790,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/theme-highcontrast/package-lock.json b/plugins/theme-highcontrast/package-lock.json index f6d8d8a19..a98f6bf28 100644 --- a/plugins/theme-highcontrast/package-lock.json +++ b/plugins/theme-highcontrast/package-lock.json @@ -11790,4 +11790,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/theme-modern/package-lock.json b/plugins/theme-modern/package-lock.json index fd147832e..d5c35a013 100644 --- a/plugins/theme-modern/package-lock.json +++ b/plugins/theme-modern/package-lock.json @@ -11790,4 +11790,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/theme-tritanopia/package-lock.json b/plugins/theme-tritanopia/package-lock.json index 02a376300..ba37a8d95 100644 --- a/plugins/theme-tritanopia/package-lock.json +++ b/plugins/theme-tritanopia/package-lock.json @@ -11790,4 +11790,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/toolbox-search/package-lock.json b/plugins/toolbox-search/package-lock.json index 0b33892a0..2df1c2c1b 100644 --- a/plugins/toolbox-search/package-lock.json +++ b/plugins/toolbox-search/package-lock.json @@ -186,4 +186,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/typed-variable-modal/package-lock.json b/plugins/typed-variable-modal/package-lock.json index be92b796b..8662e020b 100644 --- a/plugins/typed-variable-modal/package-lock.json +++ b/plugins/typed-variable-modal/package-lock.json @@ -3007,4 +3007,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/workspace-backpack/package-lock.json b/plugins/workspace-backpack/package-lock.json index 9e3c441e2..c0f1bc46f 100644 --- a/plugins/workspace-backpack/package-lock.json +++ b/plugins/workspace-backpack/package-lock.json @@ -40,4 +40,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/workspace-minimap/package-lock.json b/plugins/workspace-minimap/package-lock.json index e7efb227c..f09744044 100644 --- a/plugins/workspace-minimap/package-lock.json +++ b/plugins/workspace-minimap/package-lock.json @@ -115,4 +115,4 @@ } } } -} \ No newline at end of file +} diff --git a/plugins/workspace-search/package-lock.json b/plugins/workspace-search/package-lock.json index df089945a..bd2ccfad7 100644 --- a/plugins/workspace-search/package-lock.json +++ b/plugins/workspace-search/package-lock.json @@ -1475,4 +1475,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/plugins/zoom-to-fit/package-lock.json b/plugins/zoom-to-fit/package-lock.json index 4328ea74d..0edab29b5 100644 --- a/plugins/zoom-to-fit/package-lock.json +++ b/plugins/zoom-to-fit/package-lock.json @@ -40,4 +40,4 @@ "dev": true } } -} \ No newline at end of file +}