Skip to content

Commit ff2b4ae

Browse files
authored
feat: Svelte template update (#230)
1 parent b02a43b commit ff2b4ae

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

packages/template-blank-svelte-vision/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-svelte-vision",
33
"main": "src/app.ts",
4-
"version": "8.6.4",
4+
"version": "8.6.5",
55
"description": "Nativescript visionOS Starter with Svelte",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",
@@ -40,15 +40,15 @@
4040
},
4141
"dependencies": {
4242
"@nativescript/core": "vision",
43-
"svelte-native": "~1.0.0"
43+
"svelte-native": "~1.0.9"
4444
},
4545
"devDependencies": {
46-
"@nativescript/types": "~8.6.0",
46+
"@nativescript/types": "~8.6.1",
4747
"@nativescript/webpack": "vision",
48-
"svelte": "~4.2.1",
49-
"svelte-loader": "^3.1.2",
48+
"svelte": "~4.2.2",
49+
"svelte-loader": "^3.1.9",
5050
"svelte-native-preprocessor": "^1.0.0",
5151
"svelte-preprocess": "^5.0.4",
52-
"typescript": "~5.1.6"
52+
"typescript": "~5.2.2"
5353
}
5454
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/// <reference path="../node_modules/@nativescript/types/index.d.ts" />
2+
/// <reference path="../node_modules/svelte/types/index.d.ts" />

packages/template-blank-svelte/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.ts",
44
"displayName": "Blank Svelte",
55
"templateType": "App template",
6-
"version": "8.6.0",
6+
"version": "8.6.1",
77
"description": "Blank template for NativeScript apps using Svelte",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -44,15 +44,15 @@
4444
"dependencies": {
4545
"@nativescript/core": "~8.6.0",
4646
"@nativescript/theme": "~3.0.2",
47-
"svelte-native": "~1.0.0"
47+
"svelte-native": "~1.0.9"
4848
},
4949
"devDependencies": {
50-
"@nativescript/types": "~8.6.0",
50+
"@nativescript/types": "~8.6.1",
5151
"@nativescript/webpack": "~5.0.18",
52-
"svelte": "~3.44.0",
53-
"svelte-loader": "^3.1.2",
52+
"svelte": "~4.2.2",
53+
"svelte-loader": "^3.1.9",
5454
"svelte-native-preprocessor": "^1.0.0",
55-
"svelte-preprocess": "^4.7.0",
56-
"typescript": "~5.1.6"
55+
"svelte-preprocess": "^5.0.4",
56+
"typescript": "~5.2.2"
5757
}
5858
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/// <reference path="../node_modules/@nativescript/types/index.d.ts" />
2+
/// <reference path="../node_modules/svelte/types/index.d.ts" />

0 commit comments

Comments
 (0)