Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsFlem authored Oct 21, 2024
1 parent 079b8e1 commit 60b5d9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"devDependencies": {
"@types/react": "18.2.38",
"@types/react-dom": "18.2.15",
"typescript": "4.4.4"
"typescript": "4.4.4",
"@babel/plugin-proposal-private-property-in-object": "^7.21.0" // Add this line
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 60b5d9d

Please sign in to comment.