mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 17:39:19 +00:00
fix dependency versions
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "android-dev-ext",
|
"name": "android-dev-ext",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -1214,9 +1214,9 @@
|
|||||||
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
|
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
|
||||||
},
|
},
|
||||||
"uuid": {
|
"uuid": {
|
||||||
"version": "3.4.0",
|
"version": "8.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz",
|
||||||
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
|
"integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q=="
|
||||||
},
|
},
|
||||||
"vscode-debugadapter": {
|
"vscode-debugadapter": {
|
||||||
"version": "1.40.0",
|
"version": "1.40.0",
|
||||||
@@ -1297,9 +1297,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ws": {
|
"ws": {
|
||||||
"version": "7.2.3",
|
"version": "7.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz",
|
||||||
"integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ=="
|
"integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w=="
|
||||||
},
|
},
|
||||||
"xmldom": {
|
"xmldom": {
|
||||||
"version": "0.1.31",
|
"version": "0.1.31",
|
||||||
|
|||||||
24
package.json
24
package.json
@@ -50,10 +50,12 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Select which Android Jetpack Libraries (androidx.*) to include in code-completion results.\nNote: Switch to the JSON Settings editor for simpler editing of this list.",
|
"description": "Select which Android Jetpack Libraries (androidx.*) to include in code-completion results.\nNote: Switch to the JSON Settings editor for simpler editing of this list.",
|
||||||
"examples": [
|
"examples": [
|
||||||
["androidx.activity:activity"]
|
[
|
||||||
|
"androidx.activity:activity"
|
||||||
|
]
|
||||||
],
|
],
|
||||||
"items" : {
|
"items": {
|
||||||
"type":"string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"androidx.activity:activity",
|
"androidx.activity:activity",
|
||||||
"androidx.annotation:annotation",
|
"androidx.annotation:annotation",
|
||||||
@@ -408,15 +410,15 @@
|
|||||||
"test": "node ./node_modules/vscode/bin/test"
|
"test": "node ./node_modules/vscode/bin/test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"long": "^4.0.0",
|
"long": "4.0.0",
|
||||||
"unzipper": "^0.10.10",
|
"unzipper": "0.10.11",
|
||||||
"uuid": "^3.3.2",
|
"uuid": "8.2.0",
|
||||||
"vscode-debugadapter": "^1.40.0",
|
"vscode-debugadapter": "1.40.0",
|
||||||
"vscode-debugprotocol": "^1.40.0",
|
"vscode-debugprotocol": "1.40.0",
|
||||||
"vscode-languageclient": "6.1.3",
|
"vscode-languageclient": "6.1.3",
|
||||||
"ws": "^7.1.2",
|
"ws": "7.3.0",
|
||||||
"xmldom": "^0.1.27",
|
"xmldom": "0.1.31",
|
||||||
"xpath": "^0.0.27"
|
"xpath": "0.0.27"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/mocha": "^5.2.5",
|
"@types/mocha": "^5.2.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user