Skip to content

Commit

Permalink
Update nx 16.9.0 (#66)
Browse files Browse the repository at this point in the history
* feat: use updated remix executors

* fix: run install after migrate

* feat: list failing examples

* feat: migrate to Nx 16.9.0-rc.0

* fix: skip broken examples and fix react-monorepo e2e tests
  • Loading branch information
jaysoo authored Sep 22, 2023
1 parent 6461fbc commit 775fed0
Show file tree
Hide file tree
Showing 357 changed files with 216,001 additions and 114,805 deletions.
9,060 changes: 8,334 additions & 726 deletions angular-monorepo/package-lock.json

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions angular-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@angular/platform-browser": "~16.2.0",
"@angular/platform-browser-dynamic": "~16.2.0",
"@angular/router": "~16.2.0",
"@nx/angular": "16.8.1",
"@nx/angular": "16.9.0-rc.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
Expand All @@ -28,13 +28,13 @@
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "~16.2.0",
"@angular/language-service": "~16.2.0",
"@nx/cypress": "16.8.1",
"@nx/eslint-plugin": "16.8.1",
"@nx/jest": "16.8.1",
"@nx/js": "16.8.1",
"@nx/linter": "16.8.1",
"@nx/web": "16.8.1",
"@nx/workspace": "16.8.1",
"@nx/cypress": "16.9.0-rc.0",
"@nx/eslint-plugin": "16.9.0-rc.0",
"@nx/jest": "16.9.0-rc.0",
"@nx/js": "16.9.0-rc.0",
"@nx/linter": "16.9.0-rc.0",
"@nx/web": "16.9.0-rc.0",
"@nx/workspace": "16.9.0-rc.0",
"@schematics/angular": "~16.2.0",
"@types/jest": "^29.4.0",
"@types/node": "16.11.7",
Expand All @@ -48,11 +48,12 @@
"jest-environment-jsdom": "^29.4.1",
"jest-preset-angular": "~13.1.0",
"jsonc-eslint-parser": "^2.1.0",
"nx": "16.8.1",
"nx-cloud": "latest",
"nx": "16.9.0-rc.0",
"nx-cloud": "16.4.0",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.3"
}
}

Loading

0 comments on commit 775fed0

Please sign in to comment.