Skip to content

Commit

Permalink
chore: git action 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyehyeongjo2 committed Feb 13, 2025
1 parent f58bc83 commit 11900c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
plugins: ['@babel/plugin-transform-parameters'],
plugins: ['@babel/plugin-transform-parameters', '@babel/plugin-transform-classes'],
};
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"customize-cra": "^1.0.0",
"dabeeomaps": "4.9.2",
"dabeeomaps": "^4.9.2",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
Expand Down Expand Up @@ -45,6 +45,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-classes": "^7.25.9",
"@babel/plugin-transform-parameters": "^7.25.9",
"prettier": "2.7.1"
}
Expand Down

0 comments on commit 11900c4

Please sign in to comment.