Skip to content

Commit 01fdd3f

Browse files
committed
feat: @nativescript-community/svelte-native
1 parent f45f8de commit 01fdd3f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 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.9.0",
4+
"version": "8.9.1",
55
"description": "Nativescript visionOS Starter with Svelte",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@nativescript/core": "~8.9.0",
43-
"svelte-native": "~1.0.9"
43+
"@nativescript-community/svelte-native": "~1.0.29"
4444
},
4545
"devDependencies": {
4646
"@nativescript/types": "~8.9.0",
@@ -49,6 +49,6 @@
4949
"svelte-loader": "^3.2.0",
5050
"svelte-native-preprocessor": "^1.0.0",
5151
"svelte-preprocess": "^5.1.3",
52-
"typescript": "~5.4.0"
52+
"typescript": "~5.7.0"
5353
}
5454
}

packages/template-blank-svelte-vision/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You can use this file to perform app-level initialization, but the primary
44
purpose of the file is to pass control to the app’s first page.
55
*/
66

7-
import { svelteNativeNoFrame } from 'svelte-native'
7+
import { svelteNativeNoFrame } from '@nativescript-community/svelte-native'
88
import App from './App.svelte'
99

1010
svelteNativeNoFrame(App, {})

packages/template-blank-svelte/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You can use this file to perform app-level initialization, but the primary
44
purpose of the file is to pass control to the app’s first page.
55
*/
66

7-
import { svelteNativeNoFrame } from 'svelte-native'
7+
import { svelteNativeNoFrame } from '@nativescript-community/svelte-native'
88
import App from './App.svelte'
99

1010
svelteNativeNoFrame(App, {})

packages/template-blank-svelte/package.json

Lines changed: 3 additions & 3 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.9.0",
6+
"version": "8.9.1",
77
"description": "Blank template for NativeScript apps using Svelte",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@nativescript/core": "~8.9.0",
4646
"@nativescript/theme": "^3.1.0",
47-
"svelte-native": "~1.0.9"
47+
"@nativescript-community/svelte-native": "~1.0.29"
4848
},
4949
"devDependencies": {
5050
"@nativescript/types": "~8.9.0",
@@ -53,6 +53,6 @@
5353
"svelte-loader": "^3.1.9",
5454
"svelte-native-preprocessor": "^1.0.0",
5555
"svelte-preprocess": "^5.0.4",
56-
"typescript": "~5.4.0"
56+
"typescript": "~5.7.0"
5757
}
5858
}

0 commit comments

Comments
 (0)