chore(version): update nx + add rxangular + ngrx/component

This commit is contained in:
thomas laforge
2022-12-11 20:59:41 +01:00
parent 97f1ede245
commit c6e0d55b93
2 changed files with 22369 additions and 893 deletions

23236
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -24,21 +24,23 @@
"@angular/router": "15.0.2", "@angular/router": "15.0.2",
"@hirez_io/observer-spy": "^2.2.0", "@hirez_io/observer-spy": "^2.2.0",
"@ngneat/falso": "^6.1.0", "@ngneat/falso": "^6.1.0",
"@ngrx/component": "^15.0.0",
"@ngrx/component-store": "15.0.0", "@ngrx/component-store": "15.0.0",
"@ngrx/effects": "15.0.0", "@ngrx/effects": "15.0.0",
"@ngrx/entity": "15.0.0", "@ngrx/entity": "15.0.0",
"@ngrx/router-store": "15.0.0", "@ngrx/router-store": "15.0.0",
"@ngrx/store": "15.0.0", "@ngrx/store": "15.0.0",
"@nrwl/angular": "15.2.4", "@nrwl/angular": "15.3.0",
"@rx-angular/cdk": "^1.0.0-rc.3",
"@rx-angular/state": "^1.7.0",
"@rx-angular/template": "^1.0.0-rc.4",
"rxjs": "~7.5.0", "rxjs": "~7.5.0",
"tailwindcss": "^3.2.1", "tailwindcss": "^3.2.1",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"zone.js": "~0.11.4" "zone.js": "~0.11.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "15.0.2", "@angular-devkit/build-angular": "^15.0.2",
"@angular-devkit/core": "15.0.2",
"@angular-devkit/schematics": "15.0.2",
"@angular-eslint/eslint-plugin": "15.1.0", "@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0", "@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/template-parser": "15.1.0", "@angular-eslint/template-parser": "15.1.0",
@@ -48,13 +50,13 @@
"@commitlint/cli": "^17.2.0", "@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0", "@commitlint/config-conventional": "^17.2.0",
"@ngrx/schematics": "15.0.0", "@ngrx/schematics": "15.0.0",
"@nrwl/cli": "15.2.4", "@nrwl/cli": "15.3.0",
"@nrwl/cypress": "15.2.4", "@nrwl/cypress": "15.3.0",
"@nrwl/devkit": "15.2.4", "@nrwl/devkit": "15.3.0",
"@nrwl/eslint-plugin-nx": "15.2.4", "@nrwl/eslint-plugin-nx": "15.3.0",
"@nrwl/jest": "15.2.4", "@nrwl/jest": "15.3.0",
"@nrwl/linter": "15.2.4", "@nrwl/linter": "15.3.0",
"@nrwl/workspace": "15.2.4", "@nrwl/workspace": "15.3.0",
"@types/jest": "28.1.1", "@types/jest": "28.1.1",
"@types/node": "16.11.7", "@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/eslint-plugin": "^5.36.1",
@@ -69,7 +71,7 @@
"jest-preset-angular": "12.2.3", "jest-preset-angular": "12.2.3",
"lint-staged": "^13.0.3", "lint-staged": "^13.0.3",
"ng-packagr": "~15.0.0", "ng-packagr": "~15.0.0",
"nx": "15.2.4", "nx": "15.3.0",
"postcss": "^8.4.5", "postcss": "^8.4.5",
"postcss-import": "~14.1.0", "postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0", "postcss-preset-env": "~7.5.0",