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 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" ,
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}
Original file line number Diff line number Diff line change 11/// <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 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" ,
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}
Original file line number Diff line number Diff line change 11/// <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