fix dependency versions

This commit is contained in:
Dave Holoway
2020-07-02 18:58:57 +01:00
parent a902d3daeb
commit 2fd2c001ce
2 changed files with 163 additions and 161 deletions

14
package-lock.json generated
View File

@@ -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",

View File

@@ -50,154 +50,156 @@
"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",
"androidx.annotation:annotation-experimental", "androidx.annotation:annotation-experimental",
"androidx.annotation:annotation-experimental-lint", "androidx.annotation:annotation-experimental-lint",
"androidx.appcompat:appcompat", "androidx.appcompat:appcompat",
"androidx.appcompat:appcompat-resources", "androidx.appcompat:appcompat-resources",
"androidx.arch.core:core-common", "androidx.arch.core:core-common",
"androidx.arch.core:core-runtime", "androidx.arch.core:core-runtime",
"androidx.arch.core:core-testing", "androidx.arch.core:core-testing",
"androidx.asynclayoutinflater:asynclayoutinflater", "androidx.asynclayoutinflater:asynclayoutinflater",
"androidx.autofill:autofill", "androidx.autofill:autofill",
"androidx.benchmark:benchmark-common", "androidx.benchmark:benchmark-common",
"androidx.benchmark:benchmark-gradle-plugin", "androidx.benchmark:benchmark-gradle-plugin",
"androidx.benchmark:benchmark-junit4", "androidx.benchmark:benchmark-junit4",
"androidx.biometric:biometric", "androidx.biometric:biometric",
"androidx.browser:browser", "androidx.browser:browser",
"androidx.cardview:cardview", "androidx.cardview:cardview",
"androidx.collection:collection", "androidx.collection:collection",
"androidx.concurrent:concurrent-futures", "androidx.concurrent:concurrent-futures",
"androidx.constraintlayout:constraintlayout", "androidx.constraintlayout:constraintlayout",
"androidx.constraintlayout:constraintlayout-solver", "androidx.constraintlayout:constraintlayout-solver",
"androidx.contentpager:contentpager", "androidx.contentpager:contentpager",
"androidx.coordinatorlayout:coordinatorlayout", "androidx.coordinatorlayout:coordinatorlayout",
"androidx.core:core", "androidx.core:core",
"androidx.cursoradapter:cursoradapter", "androidx.cursoradapter:cursoradapter",
"androidx.customview:customview", "androidx.customview:customview",
"androidx.databinding:databinding-adapters", "androidx.databinding:databinding-adapters",
"androidx.databinding:databinding-common", "androidx.databinding:databinding-common",
"androidx.databinding:databinding-compiler", "androidx.databinding:databinding-compiler",
"androidx.databinding:databinding-compiler-common", "androidx.databinding:databinding-compiler-common",
"androidx.databinding:databinding-runtime", "androidx.databinding:databinding-runtime",
"androidx.databinding:viewbinding", "androidx.databinding:viewbinding",
"androidx.documentfile:documentfile", "androidx.documentfile:documentfile",
"androidx.drawerlayout:drawerlayout", "androidx.drawerlayout:drawerlayout",
"androidx.dynamicanimation:dynamicanimation", "androidx.dynamicanimation:dynamicanimation",
"androidx.emoji:emoji", "androidx.emoji:emoji",
"androidx.emoji:emoji-appcompat", "androidx.emoji:emoji-appcompat",
"androidx.emoji:emoji-bundled", "androidx.emoji:emoji-bundled",
"androidx.enterprise:enterprise-feedback", "androidx.enterprise:enterprise-feedback",
"androidx.enterprise:enterprise-feedback-testing", "androidx.enterprise:enterprise-feedback-testing",
"androidx.exifinterface:exifinterface", "androidx.exifinterface:exifinterface",
"androidx.fragment:fragment", "androidx.fragment:fragment",
"androidx.fragment:fragment-testing", "androidx.fragment:fragment-testing",
"androidx.gridlayout:gridlayout", "androidx.gridlayout:gridlayout",
"androidx.heifwriter:heifwriter", "androidx.heifwriter:heifwriter",
"androidx.interpolator:interpolator", "androidx.interpolator:interpolator",
"androidx.leanback:leanback", "androidx.leanback:leanback",
"androidx.leanback:leanback-preference", "androidx.leanback:leanback-preference",
"androidx.legacy:legacy-preference-v14", "androidx.legacy:legacy-preference-v14",
"androidx.legacy:legacy-support-core-ui", "androidx.legacy:legacy-support-core-ui",
"androidx.legacy:legacy-support-core-utils", "androidx.legacy:legacy-support-core-utils",
"androidx.legacy:legacy-support-v13", "androidx.legacy:legacy-support-v13",
"androidx.legacy:legacy-support-v4", "androidx.legacy:legacy-support-v4",
"androidx.lifecycle:lifecycle-common", "androidx.lifecycle:lifecycle-common",
"androidx.lifecycle:lifecycle-common-java8", "androidx.lifecycle:lifecycle-common-java8",
"androidx.lifecycle:lifecycle-compiler", "androidx.lifecycle:lifecycle-compiler",
"androidx.lifecycle:lifecycle-extensions", "androidx.lifecycle:lifecycle-extensions",
"androidx.lifecycle:lifecycle-livedata", "androidx.lifecycle:lifecycle-livedata",
"androidx.lifecycle:lifecycle-livedata-core", "androidx.lifecycle:lifecycle-livedata-core",
"androidx.lifecycle:lifecycle-process", "androidx.lifecycle:lifecycle-process",
"androidx.lifecycle:lifecycle-reactivestreams", "androidx.lifecycle:lifecycle-reactivestreams",
"androidx.lifecycle:lifecycle-runtime", "androidx.lifecycle:lifecycle-runtime",
"androidx.lifecycle:lifecycle-service", "androidx.lifecycle:lifecycle-service",
"androidx.lifecycle:lifecycle-viewmodel", "androidx.lifecycle:lifecycle-viewmodel",
"androidx.lifecycle:lifecycle-viewmodel-savedstate", "androidx.lifecycle:lifecycle-viewmodel-savedstate",
"androidx.loader:loader", "androidx.loader:loader",
"androidx.localbroadcastmanager:localbroadcastmanager", "androidx.localbroadcastmanager:localbroadcastmanager",
"androidx.media2:media2-common", "androidx.media2:media2-common",
"androidx.media2:media2-exoplayer", "androidx.media2:media2-exoplayer",
"androidx.media2:media2-player", "androidx.media2:media2-player",
"androidx.media2:media2-session", "androidx.media2:media2-session",
"androidx.media2:media2-widget", "androidx.media2:media2-widget",
"androidx.media:media", "androidx.media:media",
"androidx.mediarouter:mediarouter", "androidx.mediarouter:mediarouter",
"androidx.multidex:multidex", "androidx.multidex:multidex",
"androidx.multidex:multidex-instrumentation", "androidx.multidex:multidex-instrumentation",
"androidx.navigation:navigation-common", "androidx.navigation:navigation-common",
"androidx.navigation:navigation-dynamic-features-fragment", "androidx.navigation:navigation-dynamic-features-fragment",
"androidx.navigation:navigation-dynamic-features-runtime", "androidx.navigation:navigation-dynamic-features-runtime",
"androidx.navigation:navigation-fragment", "androidx.navigation:navigation-fragment",
"androidx.navigation:navigation-runtime", "androidx.navigation:navigation-runtime",
"androidx.navigation:navigation-safe-args-generator", "androidx.navigation:navigation-safe-args-generator",
"androidx.navigation:navigation-safe-args-gradle-plugin", "androidx.navigation:navigation-safe-args-gradle-plugin",
"androidx.navigation:navigation-testing", "androidx.navigation:navigation-testing",
"androidx.navigation:navigation-ui", "androidx.navigation:navigation-ui",
"androidx.paging:paging-common", "androidx.paging:paging-common",
"androidx.paging:paging-runtime", "androidx.paging:paging-runtime",
"androidx.paging:paging-rxjava2", "androidx.paging:paging-rxjava2",
"androidx.palette:palette", "androidx.palette:palette",
"androidx.percentlayout:percentlayout", "androidx.percentlayout:percentlayout",
"androidx.preference:preference", "androidx.preference:preference",
"androidx.print:print", "androidx.print:print",
"androidx.recommendation:recommendation", "androidx.recommendation:recommendation",
"androidx.recyclerview:recyclerview", "androidx.recyclerview:recyclerview",
"androidx.recyclerview:recyclerview-selection", "androidx.recyclerview:recyclerview-selection",
"androidx.room:room-common", "androidx.room:room-common",
"androidx.room:room-compiler", "androidx.room:room-compiler",
"androidx.room:room-guava", "androidx.room:room-guava",
"androidx.room:room-migration", "androidx.room:room-migration",
"androidx.room:room-runtime", "androidx.room:room-runtime",
"androidx.room:room-rxjava2", "androidx.room:room-rxjava2",
"androidx.room:room-testing", "androidx.room:room-testing",
"androidx.savedstate:savedstate", "androidx.savedstate:savedstate",
"androidx.sharetarget:sharetarget", "androidx.sharetarget:sharetarget",
"androidx.slice:slice-builders", "androidx.slice:slice-builders",
"androidx.slice:slice-core", "androidx.slice:slice-core",
"androidx.slice:slice-view", "androidx.slice:slice-view",
"androidx.slidingpanelayout:slidingpanelayout", "androidx.slidingpanelayout:slidingpanelayout",
"androidx.sqlite:sqlite", "androidx.sqlite:sqlite",
"androidx.sqlite:sqlite-framework", "androidx.sqlite:sqlite-framework",
"androidx.swiperefreshlayout:swiperefreshlayout", "androidx.swiperefreshlayout:swiperefreshlayout",
"androidx.test:core", "androidx.test:core",
"androidx.test.espresso:espresso-accessibility", "androidx.test.espresso:espresso-accessibility",
"androidx.test.espresso:espresso-contrib", "androidx.test.espresso:espresso-contrib",
"androidx.test.espresso:espresso-core", "androidx.test.espresso:espresso-core",
"androidx.test.espresso:espresso-idling-resource", "androidx.test.espresso:espresso-idling-resource",
"androidx.test.espresso:espresso-intents", "androidx.test.espresso:espresso-intents",
"androidx.test.espresso:espresso-remote", "androidx.test.espresso:espresso-remote",
"androidx.test.espresso:espresso-web", "androidx.test.espresso:espresso-web",
"androidx.test.espresso.idling:idling-concurrent", "androidx.test.espresso.idling:idling-concurrent",
"androidx.test.espresso.idling:idling-net", "androidx.test.espresso.idling:idling-net",
"androidx.test.ext:junit", "androidx.test.ext:junit",
"androidx.test.ext:truth", "androidx.test.ext:truth",
"androidx.test.janktesthelper:janktesthelper", "androidx.test.janktesthelper:janktesthelper",
"androidx.test:monitor", "androidx.test:monitor",
"androidx.test:rules", "androidx.test:rules",
"androidx.test:runner", "androidx.test:runner",
"androidx.test.uiautomator:uiautomator", "androidx.test.uiautomator:uiautomator",
"androidx.transition:transition", "androidx.transition:transition",
"androidx.tvprovider:tvprovider", "androidx.tvprovider:tvprovider",
"androidx.vectordrawable:vectordrawable", "androidx.vectordrawable:vectordrawable",
"androidx.vectordrawable:vectordrawable-animated", "androidx.vectordrawable:vectordrawable-animated",
"androidx.versionedparcelable:versionedparcelable", "androidx.versionedparcelable:versionedparcelable",
"androidx.viewpager2:viewpager2", "androidx.viewpager2:viewpager2",
"androidx.viewpager:viewpager", "androidx.viewpager:viewpager",
"androidx.wear:wear", "androidx.wear:wear",
"androidx.webkit:webkit", "androidx.webkit:webkit",
"androidx.work:work-gcm", "androidx.work:work-gcm",
"androidx.work:work-runtime", "androidx.work:work-runtime",
"androidx.work:work-rxjava2", "androidx.work:work-rxjava2",
"androidx.work:work-testing" "androidx.work:work-testing"
] ]
} }
}, },
"android-dev-ext.subscriptionKey": { "android-dev-ext.subscriptionKey": {
"scope": "application", "scope": "application",
@@ -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",