From 6af49439ca191114fc0a6fe059478e06275c4baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 23 Jan 2020 17:58:49 +0100 Subject: [PATCH] MOBILE-3313 npm: Update package.json --- package-lock.json | 14 ++++++++++---- package.json | 12 ++++++------ 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ef6c03be..2a05110de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1195,12 +1195,14 @@ "@types/cordova": { "version": "0.0.34", "resolved": "https://registry.npmjs.org/@types/cordova/-/cordova-0.0.34.tgz", - "integrity": "sha1-6nrd907Ow9dimCegw54smt3HPQQ=" + "integrity": "sha1-6nrd907Ow9dimCegw54smt3HPQQ=", + "dev": true }, "@types/cordova-plugin-file": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/@types/cordova-plugin-file/-/cordova-plugin-file-4.3.2.tgz", "integrity": "sha512-kCvVcLxo2M6NxBCngW8JuFlS3YpsqE6VcH9PKnOdWwtpCBTi7WXhQU9kb0h0/TVX5Bp8ab+qLz0mm9wSkcXdXg==", + "dev": true, "requires": { "cordova-plugin-file": "*" } @@ -1209,6 +1211,7 @@ "version": "0.0.3", "resolved": "https://registry.npmjs.org/@types/cordova-plugin-file-transfer/-/cordova-plugin-file-transfer-0.0.3.tgz", "integrity": "sha1-u6d+jQTQejlRR5eiA8JXxbECNoA=", + "dev": true, "requires": { "@types/cordova-plugin-file": "*" } @@ -1216,12 +1219,14 @@ "@types/cordova-plugin-globalization": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/@types/cordova-plugin-globalization/-/cordova-plugin-globalization-0.0.3.tgz", - "integrity": "sha1-ySA6HENtPS0DBXiffJwrq6i6KK0=" + "integrity": "sha1-ySA6HENtPS0DBXiffJwrq6i6KK0=", + "dev": true }, "@types/cordova-plugin-network-information": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/@types/cordova-plugin-network-information/-/cordova-plugin-network-information-0.0.3.tgz", - "integrity": "sha1-+iycaufkxX8Tt39pXaTtuzr6oBY=" + "integrity": "sha1-+iycaufkxX8Tt39pXaTtuzr6oBY=", + "dev": true }, "@types/events": { "version": "3.0.0", @@ -1251,7 +1256,8 @@ "@types/promise.prototype.finally": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/@types/promise.prototype.finally/-/promise.prototype.finally-2.0.2.tgz", - "integrity": "sha512-Fs99h+iFQZ4ZY2vO3+uJCrx+5KQnJ4FPerZ3oT/1L5aA7vnmK/d7Z/Ml1yHtNCh9UQcjFTR4Xo/Jss2f39Fgtw==" + "integrity": "sha512-Fs99h+iFQZ4ZY2vO3+uJCrx+5KQnJ4FPerZ3oT/1L5aA7vnmK/d7Z/Ml1yHtNCh9UQcjFTR4Xo/Jss2f39Fgtw==", + "dev": true }, "abbrev": { "version": "1.1.1", diff --git a/package.json b/package.json index cdaa5901b..520c2a203 100644 --- a/package.json +++ b/package.json @@ -73,12 +73,6 @@ "@ionic-native/zip": "^4.17.0", "@ngx-translate/core": "^8.0.0", "@ngx-translate/http-loader": "^2.0.1", - "@types/cordova": "^0.0.34", - "@types/cordova-plugin-file-transfer": "^0.0.3", - "@types/cordova-plugin-globalization": "^0.0.3", - "@types/cordova-plugin-network-information": "^0.0.3", - "@types/node": "^8.10.19", - "@types/promise.prototype.finally": "^2.0.2", "ajv": "^6.10.2", "chart.js": "^2.7.2", "com-darryncampbell-cordova-plugin-intent": "^1.3.0", @@ -127,6 +121,12 @@ }, "devDependencies": { "@ionic/app-scripts": "3.2.2", + "@types/cordova": "^0.0.34", + "@types/cordova-plugin-file-transfer": "^0.0.3", + "@types/cordova-plugin-globalization": "^0.0.3", + "@types/cordova-plugin-network-information": "^0.0.3", + "@types/node": "^8.10.19", + "@types/promise.prototype.finally": "^2.0.2", "electron-builder-lib": "^20.23.1", "electron-rebuild": "^1.8.1", "gulp": "4.0.2",