Skip to content

Commit ba069d2

Browse files
authored
update reflect metadata dependency (#604)
Fixes #594
1 parent 4636370 commit ba069d2

File tree

2 files changed

+47
-17
lines changed

2 files changed

+47
-17
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
},
1616
"bugs": {
1717
"url": "https://github.com/Microsoft/vscode-python/issues"
18-
},
19-
"badges": [
20-
{
21-
"url": "https://travis-ci.org/Microsoft/vscode-python.svg?branch=master",
22-
"href": "https://travis-ci.org/Microsoft/vscode-python",
23-
"description": "Continuous integration"
24-
},
25-
{
26-
"url": "https://codecov.io/gh/Microsoft/vscode-python/branch/master/graph/badge.svg",
27-
"href": "https://codecov.io/gh/Microsoft/vscode-python",
28-
"description": "Test coverage"
29-
}
30-
],
18+
},
19+
"badges": [
20+
{
21+
"url": "https://travis-ci.org/Microsoft/vscode-python.svg?branch=master",
22+
"href": "https://travis-ci.org/Microsoft/vscode-python",
23+
"description": "Continuous integration"
24+
},
25+
{
26+
"url": "https://codecov.io/gh/Microsoft/vscode-python/branch/master/graph/badge.svg",
27+
"href": "https://codecov.io/gh/Microsoft/vscode-python",
28+
"description": "Test coverage"
29+
}
30+
],
3131
"icon": "icon.png",
3232
"galleryBanner": {
3333
"color": "#1e415e",
@@ -1562,7 +1562,7 @@
15621562
"minimatch": "^3.0.3",
15631563
"named-js-regexp": "^1.3.1",
15641564
"opn": "^5.1.0",
1565-
"reflect-metadata": "^0.1.10",
1565+
"reflect-metadata": "^0.1.12",
15661566
"rxjs": "^5.5.2",
15671567
"semver": "^5.4.1",
15681568
"sudo-prompt": "^8.0.0",

yarn.lock

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,10 @@ ci-info@^1.0.0:
603603
version "1.1.2"
604604
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.1.2.tgz#03561259db48d0474c8bdc90f5b47b068b6bbfb4"
605605

606+
circular-json@^0.3.1:
607+
version "0.3.3"
608+
resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.3.tgz#815c99ea84f6809529d2f45791bdf82711352d66"
609+
606610
class-utils@^0.3.5:
607611
version "0.3.5"
608612
resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.5.tgz#17e793103750f9627b2176ea34cfd1b565903c80"
@@ -2161,6 +2165,10 @@ is-windows@^1.0.1:
21612165
version "1.0.1"
21622166
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.1.tgz#310db70f742d259a16a369202b51af84233310d9"
21632167

2168+
is-wsl@^1.1.0:
2169+
version "1.1.0"
2170+
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
2171+
21642172
is@^3.1.0:
21652173
version "3.2.1"
21662174
resolved "https://registry.yarnpkg.com/is/-/is-3.2.1.tgz#d0ac2ad55eb7b0bec926a5266f6c662aaa83dca5"
@@ -3015,6 +3023,12 @@ once@~1.3.0:
30153023
dependencies:
30163024
wrappy "1"
30173025

3026+
opn@^5.1.0:
3027+
version "5.2.0"
3028+
resolved "https://registry.yarnpkg.com/opn/-/opn-5.2.0.tgz#71fdf934d6827d676cecbea1531f95d354641225"
3029+
dependencies:
3030+
is-wsl "^1.1.0"
3031+
30183032
optimist@^0.6.1:
30193033
version "0.6.1"
30203034
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
@@ -3202,6 +3216,10 @@ posix-character-classes@^0.1.0:
32023216
version "0.1.1"
32033217
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
32043218

3219+
postinstall-build@^5.0.1:
3220+
version "5.0.1"
3221+
resolved "https://registry.yarnpkg.com/postinstall-build/-/postinstall-build-5.0.1.tgz#b917a9079b26178d9a24af5a5cd8cb4a991d11b9"
3222+
32053223
prelude-ls@~1.1.2:
32063224
version "1.1.2"
32073225
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
@@ -3352,9 +3370,9 @@ redent@^1.0.0:
33523370
indent-string "^2.1.0"
33533371
strip-indent "^1.0.1"
33543372

3355-
reflect-metadata@^0.1.10:
3356-
version "0.1.10"
3357-
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.10.tgz#b4f83704416acad89988c9b15635d47e03b9344a"
3373+
reflect-metadata@^0.1.12:
3374+
version "0.1.12"
3375+
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.12.tgz#311bf0c6b63cd782f228a81abe146a2bfa9c56f2"
33583376

33593377
regex-cache@^0.4.2:
33603378
version "0.4.4"
@@ -3869,6 +3887,10 @@ strip-json-comments@~2.0.1:
38693887
version "2.0.1"
38703888
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
38713889

3890+
sudo-prompt@^8.0.0:
3891+
version "8.1.0"
3892+
resolved "https://registry.yarnpkg.com/sudo-prompt/-/sudo-prompt-8.1.0.tgz#62dce8013b80dd242e5b6ca15d8b8cffb7c85472"
3893+
38723894
38733895
version "1.2.0"
38743896
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-1.2.0.tgz#ff1ed1e61169d06b3cf2d588e188b18d8847e17e"
@@ -4096,6 +4118,14 @@ type-detect@^4.0.0:
40964118
version "4.0.5"
40974119
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.5.tgz#d70e5bc81db6de2a381bcaca0c6e0cbdc7635de2"
40984120

4121+
typemoq@^2.1.0:
4122+
version "2.1.0"
4123+
resolved "https://registry.yarnpkg.com/typemoq/-/typemoq-2.1.0.tgz#4452ce360d92cf2a1a180f0c29de2803f87af1e8"
4124+
dependencies:
4125+
circular-json "^0.3.1"
4126+
lodash "^4.17.4"
4127+
postinstall-build "^5.0.1"
4128+
40994129
typescript-char@^0.0.0:
41004130
version "0.0.0"
41014131
resolved "https://registry.yarnpkg.com/typescript-char/-/typescript-char-0.0.0.tgz#558feda737c765a610b737eefbb1775ee9bc8dab"

0 commit comments

Comments
 (0)