-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
836 additions
and
748 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,35 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"cli": "nx", | ||
"version": "18.0.0-beta.2", | ||
"description": "Updates .env to disabled adding plugins when generating projects in an existing Nx workspace", | ||
"implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces", | ||
"x-repair-skip": true, | ||
"version": "18.1.0-beta.3", | ||
"description": "Moves affected.defaultBase to defaultBase in `nx.json`", | ||
"implementation": "./src/migrations/update-17-2-0/move-default-base", | ||
"package": "nx", | ||
"name": "18.0.0-disable-adding-plugins-for-existing-workspaces" | ||
"name": "move-default-base-to-nx-json-root" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.0.0-beta.0", | ||
"description": "Add NX_MF_DEV_SERVER_STATIC_REMOTES to inputs for task hashing when '@nx/angular:webpack-browser' is used for Module Federation.", | ||
"factory": "./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults", | ||
"version": "18.1.0-beta.1", | ||
"requires": { "@angular/core": ">=17.2.0" }, | ||
"description": "Update the @angular/cli package version to ~17.2.0.", | ||
"factory": "./src/migrations/update-18-1-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "add-module-federation-env-var-to-target-defaults" | ||
"name": "update-angular-cli-version-17-2-0" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.1.1-beta.0", | ||
"description": "Ensure targetDefaults inputs for task hashing when '@nx/angular:webpack-browser' is used are correct for Module Federation.", | ||
"factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs", | ||
"package": "@nx/angular", | ||
"name": "fix-target-defaults-for-webpack-browser" | ||
}, | ||
{ | ||
"version": "17.0.0-0", | ||
"description": "Updates Angular Material to v17", | ||
"factory": "./ng-update/index_bundled#updateToV17", | ||
"package": "@angular/material", | ||
"name": "migration-v17" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,17 +31,17 @@ | |
"private": true, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@angular/animations": "17.1.3", | ||
"@angular/cdk": "17.1.2", | ||
"@angular/common": "17.1.3", | ||
"@angular/compiler": "17.1.3", | ||
"@angular/core": "17.1.3", | ||
"@angular/animations": "17.2.4", | ||
"@angular/cdk": "17.2.2", | ||
"@angular/common": "17.2.4", | ||
"@angular/compiler": "17.2.4", | ||
"@angular/core": "17.2.4", | ||
"@angular/fire": "17.0.0", | ||
"@angular/forms": "17.1.3", | ||
"@angular/forms": "17.2.4", | ||
"@angular/material": "^16.2.0", | ||
"@angular/platform-browser": "17.1.3", | ||
"@angular/platform-browser-dynamic": "17.1.3", | ||
"@angular/router": "17.1.3", | ||
"@angular/platform-browser": "17.2.4", | ||
"@angular/platform-browser-dynamic": "17.2.4", | ||
"@angular/router": "17.2.4", | ||
"@rx-angular/state": "16.0.0", | ||
"firebase": "9.23.0", | ||
"normalize.css": "8.0.1", | ||
|
@@ -50,22 +50,22 @@ | |
"zone.js": "0.14.8" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/architect": "0.1701.4", | ||
"@angular-devkit/build-angular": "17.1.4", | ||
"@angular-devkit/architect": "0.1702.3", | ||
"@angular-devkit/build-angular": "17.2.3", | ||
"@angular-eslint/eslint-plugin": "17.0.1", | ||
"@angular-eslint/eslint-plugin-template": "17.0.1", | ||
"@angular-eslint/template-parser": "17.0.1", | ||
"@angular/cli": "~17.1.0", | ||
"@angular/compiler-cli": "17.1.3", | ||
"@angular/language-service": "17.1.3", | ||
"@angular/cli": "~17.2.0", | ||
"@angular/compiler-cli": "17.2.4", | ||
"@angular/language-service": "17.2.4", | ||
"@faker-js/faker": "7.6.0", | ||
"@nx/angular": "18.0.8", | ||
"@nx/eslint": "18.0.8", | ||
"@nx/eslint-plugin": "18.0.8", | ||
"@nx/jest": "18.0.8", | ||
"@nx/node": "18.0.8", | ||
"@nx/web": "18.0.8", | ||
"@nx/workspace": "18.0.8", | ||
"@nx/angular": "18.1.3", | ||
"@nx/eslint": "18.1.3", | ||
"@nx/eslint-plugin": "18.1.3", | ||
"@nx/jest": "18.1.3", | ||
"@nx/node": "18.1.3", | ||
"@nx/web": "18.1.3", | ||
"@nx/workspace": "18.1.3", | ||
"@types/jest": "29.4.4", | ||
"@types/jsdom": "21.1.1", | ||
"@types/node": "18.19.9", | ||
|
@@ -79,7 +79,7 @@ | |
"firebase-tools": "13.6.0", | ||
"jest": "29.4.3", | ||
"jest-environment-jsdom": "29.4.3", | ||
"jest-preset-angular": "13.1.6", | ||
"jest-preset-angular": "14.0.4", | ||
"prettier": "2.8.8", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.3.3" | ||
|
Oops, something went wrong.