RunTime Error Object(...) is not a function after update packs

TypeError: Object(...) is not a function
    at http://localhost:8100/build/vendor.js:87436:76
    at Object.<anonymous> (http://localhost:8100/build/vendor.js:87521:2)
    at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30)
    at Object.490 (http://localhost:8100/build/main.js:2269:83)
    at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30)
    at Object.428 (http://localhost:8100/build/main.js:1600:73)
    at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30)
    at Object.296 (http://localhost:8100/build/main.js:1583:70)
    at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30)
    at webpackJsonpCallback (http://localhost:8100/build/vendor.js:26:23)

it starts when I Updated some packages…

packs:

“dependencies”: {
@angular/animations”: “5.2.11”,
@angular/common”: “5.2.11”,
@angular/compiler”: “5.2.11”,
@angular/compiler-cli”: “^7.2.9”,
@angular/core”: “5.2.11”,
@angular/forms”: “5.2.11”,
@angular/http”: “5.2.11”,
@angular/platform-browser”: “5.2.11”,
@angular/platform-browser-dynamic”: “5.2.11”,
@ionic-native/app-center-crashes”: “^5.9.0”,
@ionic-native/barcode-scanner”: “^4.9.2”,
@ionic-native/bluetooth-serial”: “^4.12.0”,
@ionic-native/camera”: “^4.12.0”,
@ionic-native/core”: “5.9.0”,
@ionic-native/geolocation”: “^4.12.2”,
@ionic-native/network”: “^4.12.2”,
@ionic-native/splash-screen”: “4.9.1”,
@ionic-native/sqlite”: “^4.18.0”,
@ionic-native/status-bar”: “4.9.1”,
@ionic/storage”: “^2.1.3”,
@ngx-translate/core”: “^9.1.1”,
“cordova-android”: “8.0.0”,
“cordova-browser”: “5.0.4”,
“cordova-plugin-appcenter-crashes”: “0.3.5”,
“cordova-plugin-appcenter-shared”: “0.3.5”,
“cordova-plugin-bluetooth-serial”: “^0.4.7”,
“cordova-plugin-camera”: “^4.0.3”,
“cordova-plugin-device”: “^2.0.2”,
“cordova-plugin-geolocation”: “^4.0.1”,
“cordova-plugin-ionic-keyboard”: “^2.1.3”,
“cordova-plugin-ionic-webview”: “^4.0.1”,
“cordova-plugin-network-information”: “^2.0.1”,
“cordova-plugin-splashscreen”: “^5.0.2”,
“cordova-plugin-whitelist”: “^1.3.3”,
“cordova-sqlite-storage”: “^2.6.0”,
“ionic-angular”: “3.9.2”,
“ionicons”: “3.0.0”,
“phonegap-plugin-barcodescanner”: “^8.0.1”,
“rxjs”: “5.5.11”,
“sw-toolbox”: “3.6.0”,
“tar”: “^4.4.8”,
“zone.js”: “0.8.26”
},
“devDependencies”: {
@ionic/app-scripts”: “^3.2.4”,
“typescript”: “~3.5.2”
},