Skip to content

Commit

Permalink
fix(angular): set rxjs versions > 6.6.0 as dependency (#16676)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl committed May 26, 2021
1 parent 58da794 commit 46de81e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions npm/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -85,4 +85,4 @@
"url": "https://github.com/cypress-io/cypress.git"
},
"homepage": "https://on.cypress.io/component-testing"
}
}
4 changes: 2 additions & 2 deletions npm/cypress-schematic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -57,4 +57,4 @@
},
"builders": "./src/builders/builders.json",
"schematics": "./src/schematics/collection.json"
}
}

4 comments on commit 46de81e

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 46de81e May 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.5.0/circle-develop-46de81e75fd18bc37cb884e9a751106fff4d08ad/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 46de81e May 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.5.0/appveyor-develop-46de81e75fd18bc37cb884e9a751106fff4d08ad/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 46de81e May 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.5.0/appveyor-develop-46de81e75fd18bc37cb884e9a751106fff4d08ad/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 46de81e May 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.5.0/circle-develop-46de81e75fd18bc37cb884e9a751106fff4d08ad/cypress.tgz

Please sign in to comment.