migrate to nx 16 (#3465)

* migrate to nx 16

* lock file
This commit is contained in:
Denys Vuika
2023-10-05 12:12:54 -04:00
committed by GitHub
parent f2d09e8b1a
commit 18542ebf8b
18 changed files with 4079 additions and 3864 deletions
+5 -5
View File
@@ -83,9 +83,6 @@
"@angular/compiler-cli": "14.1.3",
"@angular/language-service": "14.1.3",
"@cspell/eslint-plugin": "^7.3.6",
"@nrwl/angular": "15.9.2",
"@nrwl/eslint-plugin-nx": "^15.9.2",
"@nrwl/workspace": "15.9.2",
"@playwright/test": "^1.37.1",
"@schematics/angular": "14.1.2",
"@types/event-emitter": "^0.3.3",
@@ -121,7 +118,7 @@
"lint-staged": "^14.0.1",
"ng-packagr": "^14.2.2",
"node-stream-zip": "^1.14.0",
"nx": "15.9.2",
"nx": "16.10.0",
"prettier": "2.8.8",
"protractor": "~7.0.0",
"protractor-retry-angular-cli": "^2.0.3",
@@ -133,6 +130,9 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "4.7.4",
"webdriver-manager": "12.1.8"
"webdriver-manager": "12.1.8",
"@nx/workspace": "16.10.0",
"@nx/eslint-plugin": "16.10.0",
"@nx/angular": "16.10.0"
}
}