Skip to content

Commit 91e75ec

Browse files
authored
fix(svelte): update dependencies to solve resolving error (#2)
1 parent 19a475b commit 91e75ec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

svelte-tutorial/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
"url": "https://github.com/NativeScript/NativeScript/issues"
3939
},
4040
"dependencies": {
41-
"@nativescript/core": "~8.1.0",
41+
"@nativescript/core": "~8.1.1",
4242
"@nativescript/theme": "~3.0.1",
43-
"svelte-native": "~0.9.5"
43+
"svelte-native": "~1.0.0"
4444
},
4545
"devDependencies": {
46-
"@nativescript/types": "~8.1.0",
46+
"@nativescript/types": "~8.1.1",
4747
"@nativescript/webpack": "~5.0.0",
48-
"svelte": "~3.35.0",
49-
"svelte-loader-hot": "~0.3.1",
50-
"svelte-native-preprocessor": "^0.2.0",
48+
"svelte": "~3.44.0",
49+
"svelte-loader": "^3.1.2",
50+
"svelte-native-preprocessor": "^1.0.0",
5151
"svelte-preprocess": "^4.7.0",
52-
"typescript": "~4.0.0"
52+
"typescript": "~4.5.5"
5353
},
5454
"private": "true",
5555
"readme": "NativeScript Application"

0 commit comments

Comments
 (0)