Skip to content

Commit

Permalink
chore: update angular-15 system-test project (#24970)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachJW34 committed Dec 5, 2022
1 parent 2552bdd commit 101407a
Show file tree
Hide file tree
Showing 2 changed files with 989 additions and 1,225 deletions.
24 changes: 12 additions & 12 deletions system-tests/projects/angular-15/package.json
Expand Up @@ -9,22 +9,22 @@
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/animations": "^15.0.0-next.4",
"@angular/common": "^15.0.0-next.4",
"@angular/compiler": "^15.0.0-next.4",
"@angular/core": "^15.0.0-next.4",
"@angular/forms": "^15.0.0-next.4",
"@angular/platform-browser": "^15.0.0-next.4",
"@angular/platform-browser-dynamic": "^15.0.0-next.4",
"@angular/router": "^15.0.0-next.4",
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0-next.3",
"@angular/cli": "~15.0.0-next.3",
"@angular/compiler-cli": "^15.0.0-next.4",
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "^15.0.0",
"typescript": "~4.8.4"
},
"projectFixtureDirectory": "angular"
Expand Down

5 comments on commit 101407a

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 101407a Dec 5, 2022

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 arm64 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/12.0.0/linux-arm64/develop-101407a6e67b5b7d283339993fecf6cc874085be/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 101407a Dec 5, 2022

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/12.0.0/linux-x64/develop-101407a6e67b5b7d283339993fecf6cc874085be/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 101407a Dec 5, 2022

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 arm64 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/12.0.0/darwin-arm64/develop-101407a6e67b5b7d283339993fecf6cc874085be/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 101407a Dec 5, 2022

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/12.0.0/darwin-x64/develop-101407a6e67b5b7d283339993fecf6cc874085be/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 101407a Dec 5, 2022

Choose a reason for hiding this comment

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

Circle 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/12.0.0/win32-x64/develop-101407a6e67b5b7d283339993fecf6cc874085be/cypress.tgz

Please sign in to comment.