Skip to content

Commit

Permalink
update nx to 9.2 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Apr 1, 2020
1 parent 98a8a16 commit f604e9f
Show file tree
Hide file tree
Showing 3 changed files with 1,393 additions and 728 deletions.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@
"libs/shared/header/index.scss",
"node_modules/normalize.css/normalize.css"
],
"scripts": []
"scripts": [],
"buildLibsFromSource": true
},
"configurations": {
"production": {
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,45 +30,45 @@
},
"private": true,
"dependencies": {
"@angular/animations": "9.0.1",
"@angular/common": "9.0.1",
"@angular/compiler": "9.0.1",
"@angular/core": "9.0.1",
"@angular/forms": "9.0.1",
"@angular/platform-browser": "9.0.1",
"@angular/platform-browser-dynamic": "9.0.1",
"@angular/router": "9.0.1",
"@angular/animations": "~9.1.0",
"@angular/common": "~9.1.0",
"@angular/compiler": "~9.1.0",
"@angular/core": "~9.1.0",
"@angular/forms": "~9.1.0",
"@angular/platform-browser": "~9.1.0",
"@angular/platform-browser-dynamic": "~9.1.0",
"@angular/router": "~9.1.0",
"@emotion/core": "10.0.27",
"@emotion/styled": "10.0.27",
"@ngrx/effects": "9.0.0",
"@ngrx/entity": "9.0.0",
"@ngrx/router-store": "9.0.0",
"@ngrx/store": "9.0.0",
"@nrwl/angular": "9.1.3-beta.1",
"@nrwl/angular": "9.2.1",
"core-js": "^2.5.4",
"document-register-element": "1.13.1",
"firebase": ">= 5.5.7 <7",
"normalize.css": "^8.0.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-router-dom": "5.1.2",
"rxjs": "~6.5.3",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.2",
"@angular/cli": "~9.0.1",
"@angular/compiler-cli": "9.0.1",
"@angular/language-service": "9.0.1",
"@angular-devkit/build-angular": "~0.901.0",
"@angular/cli": "~9.1.0",
"@angular/compiler-cli": "~9.1.0",
"@angular/language-service": "~9.1.0",
"@babel/preset-react": "7.0.0",
"@ngrx/store-devtools": "9.0.0",
"@nrwl/cypress": "9.1.3-beta.1",
"@nrwl/cypress": "9.2.1",
"@nrwl/nx-cloud": "9.0.1",
"@nrwl/jest": "9.1.3-beta.1",
"@nrwl/react": "9.1.3-beta.1",
"@nrwl/web": "9.1.3-beta.1",
"@nrwl/workspace": "9.1.3-beta.1",
"@nrwl/jest": "9.2.1",
"@nrwl/react": "9.2.1",
"@nrwl/web": "9.2.1",
"@nrwl/workspace": "9.2.1",
"@testing-library/react": "9.4.0",
"@types/jest": "24.0.9",
"@types/node": "^12.11.1",
Expand All @@ -90,6 +90,6 @@
"ts-jest": "24.0.0",
"ts-node": "~7.0.0",
"tslint": "6.0.0",
"typescript": "~3.7.5"
"typescript": "~3.8.3"
}
}
Loading

0 comments on commit f604e9f

Please sign in to comment.