@nativescript/template-blank-svelte 8.3.1 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.npmrc +2 -1
- package/package.json +5 -5
package/.npmrc
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
# use legacy peer deps to avoid peer dependency resolution failures
|
|
2
|
+
legacy-peer-deps=true
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"main": "app/app.ts",
|
|
4
4
|
"displayName": "Blank Svelte",
|
|
5
5
|
"templateType": "App template",
|
|
6
|
-
"version": "8.
|
|
6
|
+
"version": "8.4.0",
|
|
7
7
|
"description": "Blank template for NativeScript apps using Svelte",
|
|
8
8
|
"author": "NativeScript Team <oss@nativescript.org>",
|
|
9
9
|
"license": "Apache-2.0",
|
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
"url": "https://github.com/NativeScript/NativeScript/issues"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@nativescript/core": "~8.
|
|
45
|
+
"@nativescript/core": "~8.4.0",
|
|
46
46
|
"@nativescript/theme": "~3.0.2",
|
|
47
47
|
"svelte-native": "~1.0.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@nativescript/types": "~8.
|
|
51
|
-
"@nativescript/webpack": "~5.0.
|
|
50
|
+
"@nativescript/types": "~8.4.0",
|
|
51
|
+
"@nativescript/webpack": "~5.0.12",
|
|
52
52
|
"svelte": "~3.44.0",
|
|
53
53
|
"svelte-loader": "^3.1.2",
|
|
54
54
|
"svelte-native-preprocessor": "^1.0.0",
|
|
55
55
|
"svelte-preprocess": "^4.7.0",
|
|
56
|
-
"typescript": "~4.
|
|
56
|
+
"typescript": "~4.8.4"
|
|
57
57
|
}
|
|
58
58
|
}
|