Skip to content

Commit 7990884

Browse files
feat: add babel.config.js and update plugin versions in package.json and package-lock.json
1 parent a7c2ca1 commit 7990884

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

frontend/babel.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
plugins: [
2+
require('@babel/plugin-proposal-private-property-in-object').default,
3+
require('@babel/plugin-proposal-private-methods').default
4+
];

frontend/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@babel/core": "^7.22.5",
4949
"@babel/eslint-parser": "7.22.5",
5050
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
51-
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
51+
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
5252
"@babel/plugin-transform-runtime": "^7.25.9",
5353
"@babel/preset-env": "^7.26.0",
5454
"@babel/preset-flow": "^7.25.9",

0 commit comments

Comments
 (0)