You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/08/01 16:10:38 UTC

[incubator-streampipes] 01/05: [hotfix] Added cypress webpack preprocessor dependency

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch STREAMPIPES-545
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 71cf8431780577f3575fd72d6678ac8dac8456a6
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Mon Aug 1 16:19:01 2022 +0200

    [hotfix] Added cypress webpack preprocessor dependency
---
 ui/package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/package.json b/ui/package.json
index a9a973cba..30e2878f0 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -96,7 +96,8 @@
     "@angular-devkit/build-angular": "^13.3.0",
     "@angular/cli": "^13.3.0",
     "@angular/compiler-cli": "^13.3.0",
-    "@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
+    "@cypress/webpack-batteries-included-preprocessor": "2.2.3",
+    "@cypress/webpack-preprocessor": "5.12.0",
     "@ngtools/webpack": "^13.3.0",
     "@types/angular": "^1.7.4",
     "@types/jasmine": "~3.6.0",