mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 14:00:22 -05:00
fix(angular): set rxjs versions > 6.6.0 as dependency (#16676)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user