mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat(version): update version of nx to 15.5.2
This commit is contained in:
50
package.json
50
package.json
@@ -12,16 +12,16 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "15.0.2",
|
||||
"@angular/cdk": "15.0.1",
|
||||
"@angular/common": "15.0.2",
|
||||
"@angular/compiler": "15.0.2",
|
||||
"@angular/core": "15.0.2",
|
||||
"@angular/forms": "15.0.2",
|
||||
"@angular/material": "15.0.1",
|
||||
"@angular/platform-browser": "15.0.2",
|
||||
"@angular/platform-browser-dynamic": "15.0.2",
|
||||
"@angular/router": "15.0.2",
|
||||
"@angular/animations": "15.1.1",
|
||||
"@angular/cdk": "15.1.1",
|
||||
"@angular/common": "15.1.1",
|
||||
"@angular/compiler": "15.1.1",
|
||||
"@angular/core": "15.1.1",
|
||||
"@angular/forms": "15.1.1",
|
||||
"@angular/material": "15.1.1",
|
||||
"@angular/platform-browser": "15.1.1",
|
||||
"@angular/platform-browser-dynamic": "15.1.1",
|
||||
"@angular/router": "15.1.1",
|
||||
"@hirez_io/observer-spy": "^2.2.0",
|
||||
"@ngneat/falso": "^6.1.0",
|
||||
"@ngrx/component": "^15.0.0",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@ngrx/entity": "15.0.0",
|
||||
"@ngrx/router-store": "15.0.0",
|
||||
"@ngrx/store": "15.0.0",
|
||||
"@nrwl/angular": "15.3.0",
|
||||
"@nrwl/angular": "15.5.2",
|
||||
"@rx-angular/cdk": "^1.0.0-rc.4",
|
||||
"@rx-angular/state": "^1.7.0",
|
||||
"@rx-angular/template": "^1.0.0-rc.5",
|
||||
@@ -40,29 +40,29 @@
|
||||
"zone.js": "~0.11.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^15.0.2",
|
||||
"@angular-devkit/build-angular": "15.1.2",
|
||||
"@angular-eslint/eslint-plugin": "15.1.0",
|
||||
"@angular-eslint/eslint-plugin-template": "15.1.0",
|
||||
"@angular-eslint/template-parser": "15.1.0",
|
||||
"@angular/cli": "~15.0.0",
|
||||
"@angular/compiler-cli": "15.0.2",
|
||||
"@angular/language-service": "15.0.2",
|
||||
"@angular/cli": "~15.1.0",
|
||||
"@angular/compiler-cli": "15.1.1",
|
||||
"@angular/language-service": "15.1.1",
|
||||
"@commitlint/cli": "^17.2.0",
|
||||
"@commitlint/config-conventional": "^17.2.0",
|
||||
"@cypress/webpack-dev-server": "^2.0.0",
|
||||
"@ngrx/schematics": "15.0.0",
|
||||
"@nrwl/cli": "15.3.0",
|
||||
"@nrwl/cypress": "15.3.0",
|
||||
"@nrwl/devkit": "15.3.0",
|
||||
"@nrwl/eslint-plugin-nx": "15.3.0",
|
||||
"@nrwl/jest": "15.3.0",
|
||||
"@nrwl/linter": "15.3.0",
|
||||
"@nrwl/workspace": "15.3.0",
|
||||
"@nrwl/cli": "15.5.2",
|
||||
"@nrwl/cypress": "15.5.2",
|
||||
"@nrwl/devkit": "15.5.2",
|
||||
"@nrwl/eslint-plugin-nx": "15.5.2",
|
||||
"@nrwl/jest": "15.5.2",
|
||||
"@nrwl/linter": "15.5.2",
|
||||
"@nrwl/workspace": "15.5.2",
|
||||
"@types/jest": "28.1.1",
|
||||
"@types/node": "16.11.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
||||
"@typescript-eslint/parser": "^5.36.1",
|
||||
"cypress": "^11.0.0",
|
||||
"cypress": "^12.2.0",
|
||||
"eslint": "~8.15.0",
|
||||
"eslint-config-prettier": "8.1.0",
|
||||
"eslint-plugin-cypress": "^2.10.3",
|
||||
@@ -72,8 +72,8 @@
|
||||
"jest-environment-jsdom": "28.1.1",
|
||||
"jest-preset-angular": "12.2.3",
|
||||
"lint-staged": "^13.0.3",
|
||||
"ng-packagr": "~15.0.0",
|
||||
"nx": "15.3.0",
|
||||
"ng-packagr": "15.1.1",
|
||||
"nx": "15.5.2",
|
||||
"postcss": "^8.4.5",
|
||||
"postcss-import": "~14.1.0",
|
||||
"postcss-preset-env": "~7.5.0",
|
||||
|
||||
Reference in New Issue
Block a user