@nativescript/template-blank-vue 8.8.2 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,13 +4,13 @@ dependencies {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
android {
|
|
7
|
-
compileSdkVersion
|
|
8
|
-
buildToolsVersion "
|
|
7
|
+
compileSdkVersion 35
|
|
8
|
+
buildToolsVersion "35"
|
|
9
9
|
// ndkVersion ""
|
|
10
10
|
|
|
11
11
|
defaultConfig {
|
|
12
|
-
minSdkVersion
|
|
13
|
-
targetSdkVersion
|
|
12
|
+
minSdkVersion 24
|
|
13
|
+
targetSdkVersion 35
|
|
14
14
|
|
|
15
15
|
// Version Information
|
|
16
16
|
versionCode 1
|
package/jsconfig.json
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@nativescript/template-blank-vue",
|
|
3
3
|
"main": "app/app.js",
|
|
4
4
|
"displayName": "Blank",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "9.0.0",
|
|
6
6
|
"description": "Blank template for NativeScript apps using Vue.",
|
|
7
7
|
"author": "NativeScript Team <oss@nativescript.org>",
|
|
8
8
|
"license": "Apache-2.0",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"category-general"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@nativescript/core": "~
|
|
43
|
+
"@nativescript/core": "~9.0.0",
|
|
44
44
|
"@nativescript/theme": "^3.1.0",
|
|
45
45
|
"nativescript-vue": "~2.9.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@nativescript/webpack": "~5.0.
|
|
48
|
+
"@nativescript/webpack": "~5.0.25",
|
|
49
49
|
"nativescript-vue-template-compiler": "~2.9.3"
|
|
50
50
|
}
|
|
51
51
|
}
|