Skip to content

Commit

Permalink
chore: update nx to 12.3.0-rc.0 (#148)
Browse files Browse the repository at this point in the history
* chore: update nx to 12.3.0-rc.0

* update zone

* chore: fix lint

* chore: update nx to 12.3.0-rc.1
  • Loading branch information
FrozenPandaz authored May 13, 2021
1 parent e3c7335 commit 7d74659
Show file tree
Hide file tree
Showing 3 changed files with 3,649 additions and 6,621 deletions.
15 changes: 6 additions & 9 deletions libs/shared/cart/state/src/lib/+state/cart.reducer.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import {
cartReducer,
CartState,
SetQuantity
} from '@nx-example/shared/cart/state';
import { SetQuantity } from './cart.actions';
import { cartReducer, CartState } from './cart.reducer';

describe('Cart Reducer', () => {
let cartState: CartState;
Expand All @@ -11,13 +8,13 @@ describe('Cart Reducer', () => {
items: [
{
productId: '0',
quantity: 0
quantity: 0,
},
{
productId: '1',
quantity: 1
}
]
quantity: 1,
},
],
};
});

Expand Down
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "11.2.0",
"@angular/common": "11.2.0",
"@angular/compiler": "11.2.0",
"@angular/core": "11.2.0",
"@angular/forms": "11.2.0",
"@angular/platform-browser": "11.2.0",
"@angular/platform-browser-dynamic": "11.2.0",
"@angular/router": "11.2.0",
"@angular/animations": "12.0.0",
"@angular/common": "12.0.0",
"@angular/compiler": "12.0.0",
"@angular/core": "12.0.0",
"@angular/forms": "12.0.0",
"@angular/platform-browser": "12.0.0",
"@angular/platform-browser-dynamic": "12.0.0",
"@angular/router": "12.0.0",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"@ngrx/component-store": "11.1.0",
"@ngrx/effects": "11.1.0",
"@ngrx/entity": "11.1.0",
"@ngrx/router-store": "11.1.0",
"@ngrx/store": "11.1.0",
"@nrwl/angular": "12.1.0",
"@ngrx/component-store": "12.0.0",
"@ngrx/effects": "12.0.0",
"@ngrx/entity": "12.0.0",
"@ngrx/router-store": "12.0.0",
"@ngrx/store": "12.0.0",
"@nrwl/angular": "12.3.0-rc.1",
"core-js": "^2.5.4",
"document-register-element": "1.13.1",
"normalize.css": "^8.0.1",
Expand All @@ -52,29 +52,29 @@
"react-router-dom": "5.2.0",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3",
"zone.js": "0.11.4",
"@emotion/babel-plugin": "11.2.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1102.0",
"@angular-eslint/eslint-plugin": "4.2.0",
"@angular-eslint/eslint-plugin-template": "4.2.0",
"@angular-eslint/template-parser": "4.2.0",
"@angular/cli": "11.2.0",
"@angular/compiler-cli": "11.2.0",
"@angular/language-service": "11.2.0",
"@angular-devkit/build-angular": "12.0.0",
"@angular-eslint/eslint-plugin": "12.0.0-alpha.0",
"@angular-eslint/eslint-plugin-template": "12.0.0-alpha.0",
"@angular-eslint/template-parser": "12.0.0-alpha.0",
"@angular/cli": "12.0.0",
"@angular/compiler-cli": "12.0.0",
"@angular/language-service": "12.0.0",
"@babel/preset-react": "7.0.0",
"@ngrx/store-devtools": "11.1.0",
"@nrwl/cli": "12.1.0",
"@nrwl/cypress": "12.1.0",
"@nrwl/eslint-plugin-nx": "12.1.0",
"@nrwl/jest": "12.1.0",
"@nrwl/linter": "12.1.0",
"@ngrx/store-devtools": "12.0.0",
"@nrwl/cli": "12.3.0-rc.1",
"@nrwl/cypress": "12.3.0-rc.1",
"@nrwl/eslint-plugin-nx": "12.3.0-rc.1",
"@nrwl/jest": "12.3.0-rc.1",
"@nrwl/linter": "12.3.0-rc.1",
"@nrwl/nx-cloud": "12.0.2",
"@nrwl/react": "12.1.0",
"@nrwl/tao": "12.1.0",
"@nrwl/web": "12.1.0",
"@nrwl/workspace": "12.1.0",
"@nrwl/react": "12.3.0-rc.1",
"@nrwl/tao": "12.3.0-rc.1",
"@nrwl/web": "12.3.0-rc.1",
"@nrwl/workspace": "12.3.0-rc.1",
"@testing-library/react": "11.2.5",
"@types/jest": "26.0.8",
"@types/node": "14.14.33",
Expand Down Expand Up @@ -104,6 +104,6 @@
"ts-jest": "26.5.5",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.1.5"
"typescript": "4.2.4"
}
}
Loading

0 comments on commit 7d74659

Please sign in to comment.