File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 86
86
"jest" : " ^21.1.0" ,
87
87
"jest-css-modules" : " ^1.1.0" ,
88
88
"jest-vue" : " ^0.5.3" ,
89
- "jest-vue-preprocessor" : " ^1.1.0" ,
90
89
"node-sass" : " ^4.5.3" ,
91
90
"optimize-css-assets-webpack-plugin" : " ^3.1.1" ,
92
91
"optimize-js-plugin" : " ^0.0.4" ,
132
131
],
133
132
"transform" : {
134
133
"^.+\\ .js?$" : " babel-jest" ,
135
- ".*\\ .(vue)$" : " jest-vue-preprocessor " ,
134
+ ".*\\ .(vue)$" : " jest-vue" ,
136
135
".*" : " jest-css-modules"
137
136
},
138
137
"mapCoverage" : true ,
Original file line number Diff line number Diff line change @@ -3824,9 +3824,9 @@ jest-vue-preprocessor@^1.1.0:
3824
3824
typescript "2.4.2"
3825
3825
vue-property-decorator "5.1.1"
3826
3826
3827
- jest-vue@^0.5.3 :
3828
- version "0.5.3 "
3829
- resolved "https://registry.yarnpkg.com/jest-vue/-/jest-vue-0.5.3 .tgz#bd95177a984dc13aabf06dd5f8df0d87ef492c9a "
3827
+ jest-vue@^0.5.6 :
3828
+ version "0.5.6 "
3829
+ resolved "https://registry.yarnpkg.com/jest-vue/-/jest-vue-0.5.6 .tgz#b80675701c6ce2f6918dfaa0ba76442e5c66af04 "
3830
3830
dependencies :
3831
3831
babel-core "^6.25.0"
3832
3832
babel-plugin-transform-runtime "^6.23.0"
@@ -3837,7 +3837,7 @@ jest-vue@^0.5.3:
3837
3837
js-beautify "^1.6.14"
3838
3838
object-assign "^4.1.1"
3839
3839
source-map "^0.5.6"
3840
- typescript "^2 .5.2 "
3840
+ vue-template-es2015-compiler "^1 .5.3 "
3841
3841
3842
3842
jest@^21.1.0 :
3843
3843
version "21.1.0"
@@ -6279,10 +6279,6 @@ typescript@2.4.2:
6279
6279
version "2.4.2"
6280
6280
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.2.tgz#f8395f85d459276067c988aa41837a8f82870844"
6281
6281
6282
- typescript@^2.5.2 :
6283
- version "2.5.2"
6284
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.5.2.tgz#038a95f7d9bbb420b1bf35ba31d4c5c1dd3ffe34"
6285
-
6286
6282
uglify-js@3.1.x :
6287
6283
version "3.1.0"
6288
6284
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.1.0.tgz#92fae17b88dfbc3c394175a935044cdbcf4085ae"
You can’t perform that action at this time.
0 commit comments