mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
21 lines
878 B
JSON
21 lines
878 B
JSON
{
|
|
"migrations": [
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.5.0-beta.0",
|
|
"description": "Update the @angular/cli package version to ~15.1.0.",
|
|
"factory": "./src/migrations/update-15-5-0/update-angular-cli",
|
|
"package": "@nrwl/angular",
|
|
"name": "update-angular-cli-version-15-1-0"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.5.0-beta.0",
|
|
"description": "Update to Cypress v12. Cypress 12 contains a handful of breaking changes that might causes tests to start failing that nx cannot directly fix. Read more Cypress 12 changes: https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-12-0.This migration will only run if you are already using Cypress v11.",
|
|
"factory": "./src/migrations/update-15-5-0/update-to-cypress-12",
|
|
"package": "@nrwl/cypress",
|
|
"name": "update-to-cypress-12"
|
|
}
|
|
]
|
|
}
|