|
1 | 1 | { |
2 | 2 | "name": "moodlemobile", |
3 | | - "version": "3.8.0", |
| 3 | + "version": "3.8.1", |
4 | 4 | "description": "The official app for Moodle.", |
5 | 5 | "author": { |
6 | 6 | "name": "Moodle Pty Ltd.", |
|
40 | 40 | "windows.store": "npx electron-windows-store --input-directory .\\desktop\\dist\\win-unpacked --output-directory .\\desktop\\store -a .\\resources\\desktop -m .\\desktop\\assets\\windows\\AppXManifest.xml --package-version 0.0.0.0 --package-name MoodleDesktop" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@angular/animations": "5.2.10", |
44 | | - "@angular/common": "5.2.10", |
45 | | - "@angular/compiler": "5.2.10", |
46 | | - "@angular/compiler-cli": "5.2.10", |
47 | | - "@angular/core": "5.2.10", |
48 | | - "@angular/forms": "5.2.10", |
49 | | - "@angular/http": "5.2.10", |
50 | | - "@angular/platform-browser": "5.2.10", |
51 | | - "@angular/platform-browser-dynamic": "5.2.10", |
52 | | - "@ionic-native/badge": "4.17.0", |
53 | | - "@ionic-native/camera": "4.17.0", |
54 | | - "@ionic-native/clipboard": "4.17.0", |
55 | | - "@ionic-native/core": "4.11.0", |
56 | | - "@ionic-native/device": "4.17.0", |
57 | | - "@ionic-native/file": "4.17.0", |
58 | | - "@ionic-native/file-opener": "4.17.0", |
59 | | - "@ionic-native/file-transfer": "4.17.0", |
60 | | - "@ionic-native/geolocation": "4.17.0", |
61 | | - "@ionic-native/globalization": "4.17.0", |
62 | | - "@ionic-native/in-app-browser": "4.17.0", |
63 | | - "@ionic-native/keyboard": "4.17.0", |
64 | | - "@ionic-native/local-notifications": "4.17.0", |
65 | | - "@ionic-native/media-capture": "4.17.0", |
66 | | - "@ionic-native/network": "4.17.0", |
67 | | - "@ionic-native/push": "4.17.0", |
68 | | - "@ionic-native/screen-orientation": "4.17.0", |
69 | | - "@ionic-native/splash-screen": "4.17.0", |
70 | | - "@ionic-native/sqlite": "4.17.0", |
71 | | - "@ionic-native/status-bar": "4.17.0", |
72 | | - "@ionic-native/web-intent": "4.17.0", |
73 | | - "@ionic-native/zip": "4.17.0", |
74 | | - "@ngx-translate/core": "8.0.0", |
75 | | - "@ngx-translate/http-loader": "2.0.1", |
76 | | - "@types/cordova": "0.0.34", |
77 | | - "@types/cordova-plugin-file-transfer": "0.0.3", |
78 | | - "@types/cordova-plugin-globalization": "0.0.3", |
79 | | - "@types/cordova-plugin-network-information": "0.0.3", |
80 | | - "@types/node": "8.10.19", |
81 | | - "@types/promise.prototype.finally": "2.0.2", |
82 | | - "ajv": "6.10.2", |
83 | | - "chart.js": "2.7.2", |
84 | | - "com-darryncampbell-cordova-plugin-intent": "1.3.0", |
| 43 | + "@angular/animations": "^5.2.10", |
| 44 | + "@angular/common": "^5.2.10", |
| 45 | + "@angular/compiler": "^5.2.10", |
| 46 | + "@angular/compiler-cli": "^5.2.10", |
| 47 | + "@angular/core": "^5.2.10", |
| 48 | + "@angular/forms": "^5.2.10", |
| 49 | + "@angular/http": "^5.2.10", |
| 50 | + "@angular/platform-browser": "^5.2.10", |
| 51 | + "@angular/platform-browser-dynamic": "^5.2.10", |
| 52 | + "@ionic-native/badge": "^4.17.0", |
| 53 | + "@ionic-native/camera": "^4.17.0", |
| 54 | + "@ionic-native/clipboard": "^4.17.0", |
| 55 | + "@ionic-native/core": "^4.11.0", |
| 56 | + "@ionic-native/device": "^4.17.0", |
| 57 | + "@ionic-native/file": "^4.17.0", |
| 58 | + "@ionic-native/file-opener": "^4.17.0", |
| 59 | + "@ionic-native/file-transfer": "^4.17.0", |
| 60 | + "@ionic-native/geolocation": "^4.17.0", |
| 61 | + "@ionic-native/globalization": "^4.17.0", |
| 62 | + "@ionic-native/in-app-browser": "^4.17.0", |
| 63 | + "@ionic-native/keyboard": "^4.17.0", |
| 64 | + "@ionic-native/local-notifications": "^4.17.0", |
| 65 | + "@ionic-native/media-capture": "^4.17.0", |
| 66 | + "@ionic-native/network": "^4.17.0", |
| 67 | + "@ionic-native/push": "^4.17.0", |
| 68 | + "@ionic-native/screen-orientation": "^4.17.0", |
| 69 | + "@ionic-native/splash-screen": "^4.17.0", |
| 70 | + "@ionic-native/sqlite": "^4.17.0", |
| 71 | + "@ionic-native/status-bar": "^4.17.0", |
| 72 | + "@ionic-native/web-intent": "^4.17.0", |
| 73 | + "@ionic-native/zip": "^4.17.0", |
| 74 | + "@ngx-translate/core": "^8.0.0", |
| 75 | + "@ngx-translate/http-loader": "^2.0.1", |
| 76 | + "@types/cordova": "^0.0.34", |
| 77 | + "@types/cordova-plugin-file-transfer": "^0.0.3", |
| 78 | + "@types/cordova-plugin-globalization": "^0.0.3", |
| 79 | + "@types/cordova-plugin-network-information": "^0.0.3", |
| 80 | + "@types/node": "^8.10.19", |
| 81 | + "@types/promise.prototype.finally": "^2.0.2", |
| 82 | + "ajv": "^6.10.2", |
| 83 | + "chart.js": "^2.7.2", |
| 84 | + "com-darryncampbell-cordova-plugin-intent": "^1.3.0", |
85 | 85 | "cordova": "9.0.0", |
86 | 86 | "cordova-android": "8.0.0", |
87 | | - "cordova-android-support-gradle-release": "3.0.1", |
88 | | - "cordova-clipboard": "1.3.0", |
| 87 | + "cordova-android-support-gradle-release": "^3.0.1", |
| 88 | + "cordova-clipboard": "^1.3.0", |
89 | 89 | "cordova-ios": "5.0.1", |
90 | | - "cordova-plugin-badge": "0.8.8", |
91 | | - "cordova-plugin-camera": "4.1.0", |
92 | | - "cordova-plugin-customurlscheme": "4.4.0", |
93 | | - "cordova-plugin-device": "2.0.3", |
94 | | - "cordova-plugin-file": "6.0.2", |
95 | | - "cordova-plugin-file-opener2": "2.2.1", |
96 | | - "cordova-plugin-file-transfer": "1.7.1", |
97 | | - "cordova-plugin-geolocation": "4.0.2", |
98 | | - "cordova-plugin-globalization": "1.11.0", |
99 | | - "cordova-plugin-inappbrowser": "3.1.0", |
| 90 | + "cordova-plugin-badge": "^0.8.8", |
| 91 | + "cordova-plugin-camera": "^4.1.0", |
| 92 | + "cordova-plugin-customurlscheme": "^4.4.0", |
| 93 | + "cordova-plugin-device": "^2.0.3", |
| 94 | + "cordova-plugin-file": "^6.0.2", |
| 95 | + "cordova-plugin-file-opener2": "^2.2.1", |
| 96 | + "cordova-plugin-file-transfer": "^1.7.1", |
| 97 | + "cordova-plugin-geolocation": "^4.0.2", |
| 98 | + "cordova-plugin-globalization": "^1.11.0", |
| 99 | + "cordova-plugin-inappbrowser": "^3.1.0", |
100 | 100 | "cordova-plugin-ionic-keyboard": "2.1.3", |
101 | 101 | "cordova-plugin-local-notification": "git+https://github.com/moodlemobile/cordova-plugin-local-notification.git#moodle", |
102 | | - "cordova-plugin-media-capture": "3.0.3", |
103 | | - "cordova-plugin-network-information": "2.0.2", |
104 | | - "cordova-plugin-screen-orientation": "3.0.2", |
105 | | - "cordova-plugin-splashscreen": "5.0.3", |
106 | | - "cordova-plugin-statusbar": "2.4.3", |
107 | | - "cordova-plugin-whitelist": "1.3.4", |
108 | | - "cordova-plugin-zip": "3.1.0", |
109 | | - "cordova-sqlite-storage": "3.4.0", |
110 | | - "cordova-support-google-services": "1.2.1", |
111 | | - "es6-promise-plugin": "4.2.2", |
112 | | - "font-awesome": "4.7.0", |
| 102 | + "cordova-plugin-media-capture": "^3.0.3", |
| 103 | + "cordova-plugin-network-information": "^2.0.2", |
| 104 | + "cordova-plugin-screen-orientation": "^3.0.2", |
| 105 | + "cordova-plugin-splashscreen": "^5.0.3", |
| 106 | + "cordova-plugin-statusbar": "^2.4.3", |
| 107 | + "cordova-plugin-whitelist": "^1.3.4", |
| 108 | + "cordova-plugin-zip": "^3.1.0", |
| 109 | + "cordova-sqlite-storage": "^3.4.0", |
| 110 | + "cordova-support-google-services": "^1.2.1", |
| 111 | + "es6-promise-plugin": "^4.2.2", |
| 112 | + "font-awesome": "^4.7.0", |
113 | 113 | "ionic-angular": "3.9.3", |
114 | | - "ionicons": "3.0.0", |
115 | | - "jszip": "3.1.5", |
| 114 | + "ionicons": "^3.0.0", |
| 115 | + "jszip": "^3.1.5", |
116 | 116 | "mathjax": "2.7.7", |
117 | | - "moment": "2.22.2", |
118 | | - "nl.kingsquare.cordova.background-audio": "1.0.1", |
119 | | - "phonegap-plugin-multidex": "1.0.0", |
| 117 | + "moment": "^2.22.2", |
| 118 | + "nl.kingsquare.cordova.background-audio": "^1.0.1", |
| 119 | + "phonegap-plugin-multidex": "^1.0.0", |
120 | 120 | "phonegap-plugin-push": "git+https://github.com/moodlemobile/phonegap-plugin-push.git#moodle-v3", |
121 | | - "promise.prototype.finally": "3.1.0", |
122 | | - "rxjs": "5.5.11", |
123 | | - "sw-toolbox": "3.6.0", |
124 | | - "ts-md5": "1.2.4", |
125 | | - "web-animations-js": "2.3.1", |
126 | | - "zone.js": "0.8.26" |
| 121 | + "promise.prototype.finally": "^3.1.0", |
| 122 | + "rxjs": "^5.5.11", |
| 123 | + "sw-toolbox": "^3.6.0", |
| 124 | + "ts-md5": "^1.2.4", |
| 125 | + "web-animations-js": "^2.3.1", |
| 126 | + "zone.js": "^0.8.26" |
127 | 127 | }, |
128 | 128 | "devDependencies": { |
129 | 129 | "@ionic/app-scripts": "3.2.2", |
130 | | - "electron-builder-lib": "20.23.1", |
131 | | - "electron-rebuild": "1.8.1", |
| 130 | + "electron-builder-lib": "^20.23.1", |
| 131 | + "electron-rebuild": "^1.8.1", |
132 | 132 | "gulp": "4.0.2", |
133 | | - "gulp-clip-empty-files": "0.1.2", |
134 | | - "gulp-concat": "2.6.1", |
135 | | - "gulp-flatten": "0.4.0", |
136 | | - "gulp-rename": "1.3.0", |
137 | | - "gulp-slash": "1.1.3", |
138 | | - "gulp-util": "3.0.8", |
139 | | - "lodash.template": "4.5.0", |
140 | | - "node-loader": "0.6.0", |
141 | | - "through": "2.3.8", |
142 | | - "typescript": "2.6.2", |
143 | | - "webpack-merge": "4.1.2" |
| 133 | + "gulp-clip-empty-files": "^0.1.2", |
| 134 | + "gulp-concat": "^2.6.1", |
| 135 | + "gulp-flatten": "^0.4.0", |
| 136 | + "gulp-rename": "^1.3.0", |
| 137 | + "gulp-slash": "^1.1.3", |
| 138 | + "gulp-util": "^3.0.8", |
| 139 | + "lodash.template": "^4.5.0", |
| 140 | + "node-loader": "^0.6.0", |
| 141 | + "through": "^2.3.8", |
| 142 | + "typescript": "^2.6.2", |
| 143 | + "webpack-merge": "^4.1.2" |
144 | 144 | }, |
145 | 145 | "browser": { |
146 | 146 | "electron": false |
|
224 | 224 | "category": "public.app-category.education", |
225 | 225 | "icon": "resources/desktop/icon.icns", |
226 | 226 | "target": "mas", |
227 | | - "bundleVersion": "3.8.0", |
| 227 | + "bundleVersion": "3.8.1", |
228 | 228 | "extendInfo": { |
229 | 229 | "ElectronTeamID": "2NU57U5PAW" |
230 | 230 | } |
|
0 commit comments