@nativescript/template-blank-svelte 8.9.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
12
  minSdkVersion 24
13
- targetSdkVersion 34
13
+ targetSdkVersion 35
14
14
 
15
15
  // Version Information
16
16
  versionCode 1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "main": "app/app.ts",
4
4
  "displayName": "Blank Svelte",
5
5
  "templateType": "App template",
6
- "version": "8.9.2",
6
+ "version": "9.0.0",
7
7
  "description": "Blank template for NativeScript apps using Svelte",
8
8
  "author": "NativeScript Team <oss@nativescript.org>",
9
9
  "license": "Apache-2.0",
@@ -43,12 +43,12 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@nativescript-community/svelte-native": "~1.0.29",
46
- "@nativescript/core": "8.9.7"
46
+ "@nativescript/core": "~9.0.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@nativescript-community/svelte-native-preprocessor": "^1.0.1",
50
- "@nativescript/types": "~8.9.1",
51
- "@nativescript/webpack": "~5.0.24",
50
+ "@nativescript/types": "~9.0.0",
51
+ "@nativescript/webpack": "~5.0.25",
52
52
  "svelte": "~4.2.20",
53
53
  "svelte-loader": "^3.2.4",
54
54
  "svelte-preprocess": "^6.0.3",
package/tsconfig.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "strict": true,
4
4
  "target": "ES2020",
5
5
  "module": "esnext",
6
- "moduleResolution": "node",
6
+ "moduleResolution": "bundler",
7
7
  "lib": ["dom", "ESNext"],
8
8
  "sourceMap": true,
9
9
  "noEmitHelpers": true,