File tree Expand file tree Collapse file tree 4 files changed +15
-13
lines changed
template-blank-svelte-vision Expand file tree Collapse file tree 4 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/template-blank-svelte-vision" ,
3
3
"main" : " src/app.ts" ,
4
- "version" : " 8.6.4 " ,
4
+ "version" : " 8.6.5 " ,
5
5
"description" : " Nativescript visionOS Starter with Svelte" ,
6
6
"author" :
" NativeScript Team <[email protected] >" ,
7
7
"license" : " Apache-2.0" ,
40
40
},
41
41
"dependencies" : {
42
42
"@nativescript/core" : " vision" ,
43
- "svelte-native" : " ~1.0.0 "
43
+ "svelte-native" : " ~1.0.9 "
44
44
},
45
45
"devDependencies" : {
46
- "@nativescript/types" : " ~8.6.0 " ,
46
+ "@nativescript/types" : " ~8.6.1 " ,
47
47
"@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 " ,
50
50
"svelte-native-preprocessor" : " ^1.0.0" ,
51
51
"svelte-preprocess" : " ^5.0.4" ,
52
- "typescript" : " ~5.1.6 "
52
+ "typescript" : " ~5.2.2 "
53
53
}
54
54
}
Original file line number Diff line number Diff line change 1
1
/// <reference path="../node_modules/@nativescript/types/index.d.ts" />
2
+ /// <reference path="../node_modules/svelte/types/index.d.ts" />
Original file line number Diff line number Diff line change 3
3
"main" : " app/app.ts" ,
4
4
"displayName" : " Blank Svelte" ,
5
5
"templateType" : " App template" ,
6
- "version" : " 8.6.0 " ,
6
+ "version" : " 8.6.1 " ,
7
7
"description" : " Blank template for NativeScript apps using Svelte" ,
8
8
"author" :
" NativeScript Team <[email protected] >" ,
9
9
"license" : " Apache-2.0" ,
44
44
"dependencies" : {
45
45
"@nativescript/core" : " ~8.6.0" ,
46
46
"@nativescript/theme" : " ~3.0.2" ,
47
- "svelte-native" : " ~1.0.0 "
47
+ "svelte-native" : " ~1.0.9 "
48
48
},
49
49
"devDependencies" : {
50
- "@nativescript/types" : " ~8.6.0 " ,
50
+ "@nativescript/types" : " ~8.6.1 " ,
51
51
"@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 " ,
54
54
"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 "
57
57
}
58
58
}
Original file line number Diff line number Diff line change 1
1
/// <reference path="../node_modules/@nativescript/types/index.d.ts" />
2
+ /// <reference path="../node_modules/svelte/types/index.d.ts" />
You can’t perform that action at this time.
0 commit comments