openvidu-ionic: Updated dependencies. Ionic 4 stable
This commit is contained in:
parent
cb6c469ef9
commit
0fbaf1ee9d
@ -30,6 +30,11 @@
|
||||
"glob": "**/*.svg",
|
||||
"input": "node_modules/@ionic/angular/dist/ionic/svg",
|
||||
"output": "./svg"
|
||||
},
|
||||
{
|
||||
"glob": "**/*.svg",
|
||||
"input": "node_modules/ionicons/dist/ionicons/svg",
|
||||
"output": "./svg"
|
||||
}
|
||||
],
|
||||
"styles": [
|
||||
|
||||
@ -99,7 +99,7 @@
|
||||
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
|
||||
<plugin name="cordova-plugin-android-permissions" spec="^1.0.0" />
|
||||
<plugin name="cordova-plugin-iosrtc" spec="4.0.2" />
|
||||
<engine name="android" spec="7.1.1" />
|
||||
<engine name="android" spec="8.0.0" />
|
||||
<engine name="ios" spec="4.5.5" />
|
||||
<engine name="browser" spec="5.0.4" />
|
||||
<engine name="browser" spec="6.0.0" />
|
||||
</widget>
|
||||
|
||||
6364
openvidu-ionic/package-lock.json
generated
6364
openvidu-ionic/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -13,62 +13,62 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/common": "7.0.1",
|
||||
"@angular/core": "7.0.1",
|
||||
"@angular/forms": "7.0.1",
|
||||
"@angular/http": "7.0.1",
|
||||
"@angular/platform-browser": "7.0.1",
|
||||
"@angular/platform-browser-dynamic": "7.0.1",
|
||||
"@angular/router": "7.0.1",
|
||||
"@ionic-native/android-permissions": "5.0.0-beta.21",
|
||||
"@ionic-native/core": "5.0.0-beta.21",
|
||||
"@ionic-native/splash-screen": "5.0.0-beta.21",
|
||||
"@ionic-native/status-bar": "5.0.0-beta.21",
|
||||
"@ionic/angular": "4.0.0-beta.13",
|
||||
"cordova-android": "7.1.1",
|
||||
"cordova-browser": "5.0.4",
|
||||
"@angular/common": "7.2.6",
|
||||
"@angular/core": "7.2.6",
|
||||
"@angular/forms": "7.2.6",
|
||||
"@angular/http": "7.2.6",
|
||||
"@angular/platform-browser": "7.2.6",
|
||||
"@angular/platform-browser-dynamic": "7.2.6",
|
||||
"@angular/router": "7.2.6",
|
||||
"@ionic-native/android-permissions": "5.2.0",
|
||||
"@ionic-native/core": "5.2.0",
|
||||
"@ionic-native/splash-screen": "5.2.0",
|
||||
"@ionic-native/status-bar": "5.2.0",
|
||||
"@ionic/angular": "4.0.2",
|
||||
"cordova-android": "8.0.0",
|
||||
"cordova-browser": "6.0.0",
|
||||
"cordova-ios": "4.5.5",
|
||||
"cordova-plugin-android-permissions": "^1.0.0",
|
||||
"cordova-plugin-device": "^2.0.2",
|
||||
"cordova-plugin-ionic-keyboard": "^2.1.3",
|
||||
"cordova-plugin-ionic-webview": "^2.2.5",
|
||||
"cordova-plugin-iosrtc": "^4.0.2",
|
||||
"cordova-plugin-splashscreen": "^5.0.2",
|
||||
"cordova-plugin-statusbar": "^2.4.2",
|
||||
"cordova-plugin-whitelist": "^1.3.3",
|
||||
"core-js": "2.5.7",
|
||||
"cordova-plugin-android-permissions": "1.0.0",
|
||||
"cordova-plugin-device": "2.0.2",
|
||||
"cordova-plugin-ionic-keyboard": "2.1.3",
|
||||
"cordova-plugin-ionic-webview": "4.0.0",
|
||||
"cordova-plugin-iosrtc": "4.0.2",
|
||||
"cordova-plugin-splashscreen": "5.0.2",
|
||||
"cordova-plugin-statusbar": "2.4.2",
|
||||
"cordova-plugin-whitelist": "1.3.3",
|
||||
"core-js": "2.6.5",
|
||||
"ios-deploy": "1.9.4",
|
||||
"openvidu-browser": "2.8.0",
|
||||
"rxjs": "6.3.3",
|
||||
"rxjs": "6.4.0",
|
||||
"xcode": "1.0.0",
|
||||
"zone.js": "0.8.26"
|
||||
"zone.js": "0.8.29"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"ios-deploy": "1.9.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/architect": "0.10.3",
|
||||
"@angular-devkit/build-angular": "0.10.3",
|
||||
"@angular-devkit/core": "7.0.3",
|
||||
"@angular-devkit/schematics": "7.0.3",
|
||||
"@angular/cli": "7.0.3",
|
||||
"@angular/compiler": "7.0.1",
|
||||
"@angular/compiler-cli": "7.0.1",
|
||||
"@angular/language-service": "7.0.1",
|
||||
"@angular-devkit/architect": "0.13.2",
|
||||
"@angular-devkit/build-angular": "0.12.4",
|
||||
"@angular-devkit/core": "7.3.2",
|
||||
"@angular-devkit/schematics": "7.3.2",
|
||||
"@angular/cli": "7.3.2",
|
||||
"@angular/compiler": "7.2.6",
|
||||
"@angular/compiler-cli": "7.2.6",
|
||||
"@angular/language-service": "7.2.6",
|
||||
"@ionic/ng-toolkit": "1.1.0",
|
||||
"@ionic/schematics-angular": "1.0.7",
|
||||
"@types/jasmine": "2.8.9",
|
||||
"@types/jasminewd2": "2.0.5",
|
||||
"@types/node": "10.12.0",
|
||||
"@types/jasmine": "3.3.9",
|
||||
"@types/jasminewd2": "2.0.6",
|
||||
"@types/node": "11.9.4",
|
||||
"codelyzer": "4.5.0",
|
||||
"jasmine-core": "3.3.0",
|
||||
"jasmine-spec-reporter": "4.2.1",
|
||||
"karma": "3.1.1",
|
||||
"karma": "4.0.0",
|
||||
"karma-chrome-launcher": "2.2.0",
|
||||
"karma-coverage-istanbul-reporter": "2.0.4",
|
||||
"karma-jasmine": "1.1.2",
|
||||
"karma-jasmine-html-reporter": "1.3.1",
|
||||
"protractor": "5.4.1",
|
||||
"karma-coverage-istanbul-reporter": "2.0.5",
|
||||
"karma-jasmine": "2.0.1",
|
||||
"karma-jasmine-html-reporter": "1.4.0",
|
||||
"protractor": "5.4.2",
|
||||
"ts-node": "7.0.1",
|
||||
"tslint": "5.11.0",
|
||||
"typescript": "3.1.3"
|
||||
@ -93,4 +93,4 @@
|
||||
"browser"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user