Skip to content

Commit

Permalink
fix(vscode): upgrade reference to lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
randymarsh77 committed Jun 3, 2020
1 parent 8bc1d7a commit e3ca451
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions packages/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ The extension farms out to both `nuget` and `dotnet`, so they must be in your pa

### vNext

- Fixed an issue with locating nuget.config files in parent directories.
- Fixed an issue with packages that have different names than the main dll.

### 0.1.2

- Add an extension icon.
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"watch": "tsc -watch -p ./"
},
"dependencies": {
"nuget-extensions-lib": "^0.0.11",
"nuget-extensions-lib": "^0.0.14",
"vscode-extension-telemetry": "^0.1.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4686,10 +4686,10 @@ npmlog@^4.1.2, npmlog@~4.1.2:
gauge "~2.7.3"
set-blocking "~2.0.0"

nuget-extensions-lib@^0.0.11:
version "0.0.11"
resolved "https://registry.yarnpkg.com/nuget-extensions-lib/-/nuget-extensions-lib-0.0.11.tgz#a099830e6ece16b7d66f0c08af96c019c3e6ec8b"
integrity sha512-63/ebzNgBDqh2cDTuG5FelDMAgwU8reviyCWq1LdpVrTXTLk6qe4bG6WBXjO3jo4cp5KvhN+yoL1AqobNU68Qw==
nuget-extensions-lib@^0.0.14:
version "0.0.14"
resolved "https://registry.yarnpkg.com/nuget-extensions-lib/-/nuget-extensions-lib-0.0.14.tgz#cf40b6c55093661c101bb8e6feb1e5763a0c36b9"
integrity sha512-kh0MPmzTnBBDWYS/M2hCGTdkUzEIQLGSJIEF70LXKq9squFPUXVWl7FLBFG2Kt+ASoGn+hSMDnVf60iLjOhetw==
dependencies:
lodash.debounce "^4.0.8"
lodash.mergewith "^4.6.1"
Expand All @@ -4710,7 +4710,7 @@ nuget-extensions-lib@^0.0.11:
version "0.0.0-managed-by-semantic-release"
dependencies:
lodash.debounce "^4.0.8"
nuget-extensions-lib "file:../../.yarn-cache/v4/npm-nuget-extensions-0.0.0-managed-by-semantic-release-b3b37faa-6007-4548-bfb2-dfa640a8af4b-1591167538756/node_modules/lib"
nuget-extensions-lib "file:../../.yarn-cache/v4/npm-nuget-extensions-0.0.0-managed-by-semantic-release-1a84e759-bd66-4eaf-a85b-6e3a87c09f7e-1591197391805/node_modules/lib"
rimraf "^2.6.3"
user-home "^2.0.0"
yargs "^13.2.1"
Expand Down

0 comments on commit e3ca451

Please sign in to comment.