Update babel and specify exact node version target (#2536)

This commit is contained in:
absidue 2022-09-05 03:29:53 +02:00 committed by GitHub
parent e6a134ab46
commit 1e58be273e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 644 additions and 485 deletions

View File

@ -5,7 +5,7 @@
{
"targets": {
"chrome": "104",
"node": 16
"node": "16.15.0"
}
}
]

View File

@ -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",

1121
yarn.lock

File diff suppressed because it is too large Load Diff