Skip to content

Commit

Permalink
Merge pull request #269 from xapijs/fix/babel-security
Browse files Browse the repository at this point in the history
fix: Remove babel transform-class-properties
  • Loading branch information
CookieCookson authored Jul 30, 2024
2 parents 25a6002 + f30c54d commit ac44074
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 284 deletions.
5 changes: 1 addition & 4 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ module.exports = {
],
"@babel/preset-typescript",
],
plugins: [
"transform-class-properties",
"@babel/plugin-proposal-optional-chaining",
],
plugins: ["@babel/plugin-proposal-optional-chaining"],
};
279 changes: 0 additions & 279 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"axios-mock-adapter": "^1.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.6.0",
Expand Down

0 comments on commit ac44074

Please sign in to comment.