@nativescript/template-master-detail-vue 8.8.2 → 8.9.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@nativescript/template-master-detail-vue",
|
|
3
3
|
"main": "app/app.js",
|
|
4
4
|
"displayName": "Master Detail",
|
|
5
|
-
"version": "8.
|
|
5
|
+
"version": "8.9.0",
|
|
6
6
|
"description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.",
|
|
7
7
|
"author": "NativeScript Team <oss@nativescript.org>",
|
|
8
8
|
"license": "Apache-2.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"category-general"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@nativescript/core": "~8.
|
|
43
|
+
"@nativescript/core": "~8.9.0",
|
|
44
44
|
"@nativescript/imagepicker": "~3.1.0",
|
|
45
45
|
"@nativescript/theme": "^3.1.0",
|
|
46
46
|
"nativescript-ui-listview": "~15.2.0",
|