Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit d14e23b

Browse files
committed
Update snapshots to vue change of style format; bump deps
1 parent 523b192 commit d14e23b

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
]
4040
},
4141
"devDependencies": {
42-
"@types/jest": "^15.1.32",
42+
"@types/jest": "^16.0.0",
4343
"babel-core": "^6.0.0",
4444
"babel-plugin-transform-runtime": "^6.0.0",
4545
"babel-preset-es2015": "^6.0.0",
@@ -50,8 +50,8 @@
5050
"jest-cli": "^17.0.0",
5151
"pug": "^2.0.0-beta6",
5252
"typescript": "^2.0.3",
53-
"vue": "^2.0.1",
54-
"vue-template-compiler": "^2.0.1",
53+
"vue": "^2.0.7",
54+
"vue-template-compiler": "^2.0.7",
5555
"vue-template-es2015-compiler": "^1.2.2",
5656
"vue-typescript-import-dts": "^2.0.0"
5757
},
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
exports[`counter-html-ts.vue should just work 1`] = `
2-
"span(style=\'display:inline-block; width:6em\') counter-ts
2+
"span(style=\'display: inline-block; width: 6em;\') counter-ts
33
|
4-
span(style=\'display:inline-block; width:3em; text-align: center\') -3
4+
span(style=\'display: inline-block; width: 3em; text-align: center;\') -3
55
|
6-
button(href=\'#\', style=\'display:inline-block; width:2em\') +
6+
button(href=\'#\', style=\'display: inline-block; width: 2em;\') +
77
|
8-
button(href=\'#\', style=\'display:inline-block; width:2em\') -
8+
button(href=\'#\', style=\'display: inline-block; width: 2em;\') -
99
|
10-
button(href=\'#\', style=\'display:inline-block; width:2em\') !
10+
button(href=\'#\', style=\'display: inline-block; width: 2em;\') !
1111
|
12-
span(style=\'display:inline-block; width:3em; text-align: center\') 3
12+
span(style=\'display: inline-block; width: 3em; text-align: center;\') 3
1313
"
1414
`;
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
exports[`counter-js.vue should just work 1`] = `
2-
"span(style=\'display:inline-block; width:6em\') counter-js
3-
span(style=\'display:inline-block; width:3em; text-align: center\') -3
4-
button(href=\'#\', style=\'display:inline-block; width:2em\') +
5-
button(href=\'#\', style=\'display:inline-block; width:2em\') -
6-
button(href=\'#\', style=\'display:inline-block; width:2em\') !
7-
span(style=\'display:inline-block; width:3em; text-align: center\') 3
2+
"span(style=\'display: inline-block; width: 6em;\') counter-js
3+
span(style=\'display: inline-block; width: 3em; text-align: center;\') -3
4+
button(href=\'#\', style=\'display: inline-block; width: 2em;\') +
5+
button(href=\'#\', style=\'display: inline-block; width: 2em;\') -
6+
button(href=\'#\', style=\'display: inline-block; width: 2em;\') !
7+
span(style=\'display: inline-block; width: 3em; text-align: center;\') 3
88
"
99
`;
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
exports[`counter-ts.vue should just work 1`] = `
2-
"span(style=\'display:inline-block; width:6em\') counter-ts
3-
span(style=\'display:inline-block; width:3em; text-align: center\') -3
4-
button(href=\'#\', style=\'display:inline-block; width:2em\') +
5-
button(href=\'#\', style=\'display:inline-block; width:2em\') -
6-
button(href=\'#\', style=\'display:inline-block; width:2em\') !
7-
span(style=\'display:inline-block; width:3em; text-align: center\') 3
2+
"span(style=\'display: inline-block; width: 6em;\') counter-ts
3+
span(style=\'display: inline-block; width: 3em; text-align: center;\') -3
4+
button(href=\'#\', style=\'display: inline-block; width: 2em;\') +
5+
button(href=\'#\', style=\'display: inline-block; width: 2em;\') -
6+
button(href=\'#\', style=\'display: inline-block; width: 2em;\') !
7+
span(style=\'display: inline-block; width: 3em; text-align: center;\') 3
88
"
99
`;

0 commit comments

Comments
 (0)