Add dev dependency @babel/plugin-proposal-private-property-in-object to remove build warning (#9)

This commit is contained in:
2023-12-13 14:21:47 +05:30
committed by GitHub
parent 4b5949cd81
commit 87ca0e3403
3 changed files with 30 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
build
+3 -2
View File
@@ -10,14 +10,14 @@
"@types/node": "^16.18.68",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"luxon": "^3.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.0",
"react-router-dom": "^6.20.1",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"luxon": "^3.4.4"
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
@@ -47,6 +47,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/luxon": "^3.3.7",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",