chore: 3.0.1 release - update dependencies and small fixes

This commit is contained in:
woothu
2020-04-08 09:40:21 +02:00
parent 0d2b619677
commit 36ea31a37d
4 changed files with 2447 additions and 1216 deletions
+2412 -1179
View File
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -30,23 +30,23 @@
"@coreui/coreui": "^3.0.0",
"@coreui/icons": "^1.0.1",
"@coreui/utils": "^1.2.4",
"@coreui/vue": "^3.0.5",
"@coreui/vue-chartjs": "^1.0.4",
"@coreui/vue": "^3.0.6",
"@coreui/vue-chartjs": "^1.0.5",
"vue": "~2.6.11",
"vue-router": "~3.1.6",
"vuex": "~3.1.3"
},
"devDependencies": {
"@babel/core": "~7.8.7",
"@vue/cli-plugin-babel": "~4.2.3",
"@vue/cli-plugin-e2e-nightwatch": "~4.2.3",
"@vue/cli-plugin-eslint": "~4.2.3",
"@vue/cli-plugin-unit-jest": "~4.2.3",
"@vue/cli-service": "~4.2.3",
"@babel/core": "~7.9.0",
"@vue/cli-plugin-babel": "~4.3.1",
"@vue/cli-plugin-e2e-nightwatch": "~4.3.1",
"@vue/cli-plugin-eslint": "~4.3.1",
"@vue/cli-plugin-unit-jest": "~4.3.1",
"@vue/cli-service": "~4.3.1",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "~10.1.0",
"babel-jest": "~25.1.0",
"chromedriver": "~80.0.1",
"babel-jest": "~25.2.6",
"chromedriver": "~80.0.2",
"core-js": "~3.6.4",
"eslint": "~6.8.0",
"eslint-plugin-vue": "~6.2.2",
+1 -1
View File
@@ -14,7 +14,7 @@
</template>
<script>
import { rgbToHex } from '@coreui/coreui/dist/js/coreui-utilities'
import { rgbToHex } from '@coreui/utils/src'
export default {
name: 'ColorView',
data () {
@@ -22,32 +22,31 @@ exports[`User.vue renders correctly 1`] = `
class="card-body"
>
<div
data-v-ceef3348=""
data-v-6a0024b2=""
small=""
>
<!---->
<div
class="position-relative table-responsive"
data-v-ceef3348=""
data-v-6a0024b2=""
>
<table
class="table table-striped b-table-fixed"
data-v-ceef3348=""
class="table table-striped table-fixed"
data-v-6a0024b2=""
>
<thead
data-v-ceef3348=""
data-v-6a0024b2=""
>
<tr
data-v-ceef3348=""
data-v-6a0024b2=""
>
<th
class=""
data-v-ceef3348=""
style="width: 150px;"
data-v-6a0024b2=""
style="vertical-align: middle; overflow: hidden; width: 150px;"
>
<div
class="d-inline"
data-v-ceef3348=""
data-v-6a0024b2=""
>
Samppa Nori
</div>
@@ -55,12 +54,11 @@ exports[`User.vue renders correctly 1`] = `
</th>
<th
class=""
data-v-ceef3348=""
style="width: 150px;"
data-v-6a0024b2=""
style="vertical-align: middle; overflow: hidden; width: 150px;"
>
<div
class="d-inline"
data-v-ceef3348=""
data-v-6a0024b2=""
>
</div>
@@ -71,54 +69,54 @@ exports[`User.vue renders correctly 1`] = `
</thead>
<tbody
class="position-relative"
data-v-ceef3348=""
data-v-6a0024b2=""
>
<tr
data-v-ceef3348=""
data-v-6a0024b2=""
>
<td
class=""
data-v-ceef3348=""
data-v-6a0024b2=""
>
registered
</td>
<td
class=""
data-v-ceef3348=""
data-v-6a0024b2=""
>
2012/01/01
</td>
</tr>
<!---->
<tr
data-v-ceef3348=""
data-v-6a0024b2=""
>
<td
class=""
data-v-ceef3348=""
data-v-6a0024b2=""
>
role
</td>
<td
class=""
data-v-ceef3348=""
data-v-6a0024b2=""
>
Member
</td>
</tr>
<!---->
<tr
data-v-ceef3348=""
data-v-6a0024b2=""
>
<td
class=""
data-v-ceef3348=""
data-v-6a0024b2=""
>
status
</td>
<td
class=""
data-v-ceef3348=""
data-v-6a0024b2=""
>
Active
</td>