File tree 3 files changed +6
-21
lines changed
3 files changed +6
-21
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module.exports = {
6
6
'@babel/preset-env' ,
7
7
{
8
8
targets : {
9
- node : '10 ' ,
9
+ node : '14 ' ,
10
10
} ,
11
11
bugfixes : true ,
12
12
} ,
Original file line number Diff line number Diff line change 29
29
"@babel/cli" : " ^7.8.4" ,
30
30
"@babel/core" : " ^7.9.0" ,
31
31
"@babel/plugin-proposal-class-properties" : " ^7.8.3" ,
32
- "@babel/plugin-transform-flow-strip-types" : " ^7.16 .0" ,
32
+ "@babel/plugin-transform-flow-strip-types" : " ^7.18 .0" ,
33
33
"@babel/preset-env" : " ^7.9.6" ,
34
34
"@babel/preset-flow" : " ^7.9.0" ,
35
35
"@babel/preset-react" : " ^7.9.4" ,
82
82
"prepare" : " yarn build"
83
83
},
84
84
"jest" : {
85
- "preset" : " ../jest-preset" ,
86
- "rootDir" : " ./src" ,
85
+ "preset" : " ./jest-preset" ,
87
86
"testPathIgnorePatterns" : [
88
- " timerUtils"
87
+ " timerUtils" ,
88
+ " examples/"
89
89
],
90
90
"testTimeout" : 60000 ,
91
91
"transformIgnorePatterns" : [
Original file line number Diff line number Diff line change 931
931
dependencies :
932
932
" @babel/helper-plugin-utils" " ^7.10.4"
933
933
934
- " @babel/plugin-syntax-flow@^7.16.0 " :
935
- version "7.16.0"
936
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.0.tgz#07427021d093ed77019408221beaf0272bbcfaec"
937
- integrity sha512-dH91yCo0RyqfzWgoM5Ji9ir8fQ+uFbt9KHM3d2x4jZOuHS6wNA+CRmRUP/BWCsHG2bjc7A2Way6AvH1eQk0wig==
938
- dependencies :
939
- " @babel/helper-plugin-utils" " ^7.14.5"
940
-
941
934
" @babel/plugin-syntax-flow@^7.16.7 " :
942
935
version "7.16.7"
943
936
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz#202b147e5892b8452bbb0bb269c7ed2539ab8832"
1147
1140
" @babel/helper-plugin-utils" " ^7.16.7"
1148
1141
" @babel/plugin-syntax-flow" " ^7.16.7"
1149
1142
1150
- " @babel/plugin-transform-flow-strip-types@^7.16.0 " :
1151
- version "7.16.0"
1152
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.0.tgz#edd968dc2041c1b69e451a262e948d6654a79dc2"
1153
- integrity sha512-vs/F5roOaO/+WxKfp9PkvLsAyj0G+Q0zbFimHm9X2KDgabN2XmNFoAafmeGEYspUlIF9+MvVmyek9UyHiqeG/w==
1154
- dependencies :
1155
- " @babel/helper-plugin-utils" " ^7.14.5"
1156
- " @babel/plugin-syntax-flow" " ^7.16.0"
1157
-
1158
- " @babel/plugin-transform-flow-strip-types@^7.18.6 " :
1143
+ " @babel/plugin-transform-flow-strip-types@^7.18.0" , "@babel/plugin-transform-flow-strip-types@^7.18.6":
1159
1144
version "7.18.9"
1160
1145
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.18.9.tgz#5b4cc521426263b5ce08893a2db41097ceba35bf"
1161
1146
integrity sha512-+G6rp2zRuOAInY5wcggsx4+QVao1qPM0osC9fTUVlAV3zOrzTCnrMAFVnR6+a3T8wz1wFIH7KhYMcMB3u1n80A==
You can’t perform that action at this time.
0 commit comments