Skip to content

Commit

Permalink
update to nx 11.3.0-rc.0 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Feb 16, 2021
1 parent b0315f1 commit 23bae85
Show file tree
Hide file tree
Showing 2 changed files with 1,133 additions and 1,025 deletions.
55 changes: 28 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "11.0.4",
"@angular/common": "11.0.4",
"@angular/compiler": "11.0.4",
"@angular/core": "11.0.4",
"@angular/forms": "11.0.4",
"@angular/platform-browser": "11.0.4",
"@angular/platform-browser-dynamic": "11.0.4",
"@angular/router": "11.0.4",
"@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",
"@emotion/babel-preset-css-prop": "11.0.0",
"@emotion/react": "11.0.0",
"@emotion/styled": "11.0.0",
"@ngrx/effects": "10.0.0",
"@ngrx/entity": "10.0.0",
"@ngrx/router-store": "10.0.0",
"@ngrx/store": "10.0.0",
"@nrwl/angular": "11.2.0-beta.4",
"@ngrx/effects": "11.0.0",
"@ngrx/entity": "11.0.0",
"@ngrx/router-store": "11.0.0",
"@ngrx/store": "11.0.0",
"@nrwl/angular": "11.3.0-rc.0",
"core-js": "^2.5.4",
"document-register-element": "1.13.1",
"normalize.css": "^8.0.1",
Expand All @@ -54,23 +54,24 @@
"react-router-dom": "5.2.0",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
"zone.js": "~0.10.3",
"@ngrx/component-store": "11.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1100.4",
"@angular/cli": "11.0.4",
"@angular/compiler-cli": "11.0.4",
"@angular/language-service": "11.0.4",
"@angular-devkit/build-angular": "0.1102.0",
"@angular/cli": "11.2.0",
"@angular/compiler-cli": "11.2.0",
"@angular/language-service": "11.2.0",
"@babel/preset-react": "7.0.0",
"@ngrx/store-devtools": "10.0.0",
"@nrwl/cli": "11.2.0-beta.4",
"@nrwl/cypress": "11.2.0-beta.4",
"@nrwl/jest": "11.2.0-beta.4",
"@nrwl/nx-cloud": "11.1.2",
"@nrwl/react": "11.2.0-beta.4",
"@nrwl/tao": "11.2.0-beta.4",
"@nrwl/web": "11.2.0-beta.4",
"@nrwl/workspace": "11.2.0-beta.4",
"@ngrx/store-devtools": "11.0.0",
"@nrwl/cli": "11.3.0-rc.0",
"@nrwl/cypress": "11.3.0-rc.0",
"@nrwl/jest": "11.3.0-rc.0",
"@nrwl/nx-cloud": "11.1.4",
"@nrwl/react": "11.3.0-rc.0",
"@nrwl/tao": "11.3.0-rc.0",
"@nrwl/web": "11.3.0-rc.0",
"@nrwl/workspace": "11.3.0-rc.0",
"@testing-library/react": "11.1.2",
"@types/jest": "26.0.8",
"@types/node": "12.12.38",
Expand Down
Loading

0 comments on commit 23bae85

Please sign in to comment.