Skip to content

Commit a987ec2

Browse files
committed
fix: svelte template
1 parent 91cff35 commit a987ec2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/template-blank-svelte/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
".editorconfig",
2121
".npmrc",
2222
"svelte.config.js",
23-
"tsconfig.json"
23+
"tsconfig.json",
24+
"webpack.config.js"
2425
],
2526
"keywords": [
2627
"nstudio",
@@ -43,7 +44,7 @@
4344
},
4445
"dependencies": {
4546
"@nativescript-community/svelte-native": "~1.0.30",
46-
"@nativescript/core": "~9.0.0"
47+
"@nativescript/core": "^9.0.0"
4748
},
4849
"devDependencies": {
4950
"@nativescript-community/svelte-native-preprocessor": "^1.0.1",
@@ -56,6 +57,6 @@
5657
},
5758
"overrides": {
5859
"@nativescript/core": "^9.0.0",
59-
"svelte": "~4.2.0"
60+
"svelte": "~4.2.20"
6061
}
6162
}

0 commit comments

Comments
 (0)