Skip to content

Commit

Permalink
feat: bump up version of extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed May 1, 2019
1 parent a0f8106 commit b943ebe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
9 changes: 8 additions & 1 deletion apps/vscode/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular-console",
"displayName": "Angular Console",
"description": "Angular Console for Visual Studio Code. The user interface app for the Angular CLI",
"version": "7.4.7",
"version": "7.4.19",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/angular-console"
Expand All @@ -26,6 +26,13 @@
"engines": {
"vscode": "^1.31.0"
},
"keywords": [
"Angular",
"Angular 2",
"Angular 7",
"CLI",
"Console"
],
"categories": [
"Other"
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
"@nestjs/common": "5.7.0",
"@nestjs/core": "5.7.0",
"@nestjs/graphql": "5.5.1",
"@nrwl/angular-console-enterprise-electron": "0.1.387",
"@nrwl/angular-console-enterprise-frontend": "0.1.387",
"@nrwl/angular-console-enterprise-electron": "0.1.461",
"@nrwl/angular-console-enterprise-frontend": "0.1.461",
"@nrwl/builders": "7.7.2",
"@nrwl/schematics": "7.7.2",
"@schematics/angular": "7.3.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -690,10 +690,10 @@
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==

"@nrwl/angular-console-enterprise-electron@0.1.387":
version "0.1.387"
resolved "https://registry.yarnpkg.com/@nrwl/angular-console-enterprise-electron/-/angular-console-enterprise-electron-0.1.387.tgz#e74f2dce21230c9976c49dd2411a104643fbea4a"
integrity sha512-CvIfHuF4q+fBGy04R2wOcn0nQi9U3NXtv8YNmF62etfnCOZ2w+ARLOfR6DwqiEJqbbFM9FDu+qqj/BEgPvemDg==
"@nrwl/angular-console-enterprise-electron@0.1.461":
version "0.1.461"
resolved "https://registry.yarnpkg.com/@nrwl/angular-console-enterprise-electron/-/angular-console-enterprise-electron-0.1.461.tgz#e6f8e5e282cedf6bd359d4bea5790f09ecc78538"
integrity sha512-1hocj1T5FX2TNYKYT6Yi2PE8QIGe/lMNfNCJfXs8kgnfEpwtatdUD13gjlFBOQYi/+xA9utMYiLIXbm+BXG/Kw==
dependencies:
apollo-cache-inmemory "1.3.10"
apollo-client "^2.3.5"
Expand All @@ -704,10 +704,10 @@
request "2.88.0"
tslib "^1.9.0"

"@nrwl/angular-console-enterprise-frontend@0.1.387":
version "0.1.387"
resolved "https://registry.yarnpkg.com/@nrwl/angular-console-enterprise-frontend/-/angular-console-enterprise-frontend-0.1.387.tgz#53f32090f3bcd9fe5117c3b10b0e59d8006f05e5"
integrity sha512-JASr3P3yM5+dMchGNC5LbtPzKGOzzl2oE70Pg4hE4K0JBmacgZUzN7BCwwL0Gi5m7VVdaLlr2V/DxZTsoa+Mtw==
"@nrwl/angular-console-enterprise-frontend@0.1.461":
version "0.1.461"
resolved "https://registry.yarnpkg.com/@nrwl/angular-console-enterprise-frontend/-/angular-console-enterprise-frontend-0.1.461.tgz#375950e6803a6627374b60763ae0623d5d2d7088"
integrity sha512-Wi+D+s6eDELSmjZNEJWVjGtsLlLrtmrYB6Y6H7NwEmGO04jZvVZvv1dcE4R17ABgnR7Wbj93tMbTzzV3sjsOfg==
dependencies:
d3-ease "^1.0.5"
d3-format "^1.3.2"
Expand Down

0 comments on commit b943ebe

Please sign in to comment.