File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"presets" : [
3
- " @babel/preset-env" ,
3
+ [
4
+ " @babel/preset-env" ,
5
+ {
6
+ "shippedProposals" : true
7
+ }
8
+ ],
4
9
" @babel/preset-react"
5
10
],
6
11
"plugins" : [
7
- " @babel/plugin-transform-runtime" ,
8
- " @babel/plugin-proposal-class-properties"
12
+ " @babel/plugin-transform-runtime"
9
13
]
10
14
}
Original file line number Diff line number Diff line change 40
40
"prop-types" : " ^15.7.2"
41
41
},
42
42
"devDependencies" : {
43
- "@babel/cli" : " ^7.0.0" ,
44
- "@babel/core" : " ^7.12.3" ,
45
- "@babel/plugin-proposal-class-properties" : " ^7.12.1" ,
43
+ "@babel/cli" : " ^7.12.8" ,
44
+ "@babel/core" : " ^7.12.9" ,
46
45
"@babel/plugin-transform-runtime" : " ^7.12.1" ,
47
- "@babel/preset-env" : " ^7.12.1 " ,
48
- "@babel/preset-react" : " ^7.12.1 " ,
49
- "@babel/register" : " ^7.0.0 " ,
46
+ "@babel/preset-env" : " ^7.12.7 " ,
47
+ "@babel/preset-react" : " ^7.12.7 " ,
48
+ "@babel/register" : " ^7.12.1 " ,
50
49
"@storybook/react" : " ^5.2.6" ,
51
50
"autoprefixer" : " ^10.0.4" ,
52
51
"babel-eslint" : " ^10.1.0" ,
You can’t perform that action at this time.
0 commit comments