Skip to content

Commit

Permalink
feat: update to nx 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Nov 6, 2018
1 parent 7443c4d commit a7bce06
Show file tree
Hide file tree
Showing 3 changed files with 1,741 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
]
},
"dependencies": {
"@nrwl/nx": "7.0.0",
"@nrwl/nx": "7.0.1",
"@types/strip-json-comments": "^0.0.30",
"karma-spec-reporter": "^0.0.32",
"karma-verbose-reporter": "^0.0.6"
Expand All @@ -85,7 +85,7 @@
"@angular/router": "7.0.2",
"@nrwl/angular-console-enterprise-electron": "0.0.13",
"@nrwl/angular-console-enterprise-frontend": "0.0.13",
"@nrwl/schematics": "7.0.0",
"@nrwl/schematics": "7.0.1",
"@types/express": "4.16.0",
"@types/graphql": "0.13.0",
"@types/jasmine": "2.8.9",
Expand Down Expand Up @@ -176,4 +176,4 @@
"**/*.+(spec|test).(ts|js)"
]
}
}
}
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@angular/cli": "7.0.4",
"@nrwl/angular-console-enterprise-electron": "0.0.13",
"@nrwl/schematics": "7.0.0",
"@nrwl/schematics": "7.0.1",
"@types/tmp": "0.0.33",
"apollo-server-express": "2.1.0",
"dotenv": "6.0.0",
Expand Down
Loading

0 comments on commit a7bce06

Please sign in to comment.