File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ module.exports = (api) => {
18
18
] ,
19
19
plugins : [
20
20
[ '@babel/proposal-decorators' , { legacy : true } ] ,
21
- '@babel/proposal-class-properties' ,
22
21
[ 'react-intl' , { messagesDir : './build/messages' } ] ,
23
22
'preval' ,
24
23
] ,
Original file line number Diff line number Diff line change 60
60
"private" : true ,
61
61
"dependencies" : {
62
62
"@babel/core" : " ^7.14.0" ,
63
- "@babel/plugin-proposal-class-properties" : " ^7.8.3" ,
64
63
"@babel/plugin-proposal-decorators" : " ^7.13.15" ,
65
64
"@babel/plugin-transform-react-inline-elements" : " ^7.12.13" ,
66
65
"@babel/plugin-transform-runtime" : " ^7.13.15" ,
Original file line number Diff line number Diff line change 347
347
" @babel/helper-remap-async-to-generator" " ^7.13.0"
348
348
" @babel/plugin-syntax-async-generators" " ^7.8.4"
349
349
350
- " @babel/plugin-proposal-class-properties@^7.13.0" , "@babel/plugin-proposal-class-properties@^7.8.3" :
350
+ " @babel/plugin-proposal-class-properties@^7.13.0 " :
351
351
version "7.13.0"
352
352
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz#146376000b94efd001e57a40a88a525afaab9f37"
353
353
integrity sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==
You can’t perform that action at this time.
0 commit comments