Skip to content

Commit

Permalink
Upgrade babel and babel loader
Browse files Browse the repository at this point in the history
  • Loading branch information
jsthon committed Jul 30, 2024
1 parent 05b0716 commit fde2316
Show file tree
Hide file tree
Showing 3 changed files with 1,970 additions and 1,004 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"]
}
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,18 @@
"devDependencies": {
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.4.2",
"gulp-concat": "^2.6.0",
"gulp-csscomb": "^3.0.6",
"gulp-load-plugins": "^1.5.0",
"gulp-clean-css": "^3.4.2",
"gulp-sass": "3.1.0",
"gulp-uglify": "^2.1.2",
"material-design-icons": "^2.2.3",
"webpack": "^3.0.0"
},
"dependencies": {
"babel-loader": "^7.1.0",
"babel-core": "^6.25.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1"
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.2",
"babel-loader": "^8.3.0"
}
}
Loading

0 comments on commit fde2316

Please sign in to comment.