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
+2414 -1181
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/coreui": "^3.0.0",
"@coreui/icons": "^1.0.1", "@coreui/icons": "^1.0.1",
"@coreui/utils": "^1.2.4", "@coreui/utils": "^1.2.4",
"@coreui/vue": "^3.0.5", "@coreui/vue": "^3.0.6",
"@coreui/vue-chartjs": "^1.0.4", "@coreui/vue-chartjs": "^1.0.5",
"vue": "~2.6.11", "vue": "~2.6.11",
"vue-router": "~3.1.6", "vue-router": "~3.1.6",
"vuex": "~3.1.3" "vuex": "~3.1.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "~7.8.7", "@babel/core": "~7.9.0",
"@vue/cli-plugin-babel": "~4.2.3", "@vue/cli-plugin-babel": "~4.3.1",
"@vue/cli-plugin-e2e-nightwatch": "~4.2.3", "@vue/cli-plugin-e2e-nightwatch": "~4.3.1",
"@vue/cli-plugin-eslint": "~4.2.3", "@vue/cli-plugin-eslint": "~4.3.1",
"@vue/cli-plugin-unit-jest": "~4.2.3", "@vue/cli-plugin-unit-jest": "~4.3.1",
"@vue/cli-service": "~4.2.3", "@vue/cli-service": "~4.3.1",
"@vue/test-utils": "1.0.0-beta.29", "@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "~10.1.0", "babel-eslint": "~10.1.0",
"babel-jest": "~25.1.0", "babel-jest": "~25.2.6",
"chromedriver": "~80.0.1", "chromedriver": "~80.0.2",
"core-js": "~3.6.4", "core-js": "~3.6.4",
"eslint": "~6.8.0", "eslint": "~6.8.0",
"eslint-plugin-vue": "~6.2.2", "eslint-plugin-vue": "~6.2.2",
+1 -1
View File
@@ -14,7 +14,7 @@
</template> </template>
<script> <script>
import { rgbToHex } from '@coreui/coreui/dist/js/coreui-utilities' import { rgbToHex } from '@coreui/utils/src'
export default { export default {
name: 'ColorView', name: 'ColorView',
data () { data () {
@@ -22,32 +22,31 @@ exports[`User.vue renders correctly 1`] = `
class="card-body" class="card-body"
> >
<div <div
data-v-ceef3348="" data-v-6a0024b2=""
small="" small=""
> >
<!----> <!---->
<div <div
class="position-relative table-responsive" class="position-relative table-responsive"
data-v-ceef3348="" data-v-6a0024b2=""
> >
<table <table
class="table table-striped b-table-fixed" class="table table-striped table-fixed"
data-v-ceef3348="" data-v-6a0024b2=""
> >
<thead <thead
data-v-ceef3348="" data-v-6a0024b2=""
> >
<tr <tr
data-v-ceef3348="" data-v-6a0024b2=""
> >
<th <th
class="" class=""
data-v-ceef3348="" data-v-6a0024b2=""
style="width: 150px;" style="vertical-align: middle; overflow: hidden; width: 150px;"
> >
<div <div
class="d-inline" data-v-6a0024b2=""
data-v-ceef3348=""
> >
Samppa Nori Samppa Nori
</div> </div>
@@ -55,12 +54,11 @@ exports[`User.vue renders correctly 1`] = `
</th> </th>
<th <th
class="" class=""
data-v-ceef3348="" data-v-6a0024b2=""
style="width: 150px;" style="vertical-align: middle; overflow: hidden; width: 150px;"
> >
<div <div
class="d-inline" data-v-6a0024b2=""
data-v-ceef3348=""
> >
</div> </div>
@@ -71,54 +69,54 @@ exports[`User.vue renders correctly 1`] = `
</thead> </thead>
<tbody <tbody
class="position-relative" class="position-relative"
data-v-ceef3348="" data-v-6a0024b2=""
> >
<tr <tr
data-v-ceef3348="" data-v-6a0024b2=""
> >
<td <td
class="" class=""
data-v-ceef3348="" data-v-6a0024b2=""
> >
registered registered
</td> </td>
<td <td
class="" class=""
data-v-ceef3348="" data-v-6a0024b2=""
> >
2012/01/01 2012/01/01
</td> </td>
</tr> </tr>
<!----> <!---->
<tr <tr
data-v-ceef3348="" data-v-6a0024b2=""
> >
<td <td
class="" class=""
data-v-ceef3348="" data-v-6a0024b2=""
> >
role role
</td> </td>
<td <td
class="" class=""
data-v-ceef3348="" data-v-6a0024b2=""
> >
Member Member
</td> </td>
</tr> </tr>
<!----> <!---->
<tr <tr
data-v-ceef3348="" data-v-6a0024b2=""
> >
<td <td
class="" class=""
data-v-ceef3348="" data-v-6a0024b2=""
> >
status status
</td> </td>
<td <td
class="" class=""
data-v-ceef3348="" data-v-6a0024b2=""
> >
Active Active
</td> </td>