Commit bdd13e3 1 parent e80257d commit bdd13e3 Copy full SHA for bdd13e3
File tree 5 files changed +667
-1011
lines changed
5 files changed +667
-1011
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"printWidth": 100,
3
3
"tabWidth": 4,
4
- "singleQuote": true,
5
- "trailingComma": "es5"
4
+ "singleQuote": true
6
5
}
Original file line number Diff line number Diff line change 19
19
"@lwc/engine" : " ^1.5.0" ,
20
20
"@lwc/synthetic-shadow" : " ^1.5.0" ,
21
21
"@lwc/wire-service" : " ^1.5.0" ,
22
- "@types/jest" : " ^25.1.4 " ,
22
+ "@types/jest" : " ^25.2.1 " ,
23
23
"babel-eslint" : " ^10.1.0" ,
24
24
"eslint" : " ^6.8.0" ,
25
- "jest" : " ^25.1 .0" ,
26
- "lerna" : " ^3.19.0 " ,
27
- "prettier" : " ^1.19.1 "
25
+ "jest" : " ^25.4 .0" ,
26
+ "lerna" : " ^3.20.2 " ,
27
+ "prettier" : " ^2.0.4 "
28
28
},
29
29
"resolutions" : {
30
- "**/optimist/minimist" : " 1.2.5"
30
+ "**/optimist/minimist" : " 1.2.5" ,
31
+ "acorn" : " ^7.1.1" ,
32
+ "micromatch" : " ^4.0.2"
31
33
}
32
34
}
Original file line number Diff line number Diff line change 12
12
"test" : " jest"
13
13
},
14
14
"dependencies" : {
15
- "pretty-format" : " ~25.1 .0"
15
+ "pretty-format" : " ~25.4 .0"
16
16
},
17
17
"engines" : {
18
18
"node" : " >=10"
Original file line number Diff line number Diff line change 13
13
" /src/transforms/*.js"
14
14
],
15
15
"dependencies" : {
16
- "@babel/core" : " 7.8.7 " ,
16
+ "@babel/core" : " 7.9.0 " ,
17
17
"@babel/plugin-syntax-class-properties" : " 7.8.3" ,
18
18
"@babel/plugin-syntax-decorators" : " 7.8.3" ,
19
- "@babel/plugin-transform-modules-commonjs" : " 7.8.3 " ,
20
- "@babel/preset-typescript" : " 7.8.3 " ,
19
+ "@babel/plugin-transform-modules-commonjs" : " 7.9.0 " ,
20
+ "@babel/preset-typescript" : " 7.9.0 " ,
21
21
"@babel/template" : " ~7.8.6" ,
22
22
"babel-plugin-transform-dynamic-import" : " ^2.1.0" ,
23
- "babel-preset-jest" : " ^25.1 .0"
23
+ "babel-preset-jest" : " ^25.4 .0"
24
24
},
25
25
"peerDependencies" : {
26
26
"@lwc/compiler" : " *" ,
You can’t perform that action at this time.
0 commit comments