Skip to content

Commit

Permalink
update babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 26, 2022
1 parent f1e28a3 commit 7248731
Show file tree
Hide file tree
Showing 3 changed files with 972 additions and 1,698 deletions.
8 changes: 4 additions & 4 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"targets": {
"node": "14.15.0"
},
"presets": [
["@babel/preset-env", {
"loose": true,
"targets": {
"node": "14.15.0"
}
"loose": true
}]
],
"env": {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"ava": "^3.13.0",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-react-intl": "^8.2.15",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-react-intl": "^8.2.25",
"cross-env": "^7.0.2",
"eslint": "^7.13.0",
"eslint-config-babel": "^9.0.0",
Expand Down
Loading

0 comments on commit 7248731

Please sign in to comment.