0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 21:42:44 +00:00

types react apparently needed?

This commit is contained in:
Víctor Losada Hernández
2024-10-10 01:16:50 +02:00
parent 9f0f9a9169
commit 55b5c1e713
2 changed files with 25 additions and 1 deletions

View File

@@ -127,6 +127,7 @@
},
"devDependencies": {
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/react": "^18.3.11",
"eslint": "^9.12.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-react": "^7.37.1",
@@ -139,4 +140,4 @@
"stylelint-config-recommended": "^14.0.1",
"supertest": "^7.0.0"
}
}
}