File tree 6 files changed +578
-374
lines changed
6 files changed +578
-374
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ jobs:
57
57
name : Behavior
58
58
testScript : tasks/e2e-behavior.sh
59
59
configurations :
60
- LinuxNode8 : { vmImage: 'ubuntu-16 .04', nodeVersion: 8.x }
61
- LinuxNode10 : { vmImage: 'ubuntu-16 .04', nodeVersion: 10.x }
60
+ LinuxNode8 : { vmImage: 'ubuntu-18 .04', nodeVersion: 8.x }
61
+ LinuxNode10 : { vmImage: 'ubuntu-18 .04', nodeVersion: 10.x }
62
62
# WindowsNode8: { vmImage: 'vs2017-win2016', nodeVersion: 8.x }
63
63
# WindowsNode10: { vmImage: 'vs2017-win2016', nodeVersion: 10.x }
64
- MacNode8 : { vmImage: 'macOS-10.13 ', nodeVersion: 8.x }
65
- MacNode10 : { vmImage: 'macOS-10.13 ', nodeVersion: 10.x }
64
+ MacNode8 : { vmImage: 'macOS-10.15 ', nodeVersion: 8.x }
65
+ MacNode10 : { vmImage: 'macOS-10.15 ', nodeVersion: 10.x }
66
66
67
67
# ******************************************************************************
68
68
# Old Node test suite
Original file line number Diff line number Diff line change 21
21
" test.js"
22
22
],
23
23
"dependencies" : {
24
- "@babel/core" : " 7.8.4 " ,
24
+ "@babel/core" : " 7.8.7 " ,
25
25
"@babel/plugin-proposal-class-properties" : " 7.8.3" ,
26
26
"@babel/plugin-proposal-decorators" : " 7.8.3" ,
27
27
"@babel/plugin-proposal-nullish-coalescing-operator" : " 7.8.3" ,
30
30
"@babel/plugin-transform-flow-strip-types" : " 7.8.3" ,
31
31
"@babel/plugin-transform-react-display-name" : " 7.8.3" ,
32
32
"@babel/plugin-transform-runtime" : " 7.8.3" ,
33
- "@babel/preset-env" : " 7.8.4 " ,
33
+ "@babel/preset-env" : " 7.8.7 " ,
34
34
"@babel/preset-react" : " 7.8.3" ,
35
35
"@babel/preset-typescript" : " 7.8.3" ,
36
- "@babel/runtime" : " 7.8.4 " ,
36
+ "@babel/runtime" : " 7.8.7 " ,
37
37
"babel-plugin-macros" : " 2.8.0" ,
38
38
"babel-plugin-transform-react-remove-prop-types" : " 0.4.24"
39
39
}
You can’t perform that action at this time.
0 commit comments