chore: 3.1.1 release: update dependencies

This commit is contained in:
woothu
2020-09-04 13:40:47 +02:00
parent 94d642ef80
commit d41f8ea967
4 changed files with 1279 additions and 893 deletions
+1242 -856
View File
File diff suppressed because it is too large Load Diff
+17 -17
View File
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-vue-admin-template",
"version": "3.1.0",
"version": "3.1.1",
"description": "Open Source Bootstrap Admin Template",
"author": {
"name": "CoreUI",
@@ -33,33 +33,33 @@
},
"dependencies": {
"@coreui/coreui": "^3.2.2",
"@coreui/icons": "^2.0.0-beta.3",
"@coreui/icons": "^2.0.0-beta.5",
"@coreui/utils": "^1.3.1",
"@coreui/vue": "^3.1.1",
"@coreui/vue": "^3.1.2",
"@coreui/vue-chartjs": "^1.0.5",
"vue": "~2.6.11",
"vue-router": "~3.3.4",
"vue": "~2.6.12",
"vue-router": "~3.4.3",
"vuex": "~3.5.1"
},
"devDependencies": {
"@babel/core": "~7.10.5",
"@vue/cli-plugin-babel": "~4.4.6",
"@vue/cli-plugin-e2e-nightwatch": "~4.4.6",
"@vue/cli-plugin-eslint": "~4.4.6",
"@vue/cli-plugin-unit-jest": "~4.4.6",
"@vue/cli-service": "~4.4.6",
"@vue/test-utils": "1.0.3",
"@babel/core": "~7.11.6",
"@vue/cli-plugin-babel": "~4.5.4",
"@vue/cli-plugin-e2e-nightwatch": "~4.5.4",
"@vue/cli-plugin-eslint": "~4.5.4",
"@vue/cli-plugin-unit-jest": "~4.5.4",
"@vue/cli-service": "~4.5.4",
"@vue/test-utils": "~1.0.5",
"auto-changelog": "~2.2.0",
"babel-eslint": "~10.1.0",
"babel-jest": "~26.1.0",
"chromedriver": "83.0.1",
"babel-jest": "~26.3.0",
"chromedriver": "^85.0.0",
"core-js": "~3.6.5",
"eslint": "~7.4.0",
"eslint": "~7.8.1",
"eslint-plugin-vue": "~6.2.2",
"node-sass": "~4.14.1",
"npm-run-all": "~4.1.5",
"sass-loader": "~9.0.2",
"vue-template-compiler": "~2.6.11"
"sass-loader": "~10.0.2",
"vue-template-compiler": "~2.6.12"
},
"browserslist": [
"> 1%",
+1 -1
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI Free - Vue.js Admin Template
* @version 3.0.0
* @version 3.1.1
* @link https://coreui.io/vue/
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
-->
@@ -22,31 +22,31 @@ exports[`User.vue renders correctly 1`] = `
class="card-body"
>
<div
data-v-2e6be878=""
data-v-5f7284b9=""
small=""
>
<!---->
<div
class="position-relative table-responsive"
data-v-2e6be878=""
data-v-5f7284b9=""
>
<table
class="table table-striped table-fixed"
data-v-2e6be878=""
data-v-5f7284b9=""
>
<thead
data-v-2e6be878=""
data-v-5f7284b9=""
>
<tr
data-v-2e6be878=""
data-v-5f7284b9=""
>
<th
class=""
data-v-2e6be878=""
data-v-5f7284b9=""
style="vertical-align: middle; overflow: hidden; width: 150px;"
>
<div
data-v-2e6be878=""
data-v-5f7284b9=""
>
Samppa Nori
</div>
@@ -54,11 +54,11 @@ exports[`User.vue renders correctly 1`] = `
</th>
<th
class=""
data-v-2e6be878=""
data-v-5f7284b9=""
style="vertical-align: middle; overflow: hidden; width: 150px;"
>
<div
data-v-2e6be878=""
data-v-5f7284b9=""
>
</div>
@@ -69,54 +69,54 @@ exports[`User.vue renders correctly 1`] = `
</thead>
<tbody
class="position-relative"
data-v-2e6be878=""
data-v-5f7284b9=""
>
<tr
data-v-2e6be878=""
data-v-5f7284b9=""
>
<td
class=""
data-v-2e6be878=""
data-v-5f7284b9=""
>
registered
</td>
<td
class=""
data-v-2e6be878=""
data-v-5f7284b9=""
>
2012/01/01
</td>
</tr>
<!---->
<tr
data-v-2e6be878=""
data-v-5f7284b9=""
>
<td
class=""
data-v-2e6be878=""
data-v-5f7284b9=""
>
role
</td>
<td
class=""
data-v-2e6be878=""
data-v-5f7284b9=""
>
Member
</td>
</tr>
<!---->
<tr
data-v-2e6be878=""
data-v-5f7284b9=""
>
<td
class=""
data-v-2e6be878=""
data-v-5f7284b9=""
>
status
</td>
<td
class=""
data-v-2e6be878=""
data-v-5f7284b9=""
>
Active
</td>