Commit 232225a 1 parent a801d65 commit 232225a Copy full SHA for 232225a
File tree 3 files changed +2964
-1849
lines changed
3 files changed +2964
-1849
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ module.exports = {
13
13
testMatch : [
14
14
"**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"
15
15
] ,
16
+ transformIgnorePatterns : [ "<rootDir>/node_modules/" ] ,
16
17
testURL : "http://localhost/"
17
18
} ;
Original file line number Diff line number Diff line change 16
16
"unescape" : " ^1.0.1"
17
17
},
18
18
"devDependencies" : {
19
- "@vue/cli-plugin-babel" : " ^3.4.1 " ,
20
- "@vue/cli-plugin-eslint" : " ^3.4.1 " ,
21
- "@vue/cli-plugin-unit-jest" : " ^3.4.1 " ,
22
- "@vue/cli-service" : " ^3.4.1 " ,
19
+ "@vue/cli-plugin-babel" : " ^3.6.0 " ,
20
+ "@vue/cli-plugin-eslint" : " ^3.6.0 " ,
21
+ "@vue/cli-plugin-unit-jest" : " ^3.6.3 " ,
22
+ "@vue/cli-service" : " ^3.6.0 " ,
23
23
"@vue/eslint-config-prettier" : " ^4.0.1" ,
24
24
"@vue/test-utils" : " ^1.0.0-beta.29" ,
25
25
"babel-core" : " 7.0.0-bridge.0" ,
26
- "babel-jest" : " ^24.1.0 " ,
26
+ "babel-jest" : " ^24.7.1 " ,
27
27
"lint-staged" : " ^8.1.5" ,
28
28
"prismjs" : " ^1.15.0" ,
29
29
"rimraf" : " ^2.6.3" ,
30
30
"tailwindcss" : " ^0.6.5" ,
31
- "vue" : " ^2.5.17 " ,
32
- "vue-template-compiler" : " ^2.5.16 "
31
+ "vue" : " ^2.6.10 " ,
32
+ "vue-template-compiler" : " ^2.6.10 "
33
33
},
34
34
"browserslist" : [
35
35
" > 1%" ,
You can’t perform that action at this time.
0 commit comments