Skip to content

Commit e8f3f72

Browse files
authored
Merge pull request #19 from Prajualit/main
babel fix
2 parents 49d4d5a + b14e79e commit e8f3f72

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

frontend/package-lock.json

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

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"react-split-pane": "^0.1.92",
4242
"socket.io-client": "^4.7.5",
4343
"update": "^0.7.4",
44-
"web-vitals": "^2.1.4"
44+
"web-vitals": "^2.1.4",
45+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
4546
},
4647
"scripts": {
4748
"start": "react-scripts start",
@@ -71,7 +72,6 @@
7172
]
7273
},
7374
"devDependencies": {
74-
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
7575
"autoprefixer": "^10.4.22",
7676
"postcss": "^8.5.6",
7777
"tailwindcss": "^3.4.17"

0 commit comments

Comments
 (0)