@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 34
8
- buildToolsVersion "34"
7
+ compileSdkVersion 35
8
+ buildToolsVersion "35"
9
9
  // ndkVersion ""
10
10
 
11
11
  defaultConfig {
12
- minSdkVersion 23
13
- targetSdkVersion 34
12
+ minSdkVersion 24
13
+ targetSdkVersion 35
14
14
 
15
15
  // Version Information
16
16
  versionCode 1
@@ -4,3 +4,4 @@
4
4
  // To build for device with XCode you need to specify your development team.
5
5
  // DEVELOPMENT_TEAM = YOUR_TEAM_ID;
6
6
  ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
7
+ IPHONEOS_DEPLOYMENT_TARGET = 16.0;
package/jsconfig.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "paths": {
5
5
  "~/*": ["app/*"],
6
6
  "@/*": ["app/*"]
7
- },
7
+ }
8
8
  },
9
9
  "include": ["app/**/*"]
10
10
  }
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": "8.8.2",
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": "~8.8.0",
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.0",
48
+ "@nativescript/webpack": "~5.0.25",
49
49
  "nativescript-vue-template-compiler": "~2.9.3"
50
50
  }
51
51
  }