Skip to content

Commit cb5f6ec

Browse files
committed
chore: update packages and tests
1 parent e670826 commit cb5f6ec

File tree

4 files changed

+20
-19
lines changed

4 files changed

+20
-19
lines changed

package-lock.json

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@coreui/coreui-free-vue-admin-template",
3-
"version": "3.0.0-alpha.5",
3+
"version": "3.0.0-alpha.6",
44
"description": "Open Source Bootstrap Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",
7-
"copyright": "Copyright 2018 creativeLabs Łukasz Holeczek",
7+
"copyright": "Copyright 2019 creativeLabs Łukasz Holeczek",
88
"license": "MIT",
99
"scripts": {
1010
"serve": "vue-cli-service serve",
@@ -22,20 +22,20 @@
2222
"vue-router": "^3.1.3"
2323
},
2424
"devDependencies": {
25-
"@vue/cli-plugin-babel": "^4.0.4",
26-
"@vue/cli-plugin-e2e-nightwatch": "^4.0.4",
27-
"@vue/cli-plugin-eslint": "^4.0.4",
28-
"@vue/cli-plugin-unit-jest": "^4.0.4",
29-
"@vue/cli-service": "^4.0.4",
25+
"@vue/cli-plugin-babel": "^4.0.5",
26+
"@vue/cli-plugin-e2e-nightwatch": "^4.0.5",
27+
"@vue/cli-plugin-eslint": "^4.0.5",
28+
"@vue/cli-plugin-unit-jest": "^4.0.5",
29+
"@vue/cli-service": "^4.0.5",
3030
"@vue/test-utils": "^1.0.0-beta.29",
3131
"@babel/core": "7.6.4",
3232
"babel-eslint": "^10.0.3",
33-
"babel-jest": "24.9.0",
34-
"core-js": "3.3.2",
33+
"babel-jest": "^24.9.0",
34+
"core-js": "^3.3.4",
3535
"chromedriver": "^77.0.0",
3636
"eslint": "^6.5.1",
3737
"eslint-plugin-vue": "^5.2.3",
38-
"node-sass": "^4.12.0",
38+
"node-sass": "^4.13.0",
3939
"sass-loader": "^8.0.0",
4040
"vue-template-compiler": "^2.6.10"
4141
},

tests/unit/containers/__snapshots__/TheFooter.spec.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
exports[`TheFooter.vue renders correctly 1`] = `
44
<cfooter-stub
5+
fixed="true"
56
tag="footer"
67
>
78
<div>

tests/unit/containers/__snapshots__/TheHeader.spec.js.snap

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exports[`TheHeader.vue renders correctly 1`] = `
2020
tag="button"
2121
/>
2222
23-
<cheaderbrand
23+
<cheaderbrand-stub
2424
alt="CoreUI Logo"
2525
class="mx-auto d-lg-none"
2626
height="46"
@@ -120,12 +120,13 @@ exports[`TheHeader.vue renders correctly 1`] = `
120120
<theheaderdropdownaccnt-stub />
121121
</cheadernav-stub>
122122
123-
<csubheader
123+
<csubheader-stub
124124
class="px-3"
125+
tag="div"
125126
>
126127
<cbreadcrumbrouter-stub
127128
class="border-0"
128129
/>
129-
</csubheader>
130+
</csubheader-stub>
130131
</cheader-stub>
131132
`;

0 commit comments

Comments
 (0)