Skip to content

Commit

Permalink
Merge pull request #30 from qor/upgrade-babel
Browse files Browse the repository at this point in the history
Upgrade babel and babel loader
  • Loading branch information
jsthon authored Jul 31, 2024
2 parents afd2341 + 9206b48 commit 5432fee
Show file tree
Hide file tree
Showing 3 changed files with 1,283 additions and 672 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["env"]
"presets": ["@babel/preset-env"]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"go"
],
"devDependencies": {
"babel-loader": "^7.1.0",
"babel-core": "^6.25.0",
"babel-preset-env": "^1.5.2"
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.2",
"babel-loader": "^8.3.0"
}
}
Loading

0 comments on commit 5432fee

Please sign in to comment.