Skip to content

Commit

Permalink
chore: upgrade nx to latest v11 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr authored Jan 19, 2021
1 parent 3a42027 commit a357803
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 134 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"format:check": "nx format:check",
"update": "nx migrate latest",
"update:check": "ng update",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help",
"nx": "nx",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points && node decorate-angular-cli.js"
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points && node decorate-angular-cli.js",
"workspace-generator": "nx workspace-generator"
},
"private": true,
"dependencies": {
Expand All @@ -45,7 +45,7 @@
"@ngrx/entity": "10.0.0",
"@ngrx/router-store": "10.0.0",
"@ngrx/store": "10.0.0",
"@nrwl/angular": "11.0.1-rc.0",
"@nrwl/angular": "11.1.5",
"core-js": "^2.5.4",
"document-register-element": "1.13.1",
"normalize.css": "^8.0.1",
Expand All @@ -63,14 +63,14 @@
"@angular/language-service": "11.0.4",
"@babel/preset-react": "7.0.0",
"@ngrx/store-devtools": "10.0.0",
"@nrwl/cli": "11.0.1-rc.0",
"@nrwl/cypress": "11.0.1-rc.0",
"@nrwl/jest": "11.0.1-rc.0",
"@nrwl/nx-cloud": "10.1.9",
"@nrwl/react": "11.0.1-rc.0",
"@nrwl/tao": "11.0.1-rc.0",
"@nrwl/web": "11.0.1-rc.0",
"@nrwl/workspace": "11.0.1-rc.0",
"@nrwl/cli": "11.1.5",
"@nrwl/cypress": "11.1.5",
"@nrwl/jest": "11.1.5",
"@nrwl/nx-cloud": "11.0.2",
"@nrwl/react": "11.1.5",
"@nrwl/tao": "11.1.5",
"@nrwl/web": "11.1.5",
"@nrwl/workspace": "11.1.5",
"@testing-library/react": "11.1.2",
"@types/jest": "26.0.8",
"@types/node": "12.12.38",
Expand All @@ -87,10 +87,10 @@
"jest-environment-jsdom-fourteen": "^0.1.0",
"jest-preset-angular": "8.3.1",
"netlify": "^2.4.8",
"prettier": "2.1.2",
"prettier": "2.2.1",
"ts-jest": "26.4.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.0.3"
}
}
Loading

0 comments on commit a357803

Please sign in to comment.