Skip to content

Commit

Permalink
Bump Babel to latest version and update Babel targets (#2182)
Browse files Browse the repository at this point in the history
* Bump Babel to latest version and update Babel targets

* Bump babel to latest version
  • Loading branch information
absidue authored May 11, 2022
1 parent 24bce11 commit ea04ef0
Show file tree
Hide file tree
Showing 3 changed files with 924 additions and 462 deletions.
7 changes: 3 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
"@babel/env",
{
"targets": {
"chrome": "73",
"node": 12
"chrome": "96",
"node": 16
}
}
],
"@babel/typescript"
],
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread"
"@babel/proposal-class-properties"
]
}
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,14 @@
"ytsr": "^3.8.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@babel/core": "^7.17.10",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "5.2.6",
"electron": "^16.2.5",
Expand Down
Loading

0 comments on commit ea04ef0

Please sign in to comment.