Skip to content

Commit

Permalink
feat: update nx to 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin authored and Yonet committed Aug 21, 2018
1 parent 8e64e77 commit f3e29a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"main": "electron.js",
"license": "MIT",
"dependencies": {
"@angular/cli": "6.1.1",
"@angular/cli": "6.1.2",
"@ngrx/schematics": "6.1.0",
"@nrwl/schematics": "6.2.0",
"@nrwl/schematics": "6.2.1",
"drivelist": "6.3.0",
"electron-updater": "^2.21.4",
"express": "^4.16.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
]
},
"dependencies": {
"@nrwl/nx": "6.2.0"
"@nrwl/nx": "6.2.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.7.0",
Expand All @@ -76,7 +76,7 @@
"@angular/platform-browser": "6.1.1",
"@angular/platform-browser-dynamic": "6.1.1",
"@angular/router": "6.1.1",
"@nrwl/schematics": "6.2.0",
"@nrwl/schematics": "6.2.1",
"@types/express": "^4.16.0",
"@types/graphql": "0.13.0",
"@types/jasmine": "~2.8.6",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,13 @@
tree-kill "^1.0.0"
webpack-sources "^1.1.0"

"@nrwl/[email protected].0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@nrwl/nx/-/nx-6.2.0.tgz#7737846a5d03bc25e0d9cd418e9bde11697c85ad"
"@nrwl/[email protected].1":
version "6.2.1"
resolved "https://registry.yarnpkg.com/@nrwl/nx/-/nx-6.2.1.tgz#b75a5c35bab53675a89320e1d8d16f40b70e66d1"

"@nrwl/[email protected].0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@nrwl/schematics/-/schematics-6.2.0.tgz#bb84ebda6846cf2e8b431086bf232fc785d8ccdb"
"@nrwl/[email protected].1":
version "6.2.1"
resolved "https://registry.yarnpkg.com/@nrwl/schematics/-/schematics-6.2.1.tgz#11473af8f5f3c078b65ebd47fb8bfbde93912163"
dependencies:
"@types/yargs" "^11.0.0"
app-root-path "^2.0.1"
Expand Down

0 comments on commit f3e29a8

Please sign in to comment.