Skip to content

Commit

Permalink
feat: Svelte template update (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatchABus authored Oct 21, 2023
1 parent b02a43b commit ff2b4ae
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
12 changes: 6 additions & 6 deletions packages/template-blank-svelte-vision/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/template-blank-svelte-vision",
"main": "src/app.ts",
"version": "8.6.4",
"version": "8.6.5",
"description": "Nativescript visionOS Starter with Svelte",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,15 +40,15 @@
},
"dependencies": {
"@nativescript/core": "vision",
"svelte-native": "~1.0.0"
"svelte-native": "~1.0.9"
},
"devDependencies": {
"@nativescript/types": "~8.6.0",
"@nativescript/types": "~8.6.1",
"@nativescript/webpack": "vision",
"svelte": "~4.2.1",
"svelte-loader": "^3.1.2",
"svelte": "~4.2.2",
"svelte-loader": "^3.1.9",
"svelte-native-preprocessor": "^1.0.0",
"svelte-preprocess": "^5.0.4",
"typescript": "~5.1.6"
"typescript": "~5.2.2"
}
}
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../node_modules/@nativescript/types/index.d.ts" />
/// <reference path="../node_modules/svelte/types/index.d.ts" />
14 changes: 7 additions & 7 deletions packages/template-blank-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "app/app.ts",
"displayName": "Blank Svelte",
"templateType": "App template",
"version": "8.6.0",
"version": "8.6.1",
"description": "Blank template for NativeScript apps using Svelte",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,15 +44,15 @@
"dependencies": {
"@nativescript/core": "~8.6.0",
"@nativescript/theme": "~3.0.2",
"svelte-native": "~1.0.0"
"svelte-native": "~1.0.9"
},
"devDependencies": {
"@nativescript/types": "~8.6.0",
"@nativescript/types": "~8.6.1",
"@nativescript/webpack": "~5.0.18",
"svelte": "~3.44.0",
"svelte-loader": "^3.1.2",
"svelte": "~4.2.2",
"svelte-loader": "^3.1.9",
"svelte-native-preprocessor": "^1.0.0",
"svelte-preprocess": "^4.7.0",
"typescript": "~5.1.6"
"svelte-preprocess": "^5.0.4",
"typescript": "~5.2.2"
}
}
1 change: 1 addition & 0 deletions packages/template-blank-svelte/types/references.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../node_modules/@nativescript/types/index.d.ts" />
/// <reference path="../node_modules/svelte/types/index.d.ts" />

0 comments on commit ff2b4ae

Please sign in to comment.