Update babel and specify exact node version target (#2536)
This commit is contained in:
parent
e6a134ab46
commit
1e58be273e
2
.babelrc
2
.babelrc
|
@ -5,7 +5,7 @@
|
|||
{
|
||||
"targets": {
|
||||
"chrome": "104",
|
||||
"node": 16
|
||||
"node": "16.15.0"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -84,9 +84,9 @@
|
|||
"ytsr": "^3.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.10",
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
||||
"@babel/preset-env": "^7.17.10",
|
||||
"@babel/core": "^7.18.13",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/preset-env": "^7.18.10",
|
||||
"@evilmartians/lefthook": "^1.0.5",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.2.5",
|
||||
|
|
Loading…
Reference in New Issue