File tree Expand file tree Collapse file tree 3 files changed +221
-195
lines changed
src/__tests__/__snapshots__ Expand file tree Collapse file tree 3 files changed +221
-195
lines changed Original file line number Diff line number Diff line change 50
50
"@commitlint/cli" : " ^19.3.0" ,
51
51
"@commitlint/config-conventional" : " ^19.2.2" ,
52
52
"@nuxt/types" : " ^2.17.3" ,
53
- "@types/lodash" : " ^4.17.0 " ,
54
- "@types/node" : " ^20.12.7 " ,
53
+ "@types/lodash" : " ^4.17.1 " ,
54
+ "@types/node" : " ^20.12.10 " ,
55
55
"@types/qs" : " ^6.9.15" ,
56
56
"@typescript-eslint/eslint-plugin" : " ^5.62.0" ,
57
57
"@typescript-eslint/parser" : " ^5.62.0" ,
58
- "@vitest/coverage-v8" : " ^0.34.6 " ,
58
+ "@vitest/coverage-v8" : " ^1.6.0 " ,
59
59
"@vue/test-utils" : " ^1.3.6" ,
60
60
"axios-mock-adapter" : " ^1.22.0" ,
61
61
"eslint" : " ^8.57.0" ,
70
70
"nuxt" : " ^2.17.3" ,
71
71
"prettier" : " ^2.8.8" ,
72
72
"rimraf" : " ^5.0.5" ,
73
- "sass" : " ^1.75 .0" ,
73
+ "sass" : " ^1.77 .0" ,
74
74
"standard-version" : " ^9.5.0" ,
75
75
"ts-node" : " ^10.9.2" ,
76
76
"typescript" : " ^5.4.5" ,
77
- "vite" : " ^5.2.10 " ,
78
- "vitest" : " ^0.34.6 " ,
77
+ "vite" : " ^5.2.11 " ,
78
+ "vitest" : " ^1.6.0 " ,
79
79
"vue" : " ^2.7.16"
80
80
},
81
81
"files" : [
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ exports[`Vue Api Queries > Get errors from vue component 1`] = `
10
10
" staticRenderFns" : [],
11
11
" template" : "
12
12
<div>
13
- <input type =\\ "checkbox\\ " name =\\ "t1\\ " class =\\ "foo\\ " v-model =\\ "t1\\ " />
14
- <input type =\\ "radio\\ " name =\\ "t2\\ " class =\\ "foo\\ " value =\\ "foo\\ " v-model =\\ "t2\\ "/>
15
- <input type =\\ "radio\\ " name =\\ "t2\\ " class =\\ "bar\\ " value =\\ "bar\\ " v-model =\\ "t2\\ "/>
16
- <span id =\\ "age\\ ">{{ $errors.first('age') }}</span>
13
+ <input type = " checkbox" name = " t1" class = " foo" v-model = " t1" />
14
+ <input type = " radio" name = " t2" class = " foo" value = " foo" v-model = " t2" />
15
+ <input type = " radio" name = " t2" class = " bar" value = " bar" v-model = " t2" />
16
+ <span id = " age" >{ { $errors.first('age ') }} </span >
17
17
< / div > " ,
18
18
}
19
19
` ;
You can’t perform that action at this time.
0 commit comments