Skip to content

Commit

Permalink
deps: upgrade babel and presets
Browse files Browse the repository at this point in the history
`babel-upgrade` is utlized to replace the presets with multiple packages.
https://github.com/babel/babel-upgrade
  • Loading branch information
mattwang44 committed Apr 6, 2024
1 parent 228ec3e commit 1af235f
Show file tree
Hide file tree
Showing 2 changed files with 1,249 additions and 733 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
"author": "PyCon Taiwan <[email protected]>",
"private": true,
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-function-sent": "^7.23.2",
"@babel/plugin-proposal-throw-expressions": "^7.23.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-class-properties": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"autoprefixer": "^8.0.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^8.0.0",
"babelify": "^10.0.0",
"browserify": "^16.1.0",
"node-sass": "^4.9.0",
"postcss-cli": "^5.0.0"
Expand Down
Loading

0 comments on commit 1af235f

Please sign in to comment.