Merge pull request #58082 from Microsoft/sandy081/47883

Use latest spdlog that has support for file names with non ascii character
This commit is contained in:
Sandeep Somavarapu 2018-09-06 17:41:24 +02:00 committed by GitHub
commit e34efce33c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@
"native-watchdog": "0.3.0",
"node-pty": "0.7.7",
"semver": "^5.5.0",
"spdlog": "0.7.1",
"spdlog": "0.7.2",
"sudo-prompt": "8.2.0",
"v8-inspect-profiler": "^0.0.8",
"vscode-chokidar": "1.6.4",

View file

@ -6924,9 +6924,9 @@ sparkles@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/sparkles/-/sparkles-1.0.0.tgz#1acbbfb592436d10bbe8f785b7cc6f82815012c3"
spdlog@0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/spdlog/-/spdlog-0.7.1.tgz#960b8cdced12e8c482d1df9fa65220789f276979"
spdlog@0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/spdlog/-/spdlog-0.7.2.tgz#9298753d7694b9ee9bbfd7e01ea1e4c6ace1e64d"
dependencies:
bindings "^1.3.0"
mkdirp "^0.5.1"