Skip to content

Commit

Permalink
remove most babel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Dec 23, 2024
1 parent 2a4c80d commit 96ec3fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
17 changes: 1 addition & 16 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
{
"presets": [
[
"@babel/env",
{
"loose": true,
"bugfixes": true,
"shippedProposals": true
}
],
["@babel/react", { "runtime": "automatic" }],
"@babel/typescript"
],
"plugins": [
"@babel/transform-runtime",
["optimize-clsx", { "functionNames": ["getCellClassname"] }]
]
"presets": ["@babel/typescript"]
}
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,7 @@
"clsx": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@biomejs/biome": "1.9.4",
"@eslint/compat": "^1.2.4",
"@eslint/markdown": "^6.2.1",
Expand All @@ -84,7 +79,6 @@
"@vitest/eslint-plugin": "^1.1.17",
"@wyw-in-js/rollup": "^0.5.0",
"@wyw-in-js/vite": "^0.5.0",
"babel-plugin-optimize-clsx": "^2.6.2",
"browserslist": "^4.24.3",
"eslint": "^9.17.0",
"eslint-plugin-jest-dom": "^5.5.0",
Expand Down

0 comments on commit 96ec3fc

Please sign in to comment.