Skip to content

Commit fb7e6c6

Browse files
committed
minor #2877 Remove Babel dependencies (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- Remove Babel dependencies | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> We do not use them, there is no interest to download them (some of ``@babel`/*` deps are still present, because some of our dependencies require them) Commits ------- abcf887 Remove Babel dependencies
2 parents 9920317 + abcf887 commit fb7e6c6

File tree

2 files changed

+129
-1374
lines changed

2 files changed

+129
-1374
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
"ci": "biome ci"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "^7.25.2",
17-
"@babel/preset-env": "^7.25.3",
18-
"@babel/preset-react": "^7.24.7",
19-
"@babel/preset-typescript": "^7.24.7",
2016
"@biomejs/biome": "^2.0.4",
2117
"@rollup/plugin-commonjs": "^28.0.6",
2218
"@rollup/plugin-node-resolve": "^16.0.1",

0 commit comments

Comments
 (0)