Skip to content

Commit

Permalink
Adjust babel usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Oct 11, 2024
1 parent dbf525d commit 11cddea
Show file tree
Hide file tree
Showing 5 changed files with 1,361 additions and 497 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-alt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier": "~2.7.1"
},
"devDependencies": {
"@babel/eslint-parser": "~7.21.3",
"@babel/eslint-parser": "~7.25.8",
"bump": "workspace:~",
"eslint": "~8.38.0",
"lint-all": "workspace:~",
Expand Down
6 changes: 0 additions & 6 deletions packages/fuselage/.babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,4 @@ module.exports = (api) => ({
},
],
],
plugins: [
'@babel/plugin-transform-runtime',
['@babel/plugin-proposal-class-properties', { loose: true }],
['@babel/plugin-proposal-private-methods', { loose: true }],
['@babel/plugin-proposal-private-property-in-object', { loose: true }],
],
});
13 changes: 6 additions & 7 deletions packages/fuselage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@
"react-stately": "~3.17.0"
},
"devDependencies": {
"@babel/core": "~7.21.4",
"@babel/eslint-parser": "~7.21.3",
"@babel/plugin-transform-runtime": "~7.21.4",
"@babel/preset-env": "~7.21.4",
"@babel/preset-react": "~7.18.6",
"@babel/core": "~7.25.8",
"@babel/eslint-parser": "~7.25.8",
"@babel/preset-env": "~7.25.8",
"@babel/preset-react": "~7.25.7",
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/fuselage-hooks": "workspace:~",
"@rocket.chat/fuselage-polyfills": "workspace:~",
Expand All @@ -93,9 +92,9 @@
"@types/jest": "~29.5.13",
"@types/jest-axe": "~3.5.9",
"autoprefixer": "~10.4.14",
"babel-loader": "~9.1.2",
"babel-loader": "~9.2.1",
"bump": "workspace:~",
"caniuse-lite": "~1.0.30001477",
"caniuse-lite": "~1.0.30001667",
"cross-env": "^7.0.3",
"css-loader": "~6.7.3",
"cssnano": "~5.0.17",
Expand Down
7 changes: 3 additions & 4 deletions packages/mp3-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "~7.21.4",
"@babel/plugin-transform-runtime": "~7.21.4",
"@babel/preset-env": "~7.21.4",
"@babel/preset-typescript": "~7.21.4",
"@babel/core": "~7.25.8",
"@babel/preset-env": "~7.25.8",
"@babel/preset-typescript": "~7.25.7",
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@rollup/plugin-commonjs": "~24.1.0",
Expand Down
Loading

0 comments on commit 11cddea

Please sign in to comment.