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 Jul 4, 2019
1 parent 834383b commit 22243ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
"@nestjs/common": "5.7.0",
"@nestjs/core": "5.7.0",
"@nestjs/graphql": "5.5.1",
"@nrwl/angular-console-enterprise-electron": "^0.3.602",
"@nrwl/angular-console-enterprise-frontend": "^0.3.602",
"@nrwl/angular-console-enterprise-electron": "^0.3.681",
"@nrwl/angular-console-enterprise-frontend": "^0.3.681",
"@types/d3-hierarchy": "^1.1.6",
"@types/d3-selection": "^1.4.1",
"@types/d3-shape": "^1.3.1",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -638,10 +638,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.3.602":
version "0.3.602"
resolved "https://registry.yarnpkg.com/@nrwl/angular-console-enterprise-electron/-/angular-console-enterprise-electron-0.3.602.tgz#d3ad8acd94a6722287f521a84856321d3bd4c4f6"
integrity sha512-Ek9KWDGmJmzs3tRUINUginB1WhcimoCO3U+qSig058ec3Mb4ipoFVv2+WMu5+NdczLxNq5emLKSr2Ym6OjsgnA==
"@nrwl/angular-console-enterprise-electron@^0.3.681":
version "0.3.681"
resolved "https://registry.yarnpkg.com/@nrwl/angular-console-enterprise-electron/-/angular-console-enterprise-electron-0.3.681.tgz#116d2d742aacde12e62f108eac35e82b48fca5f4"
integrity sha512-NUcKrHPIwWCgkw5AVzjxPccpffz76EorpIlwQu4OCzMNuSU5tFGiCN+J9Q90xMXTJ86zIfDTUsTKd0rhNUObWw==
dependencies:
apollo-cache-inmemory "1.3.10"
apollo-client "^2.3.5"
Expand All @@ -651,10 +651,10 @@
node-fetch "2.3.0"
request "2.88.0"

"@nrwl/angular-console-enterprise-frontend@^0.3.602":
version "0.3.602"
resolved "https://registry.yarnpkg.com/@nrwl/angular-console-enterprise-frontend/-/angular-console-enterprise-frontend-0.3.602.tgz#7f054fe6ecbcfb40b3081d04bfd8115e289beea0"
integrity sha512-jpjyBp9MVOXHhzuXsqgZATP0f0/A7HdMFTKF5FbJ/hYnvrYF2dikh5kHHy9H1pIGTOhFTqf2JUEVOznJY8EdmA==
"@nrwl/angular-console-enterprise-frontend@^0.3.681":
version "0.3.681"
resolved "https://registry.yarnpkg.com/@nrwl/angular-console-enterprise-frontend/-/angular-console-enterprise-frontend-0.3.681.tgz#7f2c8cfe364dd7cdc54e5647718162ae107ee492"
integrity sha512-ITfi3kpN0kVzK+hIw8GabVAkjOG/aEep0Y7F3wLpD1Bt5XYJxTOzTxTENOdukVO5tSSQqDUBLf9AN660f5NwZQ==
dependencies:
d3-ease "^1.0.5"
d3-format "^1.3.2"
Expand All @@ -665,6 +665,7 @@
d3-time "^1.0.10"
d3-time-format "^2.1.3"
d3-transition "^1.1.3"
lodash.memoize "4.1.2"
trix "^1.0.0"
tslib "^1.9.0"

Expand Down Expand Up @@ -8946,7 +8947,7 @@ lodash.isstring@^4.0.1:
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=

lodash.memoize@^4.1.2:
lodash.memoize@4.1.2, lodash.memoize@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
Expand Down

0 comments on commit 22243ea

Please sign in to comment.