bump to 1.1.21
This commit is contained in:
Родитель
1cb1b056ac
Коммит
47f02ad061
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode",
|
||||
"version": "1.1.18",
|
||||
"version": "1.1.21",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -18,7 +18,7 @@
|
|||
"requires": {
|
||||
"@types/events": "*",
|
||||
"@types/minimatch": "*",
|
||||
"@types/node": "8.10.25"
|
||||
"@types/node": "*"
|
||||
}
|
||||
},
|
||||
"@types/minimatch": {
|
||||
|
@ -1749,9 +1749,9 @@
|
|||
}
|
||||
},
|
||||
"url-parse": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.0.tgz",
|
||||
"integrity": "sha512-ERuGxDiQ6Xw/agN4tuoCRbmwRuZP0cJ1lJxJubXr5Q/5cDa78+Dc4wfvtxzhzhkm5VvmW6Mf8EVj9SPGN4l8Lg==",
|
||||
"version": "1.4.3",
|
||||
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.3.tgz",
|
||||
"integrity": "sha512-rh+KuAW36YKo0vClhQzLLveoj8FwPJNu65xLb7Mrt+eZht0IPT0IXgSv8gcMegZ6NvjJUALf6Mf25POlMwD1Fw==",
|
||||
"requires": {
|
||||
"querystringify": "^2.0.0",
|
||||
"requires-port": "^1.0.0"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "vscode",
|
||||
"version": "1.1.20",
|
||||
"version": "1.1.21",
|
||||
"typings": "vscode.d.ts",
|
||||
"scripts": {
|
||||
"prepublish": "tsc -p ./",
|
||||
"prepare": "tsc -p ./",
|
||||
"compile": "tsc -p ./",
|
||||
"watch": "tsc -watch -p ./"
|
||||
},
|
||||
|
@ -26,7 +26,7 @@
|
|||
"request": "^2.83.0",
|
||||
"semver": "^5.4.1",
|
||||
"source-map-support": "^0.5.0",
|
||||
"url-parse": "^1.1.9",
|
||||
"url-parse": "^1.4.3",
|
||||
"vinyl-source-stream": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче