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": {
|
"targets": {
|
||||||
"chrome": "104",
|
"chrome": "104",
|
||||||
"node": 16
|
"node": "16.15.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -84,9 +84,9 @@
|
||||||
"ytsr": "^3.8.0"
|
"ytsr": "^3.8.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.17.10",
|
"@babel/core": "^7.18.13",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||||
"@babel/preset-env": "^7.17.10",
|
"@babel/preset-env": "^7.18.10",
|
||||||
"@evilmartians/lefthook": "^1.0.5",
|
"@evilmartians/lefthook": "^1.0.5",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"babel-loader": "^8.2.5",
|
"babel-loader": "^8.2.5",
|
||||||
|
|
Loading…
Reference in New Issue