-
- Downloads
Bump version
parent
5ddc3484
Branches
Tags
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
{ | { | ||
"name": "vipsobservationapp", | "name": "vipsobservationapp", | ||
"version": "2.0.11", | "version": "2.0.12", | ||
"private": true, | "private": true, | ||
"description": "The Field Pest Observation App for VIPS users", | "description": "The Field Pest Observation App for VIPS users", | ||
"author": "Lene Hallen Wasskog <lene.wasskog@nibio.no>", | "author": "Lene Hallen Wasskog <lene.wasskog@nibio.no>", | ||
... | @@ -18,7 +18,6 @@ | ... | @@ -18,7 +18,6 @@ |
"@fortawesome/vue-fontawesome": "^2.0.2", | "@fortawesome/vue-fontawesome": "^2.0.2", | ||
"@json-editor/json-editor": "^2.9.1", | "@json-editor/json-editor": "^2.9.1", | ||
"browser-image-compression": "^1.0.17", | "browser-image-compression": "^1.0.17", | ||
"cordova": "^12.0.0", | |||
"ekko-lightbox": "^5.3.0", | "ekko-lightbox": "^5.3.0", | ||
"luxon": "^1.26.0", | "luxon": "^1.26.0", | ||
"node": "^22.6.0", | "node": "^22.6.0", | ||
... | @@ -42,7 +41,7 @@ | ... | @@ -42,7 +41,7 @@ |
"babel-preset-stage-2": "^6.22.0", | "babel-preset-stage-2": "^6.22.0", | ||
"chalk": "^2.0.1", | "chalk": "^2.0.1", | ||
"copy-webpack-plugin": "^4.0.1", | "copy-webpack-plugin": "^4.0.1", | ||
"cordova-android": "^12.0.0", | "cordova-android": "^13.0.0", | ||
"cordova-browser": "^6.0.0", | "cordova-browser": "^6.0.0", | ||
"cordova-ios": "^7.0.1", | "cordova-ios": "^7.0.1", | ||
"cordova-plugin-camera": "^6.0.0", | "cordova-plugin-camera": "^6.0.0", | ||
... | @@ -84,8 +83,8 @@ | ... | @@ -84,8 +83,8 @@ |
"cordova": { | "cordova": { | ||
"platforms": [ | "platforms": [ | ||
"browser", | "browser", | ||
"android", | "ios", | ||
"ios" | "android" | ||
], | ], | ||
"plugins": { | "plugins": { | ||
"cordova-plugin-geolocation": { | "cordova-plugin-geolocation": { | ||
... | @@ -102,4 +101,4 @@ | ... | @@ -102,4 +101,4 @@ |
"node": ">= 20.0.0", | "node": ">= 20.0.0", | ||
"npm": ">= 9.0.0" | "npm": ">= 9.0.0" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment