File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 28
28
},
29
29
"dependencies" : {
30
30
"@babel/core" : " ^7.8.4" ,
31
- "@babel/plugin-proposal-optional-chaining " : " ^7.8.3" ,
31
+ "@babel/plugin-proposal-class-properties " : " ^7.8.3" ,
32
32
"@babel/preset-env" : " ^7.8.4" ,
33
33
"@babel/preset-flow" : " ^7.8.3" ,
34
34
"@babel/preset-react" : " ^7.8.3" ,
Original file line number Diff line number Diff line change 357
357
" @babel/helper-remap-async-to-generator" " ^7.8.3"
358
358
" @babel/plugin-syntax-async-generators" " ^7.8.0"
359
359
360
+ " @babel/plugin-proposal-class-properties@^7.8.3 " :
361
+ version "7.8.3"
362
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e"
363
+ integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==
364
+ dependencies :
365
+ " @babel/helper-create-class-features-plugin" " ^7.8.3"
366
+ " @babel/helper-plugin-utils" " ^7.8.3"
367
+
360
368
" @babel/plugin-proposal-dynamic-import@^7.8.3 " :
361
369
version "7.8.3"
362
370
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.8.3.tgz#38c4fe555744826e97e2ae930b0fb4cc07e66054"
You can’t perform that action at this time.
0 commit comments