From a68ebdbdcb8ee7016fef5a5983422aaf99b36dd6 Mon Sep 17 00:00:00 2001 From: maxmielchen Date: Sun, 11 Feb 2024 15:13:23 +0100 Subject: [PATCH] Add type definitions for React and React DOM, update Bootstrap and React Bootstrap versions --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 2cf7b8a..dc228f4 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,12 @@ "process": "^0.11.10" }, "dependencies": { + "@types/react": "^18.2.55", + "@types/react-dom": "^18.2.19", + "bootstrap": "^5.3.2", "react-bootstrap": "^2.10.0", + "react": "^18.2.0", "react-dom": "^18.2.0" }