fix(angular): set rxjs versions > 6.6.0 as dependency (#16676)

This commit is contained in:
Daniel Sogl
2021-05-26 06:26:56 +02:00
committed by GitHub
parent 58da7941f9
commit 46de81e75f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -54,7 +54,7 @@
"primeng": "11.3.2",
"raw-loader": "1.0.0",
"renderkid": "2.0.5",
"rxjs": "6.6.7",
"rxjs": "~6.6.0",
"semantic-release": "17.4.2",
"to-string-loader": "1.1.6",
"ts-loader": "8.1.0",
@@ -85,4 +85,4 @@
"url": "https://github.com/cypress-io/cypress.git"
},
"homepage": "https://on.cypress.io/component-testing"
}
}
+2 -2
View File
@@ -25,7 +25,7 @@
"@angular-devkit/schematics": "^12.0.0",
"@schematics/angular": "^12.0.0",
"jsonc-parser": "^3.0.0",
"rxjs": "6.6.2"
"rxjs": "~6.6.0"
},
"devDependencies": {
"@angular-devkit/schematics-cli": "^12.0.0",
@@ -57,4 +57,4 @@
},
"builders": "./src/builders/builders.json",
"schematics": "./src/schematics/collection.json"
}
}