diff --git a/.eslintrc.js b/.eslintrc.js index 20034fd2..1c6179f3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,4 +14,4 @@ module.exports = { parserOptions: { parser: 'babel-eslint' } -} \ No newline at end of file +} diff --git a/babel.config.js b/babel.config.js index b89d655b..9fb4a004 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,12 @@ module.exports = { presets: [ - '@vue/app' + ['@vue/app', { + polyfills: [ + 'es6.promise', // already default included now + 'es6.array.iterator', // already default included now + 'es6.symbol', + 'es6.object.assign' + ] + }] ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 3070256a..5aa6474e 100644 --- a/package.json +++ b/package.json @@ -14,13 +14,13 @@ "test:e2e": "vue-cli-service test:e2e" }, "dependencies": { - "@coreui/coreui": "^2.0.14", + "@coreui/coreui": "^2.0.20", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", "@coreui/icons": "0.3.0", - "@coreui/vue": "^2.0.2", + "@coreui/vue": "github:coreui/coreui-vue#vue_cli3", "bootstrap": "^4.1.3", "bootstrap-vue": "^2.0.0-rc.11", - "chart.js": "^2.7.2", + "chart.js": "^2.7.3", "core-js": "^2.5.7", "css-vars-ponyfill": "^1.11.1", "flag-icon-css": "^3.2.0", @@ -33,17 +33,17 @@ "vue-router": "^3.0.1" }, "devDependencies": { - "@vue/cli-plugin-babel": "^3.0.4", - "@vue/cli-plugin-e2e-nightwatch": "^3.0.4", - "@vue/cli-plugin-eslint": "^3.0.4", - "@vue/cli-plugin-unit-jest": "^3.0.4", - "@vue/cli-service": "^3.0.4", + "@vue/cli-plugin-babel": "^3.0.5", + "@vue/cli-plugin-e2e-nightwatch": "^3.0.5", + "@vue/cli-plugin-eslint": "^3.0.5", + "@vue/cli-plugin-unit-jest": "^3.0.5", + "@vue/cli-service": "^3.0.5", "@vue/test-utils": "^1.0.0-beta.25", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "growl": "^1.10.5", "https-proxy-agent": "^2.2.1", - "node-sass": "^4.9.3", + "node-sass": "^4.9.4", "sass-loader": "^7.1.0", "vue-template-compiler": "^2.5.17" }, diff --git a/src/containers/DefaultAside.vue b/src/containers/DefaultAside.vue index b8b781f9..b60ead63 100644 --- a/src/containers/DefaultAside.vue +++ b/src/containers/DefaultAside.vue @@ -102,7 +102,7 @@
admin@bootstrapmaster.com - +
@@ -117,7 +117,7 @@
admin@bootstrapmaster.com - +
@@ -132,7 +132,7 @@
admin@bootstrapmaster.com - +
@@ -147,7 +147,7 @@
admin@bootstrapmaster.com - +
@@ -162,7 +162,7 @@
admin@bootstrapmaster.com - +
diff --git a/src/containers/DefaultContainer.vue b/src/containers/DefaultContainer.vue index 3579dfb0..4eac3b06 100644 --- a/src/containers/DefaultContainer.vue +++ b/src/containers/DefaultContainer.vue @@ -37,7 +37,7 @@
- +
@@ -63,7 +63,7 @@ diff --git a/src/containers/DefaultHeaderDropdownAccnt.vue b/src/containers/DefaultHeaderDropdownAccnt.vue index ecd5e3cc..a56b3d17 100644 --- a/src/containers/DefaultHeaderDropdownAccnt.vue +++ b/src/containers/DefaultHeaderDropdownAccnt.vue @@ -1,54 +1,50 @@